Internal: a struct used to store a text zone. More...
Public Member Functions | |
Token () | |
Public Attributes | |
int | m_type |
the type | |
int | m_length |
the text length | |
int | m_blockId |
the block id | |
Box2f | m_box |
the bdbox ( filled in MWII for figure) | |
int | m_flags [4] |
some flags | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Token const &tkn) |
operator<< |
Internal: a struct used to store a text zone.
MWProParserInternal::Token::Token | ( | ) | [inline] |
std::ostream& operator<< | ( | std::ostream & | o, |
Token const & | tkn | ||
) | [friend] |
operator<<
the block id
Referenced by MWProParser::readTextTokens().
the bdbox ( filled in MWII for figure)
Referenced by MWProParser::readTextTokens().
some flags
Referenced by MWProParser::readTextTokens(), and Token().
the text length
Referenced by MWProParser::readTextTokens().
the type
Referenced by MWProParser::readTextTokens().