Internal: a text's zone of a RagTimeText. More...
| Public Member Functions | |
| TextZone () | |
| constructor  More... | |
| Public Attributes | |
| MWAWEntry | m_textPos | 
| the text zone  More... | |
| std::vector< long > | m_fontPosList | 
| the beginning of character properties in the text zone  More... | |
| std::vector< MWAWFont > | m_fontList | 
| the list of character's properties  More... | |
| std::vector< long > | m_paragraphPosList | 
| the beginning of paragraph properties in the text zone  More... | |
| std::vector< MWAWParagraph > | m_paragraphList | 
| the list of paragraph's properties  More... | |
| std::vector< Token > | m_tokenList | 
| the list of tokens  More... | |
| bool | m_isSent | 
| true if the zone is sent to the listener  More... | |
Internal: a text's zone of a RagTimeText.
| 
 | inline | 
constructor
| std::vector<MWAWFont> RagTimeTextInternal::TextZone::m_fontList | 
the list of character's properties
Referenced by RagTimeText::readFonts(), and RagTimeText::send().
| std::vector<long> RagTimeTextInternal::TextZone::m_fontPosList | 
the beginning of character properties in the text zone
Referenced by RagTimeText::readFonts(), and RagTimeText::send().
| 
 | mutable | 
true if the zone is sent to the listener
Referenced by RagTimeText::flushExtra(), and RagTimeText::send().
| std::vector<MWAWParagraph> RagTimeTextInternal::TextZone::m_paragraphList | 
the list of paragraph's properties
Referenced by RagTimeText::readParagraphs(), and RagTimeText::send().
| std::vector<long> RagTimeTextInternal::TextZone::m_paragraphPosList | 
the beginning of paragraph properties in the text zone
Referenced by RagTimeText::readParagraphs(), and RagTimeText::send().
| MWAWEntry RagTimeTextInternal::TextZone::m_textPos | 
the text zone
Referenced by RagTimeText::send().
| std::vector<Token> RagTimeTextInternal::TextZone::m_tokenList | 
the list of tokens
Referenced by RagTimeText::readTokens(), and RagTimeText::send().