Internal: a text's zone of a RagTimeText. More...
Public Member Functions | |
TextZone () | |
constructor | |
Public Attributes | |
MWAWEntry | m_textPos |
the text zone | |
std::vector< long > | m_fontPosList |
the beginning of character properties in the text zone | |
std::vector< MWAWFont > | m_fontList |
the list of character's properties | |
std::vector< long > | m_paragraphPosList |
the beginning of paragraph properties in the text zone | |
std::vector< MWAWParagraph > | m_paragraphList |
the list of paragraph's properties | |
std::vector< Token > | m_tokenList |
the list of tokens | |
bool | m_isSent |
true if the zone is sent to the listener | |
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().