BibleTime
|
#include <cdisplaytemplatemgr.h>
Public Member Functions | |
char const * | textDirectionAsHtmlDirAttr () const noexcept |
Public Attributes | |
QString | langAbbrev {"en"} |
BtConstModuleList | modules |
QString | pageCSS_ID |
CSwordModuleInfo::TextDirection | textDirection |
QString | title |
Settings which are used to fill the content into the template.
Definition at line 34 of file cdisplaytemplatemgr.h.
|
inlinenoexcept |
Definition at line 36 of file cdisplaytemplatemgr.h.
References CSwordModuleInfo::LeftToRight, and textDirection.
Referenced by CDisplayTemplateMgr::fillTemplate().
QString CDisplayTemplateMgr::Settings::langAbbrev {"en"} |
The language for the HTML page.
Definition at line 47 of file cdisplaytemplatemgr.h.
Referenced by CDisplayTemplateMgr::fillTemplate(), Rendering::CTextRendering::finishText(), Rendering::CDisplayRendering::finishText(), and BtPrinter::finishText().
BtConstModuleList CDisplayTemplateMgr::Settings::modules |
The list of modules
Definition at line 41 of file cdisplaytemplatemgr.h.
Referenced by CDisplayTemplateMgr::fillTemplate(), Rendering::CTextRendering::finishText(), and Rendering::CDisplayRendering::finishText().
QString CDisplayTemplateMgr::Settings::pageCSS_ID |
The CSS ID which is used in the content part of the page
Definition at line 50 of file cdisplaytemplatemgr.h.
Referenced by CDisplayTemplateMgr::fillTemplate(), BtPrinter::finishText(), and Rendering::formatInfo().
CSwordModuleInfo::TextDirection CDisplayTemplateMgr::Settings::textDirection |
The language direction for the HTML page.
Definition at line 53 of file cdisplaytemplatemgr.h.
Referenced by Rendering::CTextRendering::finishText(), Rendering::CDisplayRendering::finishText(), BtPrinter::finishText(), and textDirectionAsHtmlDirAttr().
QString CDisplayTemplateMgr::Settings::title |
The title which is used for the new processed HTML page
Definition at line 44 of file cdisplaytemplatemgr.h.
Referenced by CDisplayTemplateMgr::fillTemplate().