Internal: the state of a MacWrtProParser. More...
Public Member Functions | |
State () | |
constructor |
Public Attributes | |
std::set< int > | m_parsedBlocks |
the list of retrieved block : block | |
std::map< int, std::shared_ptr< Zone > > | m_dataMap |
the list of blockId->data zone | |
std::map< int, std::shared_ptr< TextZone > > | m_textMap |
the list of blockId->text zone | |
std::vector< int > | m_graphicIdsCallByTokens |
the list of graphicId called by tokens | |
int | m_fileNumPages |
the number of page in MWII | |
int | m_col |
the number of columns in MWII | |
double | m_colSeparator |
the columns separator in inch MWII | |
int | m_actPage |
the actual page | |
int | m_numPages |
the number of page of the final document | |
bool | m_hasTitlePage |
flag to know if we have a title page |
Internal: the state of a MacWrtProParser.
|
inline |
constructor
int MacWrtProParserInternal::State::m_actPage |
the actual page
Referenced by State().
int MacWrtProParserInternal::State::m_col |
the number of columns in MWII
Referenced by State().
double MacWrtProParserInternal::State::m_colSeparator |
the columns separator in inch MWII
Referenced by State().
std::map<int, std::shared_ptr<Zone> > MacWrtProParserInternal::State::m_dataMap |
the list of blockId->data zone
Referenced by State().
int MacWrtProParserInternal::State::m_fileNumPages |
the number of page in MWII
Referenced by State().
std::vector<int> MacWrtProParserInternal::State::m_graphicIdsCallByTokens |
the list of graphicId called by tokens
Referenced by State().
bool MacWrtProParserInternal::State::m_hasTitlePage |
flag to know if we have a title page
Referenced by State().
int MacWrtProParserInternal::State::m_numPages |
the number of page of the final document
Referenced by State().
std::set<int> MacWrtProParserInternal::State::m_parsedBlocks |
the list of retrieved block : block
Referenced by State().
std::map<int, std::shared_ptr<TextZone> > MacWrtProParserInternal::State::m_textMap |
the list of blockId->text zone
Referenced by State().