Internal: the state of a MoreText. More...
Public Member Functions | |
| State () | |
| constructor | |
Public Attributes | |
| int | m_version |
| the file version | |
| std::vector< Topic > | m_topicList |
| the topic list | |
| std::vector< Comment > | m_commentList |
| the header/footer/comment list | |
| std::vector< MWAWEntry > | m_speakerList |
| the speaker note list | |
| std::vector< Outline > | m_outlineList |
| the outline list | |
| int | m_actualComment |
| the actual comment | |
| int | m_actualSpeaker |
| the actual speaker note | |
| int | m_actualOutline |
| the actual outline | |
| int | m_numPages |
| int | m_actualPage |
Internal: the state of a MoreText.
| MoreTextInternal::State::State | ( | ) | [inline] |
constructor
the actual comment
the actual outline
the actual speaker note
| std::vector<Comment> MoreTextInternal::State::m_commentList |
the header/footer/comment list
| std::vector<Outline> MoreTextInternal::State::m_outlineList |
the outline list
| std::vector<MWAWEntry> MoreTextInternal::State::m_speakerList |
the speaker note list
| std::vector<Topic> MoreTextInternal::State::m_topicList |
the topic list
int MoreTextInternal::State::m_version [mutable] |
the file version