Internal: struct used to store a section of a ZWrtText. 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 ZWrtText.
|
inline |
constructor
int ZWrtTextInternal::Section::m_id |
the section id
Referenced by ZWrtText::sendText().
std::map<long,Font> ZWrtTextInternal::Section::m_idFontMap |
a map pos -> font
Referenced by ZWrtText::sendText().
std::string ZWrtTextInternal::Section::m_name |
the section name
Referenced by ZWrtText::sendText().
|
mutable |
true if the section is parsed
Referenced by ZWrtText::sendText().
MWAWEntry ZWrtTextInternal::Section::m_pos |
the text position
Referenced by ZWrtText::sendText().