Internal: the index data of a MacDocParser. More...
Public Member Functions | |
Index () | |
constructor | |
Public Attributes | |
MWAWEntry | m_entry |
the text entry | |
int | m_level |
the entry level | |
int | m_numChild |
the number of child | |
int | m_page |
the page | |
MWAWBox2i | m_box |
the bdbox | |
std::string | m_extra |
extra data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Index const &index) |
operator<< | |
Internal: the index data of a MacDocParser.
|
inline |
constructor
|
friend |
operator<<
MWAWBox2i MacDocParserInternal::Index::m_box |
the bdbox
Referenced by MacDocParser::readIndex().
MWAWEntry MacDocParserInternal::Index::m_entry |
the text entry
Referenced by MacDocParser::readIndex().
std::string MacDocParserInternal::Index::m_extra |
extra data
Referenced by MacDocParser::readIndex().
int MacDocParserInternal::Index::m_level |
the entry level
int MacDocParserInternal::Index::m_numChild |
the number of child
Referenced by MacDocParser::readIndex().
int MacDocParserInternal::Index::m_page |
the page
Referenced by MacDocParser::readIndex().