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