|
BibleTime
|
#include <cdisplaytemplatemgr.h>
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.
| QString CDisplayTemplateMgr::Settings::langAbbrev {"en"} |
The language for the HTML page.
Definition at line 43 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 37 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 46 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 49 of file cdisplaytemplatemgr.h.
Referenced by CDisplayTemplateMgr::fillTemplate(), Rendering::CTextRendering::finishText(), Rendering::CDisplayRendering::finishText(), and BtPrinter::finishText().
| QString CDisplayTemplateMgr::Settings::title |
The title which is used for the new processed HTML page
Definition at line 40 of file cdisplaytemplatemgr.h.
Referenced by CDisplayTemplateMgr::fillTemplate().