Internal: the index data of a MCDParser. 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 | |
| Box2i | 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 MCDParser.
| MCDParserInternal::Index::Index | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| Index const & | index | ||
| ) | [friend] |
operator<<
the bdbox
Referenced by MCDParser::readIndex().
the text entry
Referenced by MCDParser::readIndex(), and MCDParser::sendIndex().
| std::string MCDParserInternal::Index::m_extra |
extra data
Referenced by MCDParser::readIndex().
the entry level
Referenced by MCDParser::sendIndex(), and MCDParser::updateIndex().
the number of child
Referenced by MCDParser::readIndex(), and MCDParser::updateIndex().
the page
Referenced by MCDParser::readIndex(), and MCDParser::sendIndex().