Internal: the state of a HanMacWrdKText. More...
Public Member Functions | |
State () | |
constructor |
Public Attributes | |
int | m_version |
the file version | |
std::multimap< long, std::shared_ptr< HanMacWrdKZone > > | m_IdTextMaps |
the map of id -> text zone | |
std::map< long, int > | m_IdTypeMaps |
the zone frame type if known | |
std::vector< long > | m_tokenIdList |
the token id list | |
std::map< long, Section > | m_sectionList |
the list of section | |
int | m_numPages |
int | m_actualPage |
long | m_headerId |
the header text zone id or 0 | |
long | m_footerId |
the footer text zone id or 0 |
Internal: the state of a HanMacWrdKText.
|
inline |
constructor
int HanMacWrdKTextInternal::State::m_actualPage |
Referenced by State().
long HanMacWrdKTextInternal::State::m_footerId |
the footer text zone id or 0
Referenced by State().
long HanMacWrdKTextInternal::State::m_headerId |
the header text zone id or 0
Referenced by State().
std::multimap<long, std::shared_ptr<HanMacWrdKZone> > HanMacWrdKTextInternal::State::m_IdTextMaps |
the map of id -> text zone
Referenced by State().
std::map<long,int> HanMacWrdKTextInternal::State::m_IdTypeMaps |
the zone frame type if known
Referenced by State().
int HanMacWrdKTextInternal::State::m_numPages |
Referenced by State().
std::map<long, Section> HanMacWrdKTextInternal::State::m_sectionList |
the list of section
Referenced by HanMacWrdKTextInternal::getSection(), and State().
std::vector<long> HanMacWrdKTextInternal::State::m_tokenIdList |
the token id list
Referenced by State().
|
mutable |
the file version
Referenced by State().