Internal: the state of a WordMakerParser. More...
Public Member Functions | |
State () | |
constructor | |
State (State const &)=delete | |
State & | operator= (State const &)=default |
Public Attributes | |
int | m_actPage |
the actual page | |
int | m_numPages |
the number of page of the final document | |
long | m_endDataZone |
the end data zone limit | |
Zone * | m_currentZone |
the current zone | |
std::multimap< Zone::Type, Zone > | m_typeToZoneMap |
a map type to zone | |
std::vector< MWAWEntry > | m_pictureList |
the list of document picture entries | |
Internal: the state of a WordMakerParser.
|
inline |
constructor
Referenced by operator=(), and State().
|
delete |
int WordMakerParserInternal::State::m_actPage |
the actual page
Referenced by State().
long WordMakerParserInternal::State::m_endDataZone |
the end data zone limit
Referenced by State().
int WordMakerParserInternal::State::m_numPages |
the number of page of the final document
Referenced by State().
std::vector<MWAWEntry> WordMakerParserInternal::State::m_pictureList |
the list of document picture entries
Referenced by State().
std::multimap<Zone::Type, Zone> WordMakerParserInternal::State::m_typeToZoneMap |
a map type to zone
Referenced by State().