DocMkrTextInternal::TOC Struct Reference

Internal: structure to store a table of contents of a DocMkrText. More...

Public Member Functions

 TOC ()
 constructor More...
 
bool empty () const
 returns true if the table is empty More...
 

Public Attributes

std::vector< int > m_cIdList
 the toc chapter id More...
 
std::vector< std::string > m_textList
 the toc texts More...
 

Detailed Description

Internal: structure to store a table of contents of a DocMkrText.

Constructor & Destructor Documentation

DocMkrTextInternal::TOC::TOC ( )
inline

constructor

Member Function Documentation

bool DocMkrTextInternal::TOC::empty ( ) const
inline

returns true if the table is empty

Referenced by DocMkrText::sendTOC().

Member Data Documentation

std::vector<int> DocMkrTextInternal::TOC::m_cIdList

the toc chapter id

Referenced by DocMkrText::sendTOC().

std::vector<std::string> DocMkrTextInternal::TOC::m_textList

the toc texts

Referenced by empty(), and DocMkrText::sendTOC().


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

Generated on Thu Jul 9 2015 20:26:40 for libmwaw by doxygen 1.8.8