Internal: the state of a MORText. 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 MORText.
MORTextInternal::State::State | ( | ) | [inline] |
constructor
the actual comment
the actual outline
the actual speaker note
std::vector<Comment> MORTextInternal::State::m_commentList |
the header/footer/comment list
std::vector<Outline> MORTextInternal::State::m_outlineList |
the outline list
std::vector<MWAWEntry> MORTextInternal::State::m_speakerList |
the speaker note list
std::vector<Topic> MORTextInternal::State::m_topicList |
the topic list
int MORTextInternal::State::m_version [mutable] |
the file version