Internal: the topic data of a MoreText. More...
Public Types | |
| enum | AttachementType { AOutline = 0, AComment, ASpeakerNote } |
| an enum used to define the different type of data attached to a topic More... | |
Public Member Functions | |
| Topic () | |
| constructor | |
Public Attributes | |
| MWAWEntry | m_entry |
| the text entry | |
| int | m_level |
| the topic level | |
| bool | m_isCloned |
| true if the entry is cloned | |
| int | m_cloneId |
| if not 0, indicate that we must cloned the cloneId^th clone | |
| bool | m_hasList [3] |
| a list of boolean use to note if a topic is associated with a Outline, ... | |
| int | m_attachList [3] |
| a list of id to retrieve the attachment | |
| int | m_numPageBreak |
| the number of pages in the sub list | |
| bool | m_isStartSlide |
| true if we start a new slide | |
| std::string | m_extra |
| extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Topic const &topic) |
| operator<< | |
Internal: the topic data of a MoreText.
| MoreTextInternal::Topic::Topic | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| Topic const & | topic | ||
| ) | [friend] |
operator<<
a list of id to retrieve the attachment
Referenced by MoreText::checkTopicList(), MoreText::createZones(), MoreText::getHeaderFooter(), MoreText::sendTopic(), and Topic().
if not 0, indicate that we must cloned the cloneId^th clone
Referenced by MoreText::checkTopicList(), MoreText::createZones(), MoreText::readTopic(), and MoreText::sendTopic().
the text entry
Referenced by MoreText::readTopic(), MoreText::sendMainText(), and MoreText::sendTopic().
| std::string MoreTextInternal::Topic::m_extra |
extra data
Referenced by MoreText::readTopic().
a list of boolean use to note if a topic is associated with a Outline, ...
Referenced by MoreText::createZones(), MoreText::readTopic(), and Topic().
true if the entry is cloned
Referenced by MoreText::createZones(), and MoreText::readTopic().
true if we start a new slide
Referenced by MoreText::readTopic().
the topic level
Referenced by MoreText::readTopic(), and MoreText::sendTopic().
the number of pages in the sub list
Referenced by MoreText::checkTopicList(), and MoreText::createZones().