MoreTextInternal::State Struct Reference

Internal: the state of a MoreText. More...

Public Member Functions

 State ()
 constructor More...
 

Public Attributes

int m_version
 the file version More...
 
std::vector< Topicm_topicList
 the topic list More...
 
std::vector< Commentm_commentList
 the header/footer/comment list More...
 
std::vector< MWAWEntrym_speakerList
 the speaker note list More...
 
std::vector< Outlinem_outlineList
 the outline list More...
 
int m_actualComment
 the actual comment More...
 
int m_actualSpeaker
 the actual speaker note More...
 
int m_actualOutline
 the actual outline More...
 
int m_numPages
 
int m_actualPage
 

Detailed Description

Internal: the state of a MoreText.

Constructor & Destructor Documentation

◆ State()

MoreTextInternal::State::State ( )
inline

constructor

Member Data Documentation

◆ m_actualComment

int MoreTextInternal::State::m_actualComment

the actual comment

◆ m_actualOutline

int MoreTextInternal::State::m_actualOutline

the actual outline

◆ m_actualPage

int MoreTextInternal::State::m_actualPage

◆ m_actualSpeaker

int MoreTextInternal::State::m_actualSpeaker

the actual speaker note

◆ m_commentList

std::vector<Comment> MoreTextInternal::State::m_commentList

the header/footer/comment list

◆ m_numPages

int MoreTextInternal::State::m_numPages

◆ m_outlineList

std::vector<Outline> MoreTextInternal::State::m_outlineList

the outline list

◆ m_speakerList

std::vector<MWAWEntry> MoreTextInternal::State::m_speakerList

the speaker note list

◆ m_topicList

std::vector<Topic> MoreTextInternal::State::m_topicList

the topic list

◆ m_version

int MoreTextInternal::State::m_version
mutable

the file version


The documentation for this struct was generated from the following file:

Generated for libmwaw by doxygen 1.8.14