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 | |
| MWAWBox2f | 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.
| MacWrtProParserInternal::Token::Token | ( | ) | [inline] |
| std::ostream& operator<< | ( | std::ostream & | o, |
| Token const & | tkn | ||
| ) | [friend] |
operator<<
the block id
Referenced by MacWrtProParser::readTextTokens().
the bdbox ( filled in MWII for figure)
Referenced by MacWrtProParser::readTextTokens().
some flags
Referenced by MacWrtProParser::readTextTokens(), and Token().
the text length
Referenced by MacWrtProParser::readTextTokens().
the type
Referenced by MacWrtProParser::readTextTokens().