Internal: struct used to store a section of a ZWText. More...
Public Member Functions | |
| Section () | |
| constructor More... | |
Public Attributes | |
| int | m_id |
| the section id More... | |
| MWAWEntry | m_pos |
| the text position More... | |
| std::string | m_name |
| the section name More... | |
| std::map< long, Font > | m_idFontMap |
| a map pos -> font More... | |
| bool | m_parsed |
| true if the section is parsed More... | |
Internal: struct used to store a section of a ZWText.
|
inline |
constructor
| int ZWTextInternal::Section::m_id |
the section id
Referenced by ZWText::sendText().
| std::map<long,Font> ZWTextInternal::Section::m_idFontMap |
a map pos -> font
Referenced by ZWText::readSectionFonts(), and ZWText::sendText().
| std::string ZWTextInternal::Section::m_name |
the section name
Referenced by ZWText::readSectionFonts(), and ZWText::sendText().
|
mutable |
true if the section is parsed
Referenced by ZWText::sendText().
| MWAWEntry ZWTextInternal::Section::m_pos |
the text position
Referenced by ZWText::computePositions(), ZWText::createZones(), ZWText::sendMainText(), and ZWText::sendText().