Public Member Functions | |
Impl (EPUBPackage *const package, int version) | |
Public Member Functions inherited from libepubgen::EPUBGenerator | |
EPUBGenerator (EPUBPackage *package, int version) | |
virtual | ~EPUBGenerator () |
void | startDocument (const librevenge::RVNGPropertyList &props) |
void | endDocument () |
void | setDocumentMetaData (const librevenge::RVNGPropertyList &props) |
void | startNewHtmlFile () |
const std::shared_ptr< EPUBHTMLGenerator > & | getHtml () const |
EPUBHTMLManager & | getHtmlManager () |
const EPUBSplitGuard & | getSplitGuard () const |
EPUBSplitGuard & | getSplitGuard () |
int | getVersion () const |
void | setSplitMethod (EPUBSplitMethod splitMethod) |
void | setStylesMethod (EPUBStylesMethod stylesMethod) |
void | setLayoutMethod (EPUBLayoutMethod layoutMethod) |
Public Attributes | |
bool | m_firstPage |
Private Member Functions | |
Impl (const Impl &) | |
Impl & | operator= (const Impl &) |
void | startHtmlFile () override |
void | endHtmlFile () override |
|
private |
Referenced by Impl(), and operator=().
libepubgen::EPUBPagedGenerator::Impl::Impl | ( | EPUBPackage *const | package, |
int | version ) |
|
overrideprivatevirtual |
Implements libepubgen::EPUBGenerator.
|
overrideprivatevirtual |
Implements libepubgen::EPUBGenerator.
bool libepubgen::EPUBPagedGenerator::Impl::m_firstPage |
Referenced by Impl().