libepubgen::EPUBHTMLGeneratorImpl Struct Reference

the internal state of a html document generator More...

Public Member Functions

 EPUBHTMLGeneratorImpl (EPUBXMLSink &document, EPUBImageManager &imageManager, EPUBFontManager &fontManager, EPUBListStyleManager &listStyleManager, EPUBParagraphStyleManager &paragraphStyleManager, EPUBSpanStyleManager &spanStyleManager, EPUBTableStyleManager &tableStyleManager, const EPUBPath &path, const EPUBPath &stylesheetPath, EPUBStylesMethod stylesMethod, EPUBLayoutMethod layoutMethod, int version)
 constructor More...
 
 ~EPUBHTMLGeneratorImpl ()
 destructor More...
 
EPUBXMLSinkoutput (bool sendDelayed=true)
 returns the actual output ( sending delayed data if needed) More...
 
TextZoneSink & getSink ()
 returns the actual sink More...
 
void push (EPUBHTMLTextZone::Type type)
 
void pop ()
 
void sendMetaData (EPUBXMLSink &out)
 
void flushUnsent (EPUBXMLSink &out)
 

Public Attributes

EPUBXMLSinkm_document
 
EPUBImageManagerm_imageManager
 
EPUBFontManagerm_fontManager
 
EPUBListStyleManagerm_listManager
 
EPUBParagraphStyleManagerm_paragraphManager
 
EPUBSpanStyleManagerm_spanManager
 
EPUBTableStyleManagerm_tableManager
 
const EPUBPath m_path
 
const EPUBPath m_stylesheetPath
 
int m_actualPage
 
RVNGPropertyList m_actualPageProperties
 
bool m_ignore
 
bool m_hasText
 Does the currently opened paragraph have some text? More...
 
int m_version
 
std::stack< std::string > m_frameAnchorTypes
 
std::stack< RVNGPropertyList > m_framePropertiesStack
 
std::stack< RVNGPropertyList > m_linkPropertiesStack
 This is used for links which don't have a href. More...
 
EPUBStylesMethod m_stylesMethod
 
EPUBLayoutMethod m_layoutMethod
 

Protected Attributes

std::unique_ptr< TextZoneSink > m_actualSink
 
std::stack< std::unique_ptr< TextZoneSink > > m_sinkStack
 
EPUBHTMLTextZone m_zones [EPUBHTMLTextZone::Z_NumZones]
 

Private Member Functions

 EPUBHTMLGeneratorImpl (EPUBHTMLGeneratorImpl const &orig)
 
EPUBHTMLGeneratorImpl operator= (EPUBHTMLGeneratorImpl const &orig)
 

Detailed Description

the internal state of a html document generator

Constructor & Destructor Documentation

§ EPUBHTMLGeneratorImpl() [1/2]

libepubgen::EPUBHTMLGeneratorImpl::EPUBHTMLGeneratorImpl ( EPUBXMLSink document,
EPUBImageManager imageManager,
EPUBFontManager fontManager,
EPUBListStyleManager listStyleManager,
EPUBParagraphStyleManager paragraphStyleManager,
EPUBSpanStyleManager spanStyleManager,
EPUBTableStyleManager tableStyleManager,
const EPUBPath path,
const EPUBPath stylesheetPath,
EPUBStylesMethod  stylesMethod,
EPUBLayoutMethod  layoutMethod,
int  version 
)
inline

constructor

§ ~EPUBHTMLGeneratorImpl()

libepubgen::EPUBHTMLGeneratorImpl::~EPUBHTMLGeneratorImpl ( )
inline

destructor

§ EPUBHTMLGeneratorImpl() [2/2]

libepubgen::EPUBHTMLGeneratorImpl::EPUBHTMLGeneratorImpl ( EPUBHTMLGeneratorImpl const &  orig)
private

Member Function Documentation

§ flushUnsent()

void libepubgen::EPUBHTMLGeneratorImpl::flushUnsent ( EPUBXMLSink out)
inline

