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