Internal: class to store field definition: TOKN entry. More...
Public Member Functions | |
| Token () | |
| constructor | |
Public Attributes | |
| TokenType | m_type |
| the type | |
| int | m_zoneId |
| the zone id which correspond to this type | |
| int | m_page |
| the page | |
| int | m_size [2] |
| the size(?) | |
| int | m_descent |
| the descent | |
| MWAWEntry | m_fieldEntry |
| the field name entry | |
| int | m_unknown [3] |
| the unknown zone | |
| std::string | m_extra |
| a string used to store the parsing errors | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Token const &tok) |
| operator << | |
Internal: class to store field definition: TOKN entry.
| ClarisDrawTextInternal::Token::Token | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| Token const & | tok | ||
| ) | [friend] |
operator <<
the descent
Referenced by ClarisDrawTextInternal::operator<<().
| std::string ClarisDrawTextInternal::Token::m_extra |
a string used to store the parsing errors
Referenced by ClarisDrawTextInternal::operator<<(), and ClarisDrawText::readTokens().
the field name entry
Referenced by ClarisDrawText::sendText().
the page
Referenced by ClarisDrawTextInternal::operator<<(), and ClarisDrawText::readTokens().
the size(?)
Referenced by ClarisDrawTextInternal::operator<<(), ClarisDrawText::readTokens(), and Token().
the type
Referenced by ClarisDrawTextInternal::operator<<(), ClarisDrawText::readTokens(), and ClarisDrawText::sendText().
the unknown zone
Referenced by ClarisDrawTextInternal::operator<<(), ClarisDrawText::readTokens(), ClarisDrawText::sendText(), and Token().
the zone id which correspond to this type
Referenced by ClarisDrawTextInternal::operator<<(), and ClarisDrawText::readTokens().