Internal: a struct used to store a text zone. More...
Public Types | |
| enum | Type { T_Main = 0, T_Header = 1, T_Footer = 2, T_Footnote = 3, T_Textbox = 4, T_Table = 9, T_Comment = 10, T_Unknown } |
| enum used to define the zone type More... | |
Public Member Functions | |
| TextZone () | |
| constructor | |
Public Attributes | |
| Type | m_type |
| the zone type | |
| MWAWEntry | m_entry |
| the main entry | |
| long | m_id |
| the file zone id | |
| std::multimap< long, PLC > | m_PLCMap |
| the plc map | |
| std::vector< Token > | m_tokenList |
| the tokens list | |
| bool | m_parsed |
| true if the zone is sended | |
Internal: a struct used to store a text zone.
| HanMacWrdJTextInternal::TextZone::TextZone | ( | ) | [inline] |
constructor
the main entry
Referenced by HanMacWrdJText::canSendTextAsGraphic(), HanMacWrdJText::computeNumPages(), HanMacWrdJText::readTextZone(), and HanMacWrdJText::sendText().
the file zone id
Referenced by HanMacWrdJText::readTextZonesList().
bool HanMacWrdJTextInternal::TextZone::m_parsed [mutable] |
true if the zone is sended
Referenced by HanMacWrdJText::sendText().
| std::multimap<long, PLC> HanMacWrdJTextInternal::TextZone::m_PLCMap |
the plc map
Referenced by HanMacWrdJText::canSendTextAsGraphic(), HanMacWrdJText::readTextToken(), HanMacWrdJText::readTextZone(), and HanMacWrdJText::sendText().
| std::vector<Token> HanMacWrdJTextInternal::TextZone::m_tokenList |
the tokens list
Referenced by HanMacWrdJText::canSendTextAsGraphic(), HanMacWrdJText::getTokenIdList(), HanMacWrdJText::readTextToken(), and HanMacWrdJText::sendText().
the zone type
Referenced by HanMacWrdJText::computeNumPages(), and HanMacWrdJText::sendText().