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