§ getSink()

TextZoneSink& libepubgen::EPUBHTMLGeneratorImpl::getSink ( )
inline

returns the actual sink

§ operator=()

EPUBHTMLGeneratorImpl libepubgen::EPUBHTMLGeneratorImpl::operator= ( EPUBHTMLGeneratorImpl const &  orig)
private

§ output()

EPUBXMLSink& libepubgen::EPUBHTMLGeneratorImpl::output ( bool  sendDelayed = true)
inline

returns the actual output ( sending delayed data if needed)

§ pop()

void libepubgen::EPUBHTMLGeneratorImpl::pop ( )
inline

§ push()

void libepubgen::EPUBHTMLGeneratorImpl::push ( EPUBHTMLTextZone::Type  type)
inline

§ sendMetaData()

void libepubgen::EPUBHTMLGeneratorImpl::sendMetaData ( EPUBXMLSink out)
inline

Member Data Documentation

§ m_actualPage

int libepubgen::EPUBHTMLGeneratorImpl::m_actualPage

§ m_actualPageProperties

RVNGPropertyList libepubgen::EPUBHTMLGeneratorImpl::m_actualPageProperties

§ m_actualSink

std::unique_ptr<TextZoneSink> libepubgen::EPUBHTMLGeneratorImpl::m_actualSink
protected

§ m_document

EPUBXMLSink& libepubgen::EPUBHTMLGeneratorImpl::m_document

§ m_fontManager

EPUBFontManager& libepubgen::EPUBHTMLGeneratorImpl::m_fontManager

§ m_frameAnchorTypes

std::stack<std::string> libepubgen::EPUBHTMLGeneratorImpl::m_frameAnchorTypes

§ m_framePropertiesStack

std::stack<RVNGPropertyList> libepubgen::EPUBHTMLGeneratorImpl::m_framePropertiesStack

§ m_hasText

bool libepubgen::EPUBHTMLGeneratorImpl::m_hasText

Does the currently opened paragraph have some text?

§ m_ignore

bool libepubgen::EPUBHTMLGeneratorImpl::m_ignore

§ m_imageManager

EPUBImageManager& libepubgen::EPUBHTMLGeneratorImpl::m_imageManager

§ m_layoutMethod

EPUBLayoutMethod libepubgen::EPUBHTMLGeneratorImpl::m_layoutMethod

§ m_linkPropertiesStack

std::stack<RVNGPropertyList> libepubgen::EPUBHTMLGeneratorImpl::m_linkPropertiesStack

This is used for links which don't have a href.

§ m_listManager

EPUBListStyleManager& libepubgen::EPUBHTMLGeneratorImpl::m_listManager

§ m_paragraphManager

EPUBParagraphStyleManager& libepubgen::EPUBHTMLGeneratorImpl::m_paragraphManager

§ m_path

const EPUBPath libepubgen::EPUBHTMLGeneratorImpl::m_path

§ m_sinkStack

std::stack<std::unique_ptr<TextZoneSink> > libepubgen::EPUBHTMLGeneratorImpl::m_sinkStack
protected

§ m_spanManager

EPUBSpanStyleManager& libepubgen::EPUBHTMLGeneratorImpl::m_spanManager

§ m_stylesheetPath

const EPUBPath libepubgen::EPUBHTMLGeneratorImpl::m_stylesheetPath

§ m_stylesMethod

EPUBStylesMethod libepubgen::EPUBHTMLGeneratorImpl::m_stylesMethod

§ m_tableManager

EPUBTableStyleManager& libepubgen::EPUBHTMLGeneratorImpl::m_tableManager

§ m_version

int libepubgen::EPUBHTMLGeneratorImpl::m_version

§ m_zones

EPUBHTMLTextZone libepubgen::EPUBHTMLGeneratorImpl::m_zones[EPUBHTMLTextZone::Z_NumZones]
protected

The documentation for this struct was generated from the following file:

Generated for libepubgen by doxygen 1.8.12