Internal: the token of a WNText. More...
Public Member Functions | |
| Token () | |
Public Attributes | |
| int | m_graphicZone |
| the graphic zone id | |
| Box2i | m_box |
| the bdbox | |
| Vec2i | 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 WNText.
| WNTextInternal::Token::Token | ( | ) | [inline] |
| std::ostream& operator<< | ( | std::ostream & | o, |
| Token const & | tkn | ||
| ) | [friend] |
operator<<
the bdbox
Referenced by WNText::readToken(), WNText::readTokenV2(), and WNText::send().
| std::string WNTextInternal::Token::m_error |
the parsing errors
the graphic zone id
Referenced by WNText::readToken(), and WNText::send().
two positions ( seen relative to the RB point)
Referenced by WNText::readToken().
| int WNTextInternal::Token::m_values[19] |
some unknown values
Referenced by WNText::readToken(), and Token().