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