WNTextInternal::Token Struct Reference

Internal: the token of a WNText. More...

List of all members.

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<<

Detailed Description

Internal: the token of a WNText.


Constructor & Destructor Documentation


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Token const &  tkn 
) [friend]

operator<<


Member Data Documentation

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().

some unknown values

Referenced by WNText::readToken(), and Token().


The documentation for this struct was generated from the following file: