Internal: the state of a FullWrtText. More...
Public Member Functions | |
State () | |
constructor | |
Public Attributes | |
int | m_version |
the file version | |
std::multimap< int, std::shared_ptr< Zone > > | m_entryMap |
zoneId -> entry | |
std::map< int, Paragraph > | m_paragraphMap |
rulerId -> ruler | |
std::map< int, Item > | m_itemMap |
itemId -> item | |
std::map< int, DataModifier > | m_dataModMap |
modId -> font/paragraph modifier | |
std::vector< ParaModifier > | m_paragraphModList |
a list of paragraph modifier | |
std::vector< int > | m_mainZones |
the main zone index | |
int | m_numPages |
int | m_actualPage |
Internal: the state of a FullWrtText.
|
inline |
constructor
int FullWrtTextInternal::State::m_actualPage |
Referenced by State().
std::map<int, DataModifier> FullWrtTextInternal::State::m_dataModMap |
modId -> font/paragraph modifier
Referenced by State().
std::multimap<int, std::shared_ptr<Zone> > FullWrtTextInternal::State::m_entryMap |
zoneId -> entry
Referenced by State().
std::vector<int> FullWrtTextInternal::State::m_mainZones |
the main zone index
Referenced by State().
int FullWrtTextInternal::State::m_numPages |
Referenced by State().
std::map<int, Paragraph> FullWrtTextInternal::State::m_paragraphMap |
rulerId -> ruler
Referenced by State().
std::vector<ParaModifier> FullWrtTextInternal::State::m_paragraphModList |
a list of paragraph modifier
Referenced by State().
|
mutable |
the file version
Referenced by State().