Internal: a text zone of a ScoopParser. More...
Public Member Functions | |
TextZone () | |
constructor More... | |
Public Attributes | |
long | m_id |
the text zone id More... | |
MWAWEntry | m_storyEntry |
the story name entry More... | |
MWAWFont | m_font |
the default font (or maybe the story font) More... | |
std::vector< Paragraph > | m_paragraphs |
the paragraph list More... | |
std::vector< TextZoneShape > | m_shapes |
the list of shapes displaying this text More... | |
Internal: a text zone of a ScoopParser.
|
inline |
constructor
MWAWFont ScoopParserInternal::TextZone::m_font |
the default font (or maybe the story font)
Referenced by ScoopParser::readTextZone().
long ScoopParserInternal::TextZone::m_id |
the text zone id
Referenced by ScoopParser::readTextZone().
std::vector<Paragraph> ScoopParserInternal::TextZone::m_paragraphs |
the paragraph list
Referenced by ScoopParser::readTextZone().
std::vector<TextZoneShape> ScoopParserInternal::TextZone::m_shapes |
the list of shapes displaying this text
Referenced by ScoopParser::readTextZone().
MWAWEntry ScoopParserInternal::TextZone::m_storyEntry |
the story name entry
Referenced by ScoopParser::readTextZone().