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.
|
inline |
|
friend |
operator<<
MWAWBox2i WriteNowTextInternal::Token::m_box |
the bdbox
Referenced by WriteNowText::readToken(), WriteNowText::readTokenV2(), and WriteNowText::send().
std::string WriteNowTextInternal::Token::m_error |
the parsing errors
int WriteNowTextInternal::Token::m_graphicZone |
the graphic zone id
Referenced by WriteNowText::readToken(), and WriteNowText::send().
MWAWVec2i WriteNowTextInternal::Token::m_pos[2] |
two positions ( seen relative to the RB point)
Referenced by WriteNowText::readToken().
int WriteNowTextInternal::Token::m_values[19] |
some unknown values
Referenced by WriteNowText::readToken(), and Token().