EPUBHTMLGenerator.cpp File Reference
#include "EPUBHTMLGenerator.h"
#include <algorithm>
#include <cmath>
#include <sstream>
#include <stack>
#include <string>
#include <vector>
#include <boost/algorithm/string/replace.hpp>
#include "EPUBFontManager.h"
#include "EPUBImageManager.h"
#include "EPUBListStyleManager.h"
#include "EPUBParagraphStyleManager.h"
#include "EPUBPath.h"
#include "EPUBSpanStyleManager.h"
#include "EPUBTableStyleManager.h"
#include "EPUBXMLContent.h"
#include "libepubgen_utils.h"

Classes

struct  libepubgen::EPUBHTMLGeneratorImpl
 the internal state of a html document generator More...
 

Namespaces

namespace  libepubgen
 

Variable Documentation

◆ m_actualId

int m_actualId
mutableprotected

the actual id

◆ m_content

EPUBXMLContent m_content
private

◆ m_delayedLabel

ZoneSinkImpl m_delayedLabel
protected

the label

◆ m_lastCloseElement

std::string m_lastCloseElement
private

◆ m_sink

ZoneSinkImpl m_sink
protected

the sink

◆ m_type

Type m_type
protected

the zone type

◆ m_version

int m_version
protected

◆ m_zone

EPUBHTMLTextZone* m_zone
protected

a zone

◆ m_zoneId

int m_zoneId
protected

the zone id

◆ m_zoneSinks

std::vector<ZoneSinkImpl> m_zoneSinks
protected

the list of data string


Generated for libepubgen by doxygen 1.12.0