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