Internal: a struct used to store a text zone. More...
Public Member Functions | |
TextZone () | |
Public Attributes | |
int | m_textLength |
the text length | |
std::vector< MWAWEntry > | m_entries |
the list of entries | |
std::vector< TextZoneData > | m_ids [2] |
two vector list of id ( charIds, paragraphIds) | |
std::vector< Token > | m_tokens |
the tokens list | |
bool | m_parsed |
true if the zone is sended |
Internal: a struct used to store a text zone.
MWProParserInternal::TextZone::TextZone | ( | ) | [inline] |
std::vector<MWAWEntry> MWProParserInternal::TextZone::m_entries |
the list of entries
std::vector<TextZoneData> MWProParserInternal::TextZone::m_ids[2] |
two vector list of id ( charIds, paragraphIds)
true if the zone is sended
the text length
std::vector<Token> MWProParserInternal::TextZone::m_tokens |
the tokens list