Internal: the token of a WriteNowText. More...
Public Member Functions | |
| Token () | |
Public Attributes | |
| int | m_graphicZone |
| the graphic zone id | |
| MWAWBox2i | m_box |
| the bdbox | |
| MWAWVec2i | m_pos [2] |
| two positions ( seen relative to the RB point) | |
| int | m_values [19] |
| some unknown values | |
| std::string | m_error |
| the parsing errors | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Token const &tkn) |
| operator<< | |
Internal: the token of a WriteNowText.
| WriteNowTextInternal::Token::Token | ( | ) | [inline] |
| std::ostream& operator<< | ( | std::ostream & | o, |
| Token const & | tkn | ||
| ) | [friend] |
operator<<
the bdbox
Referenced by WriteNowText::readToken(), WriteNowText::readTokenV2(), and WriteNowText::send().
| std::string WriteNowTextInternal::Token::m_error |
the parsing errors
the graphic zone id
Referenced by WriteNowText::readToken(), and WriteNowText::send().
two positions ( seen relative to the RB point)
Referenced by WriteNowText::readToken().
some unknown values
Referenced by WriteNowText::readToken(), and Token().