Internal: a topic of a ActaText. More...
| Public Member Functions | |
| Topic () | |
| constructor  More... | |
| bool | valid () const | 
| return true if the topic is valid  More... | |
| Public Attributes | |
| int | m_depth | 
| the node depth  More... | |
| int | m_type | 
| the node type: 1=text, 2=graphic  More... | |
| int | m_hidden | 
| the number of time a topic is hidden by its parents  More... | |
| bool | m_pageBreak | 
| true if a page break exists before the topic  More... | |
| MWAWFont | m_font | 
| the line font  More... | |
| MWAWColor | m_labelColor | 
| the label color  More... | |
| MWAWEntry | m_data | 
| the data entries(text or graphic)  More... | |
| MWAWEntry | m_fonts | 
| the fonts entries(for text)  More... | |
| MWAWEntry | m_auxi | 
| an auxialliary entry(unknown)  More... | |
| std::string | m_extra | 
| extra  More... | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, Topic const &topic) | 
| operator<<  More... | |
Internal: a topic of a ActaText.
| 
 | inline | 
constructor
| 
 | inline | 
return true if the topic is valid
Referenced by ActaText::readTopic().
| 
 | friend | 
operator<<
| MWAWEntry ActaTextInternal::Topic::m_auxi | 
an auxialliary entry(unknown)
Referenced by ActaText::sendTopic().
| MWAWEntry ActaTextInternal::Topic::m_data | 
the data entries(text or graphic)
Referenced by ActaText::sendGraphic(), ActaText::sendText(), and ActaText::sendTopic().
| int ActaTextInternal::Topic::m_depth | 
the node depth
Referenced by ActaText::readTopic(), ActaText::sendTopic(), and valid().
| std::string ActaTextInternal::Topic::m_extra | 
extra
Referenced by ActaText::readTopic().
| MWAWFont ActaTextInternal::Topic::m_font | 
the line font
Referenced by ActaText::readTopic(), and ActaText::sendTopic().
| MWAWEntry ActaTextInternal::Topic::m_fonts | 
the fonts entries(for text)
Referenced by ActaText::sendText().
| int ActaTextInternal::Topic::m_hidden | 
the number of time a topic is hidden by its parents
Referenced by ActaText::readTopic().
| MWAWColor ActaTextInternal::Topic::m_labelColor | 
the label color
Referenced by ActaText::readTopic().
| bool ActaTextInternal::Topic::m_pageBreak | 
true if a page break exists before the topic
Referenced by ActaText::readTopic(), and ActaText::sendTopic().
| int ActaTextInternal::Topic::m_type | 
the node type: 1=text, 2=graphic
Referenced by ActaText::readTopic(), ActaText::sendTopic(), and valid().