Internal and low level: structure which stores a token for GWText. More...
Public Member Functions | |
Token () | |
constructor | |
std::string | getDTFormat () const |
returns a field format | |
bool | sendTo (MWAWListener &listener) const |
try to send the token to the listener | |
Public Attributes | |
int | m_type |
the token type | |
int | m_format |
the token format | |
MWAWEntry | m_pictEntry |
the picture entry | |
long | m_dataSize |
the picture data size | |
Vec2f | m_dim |
the picture dimension | |
uint32_t | m_date |
the token date (0xFFFFFFFF means actual date) | |
std::string | m_extra |
extra data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Token const &tkn) |
operator<< |
Internal and low level: structure which stores a token for GWText.
GWTextInternal::Token::Token | ( | ) | [inline] |
constructor
std::string GWTextInternal::Token::getDTFormat | ( | ) | const |
returns a field format
Referenced by GWTextInternal::operator<<(), and sendTo().
bool GWTextInternal::Token::sendTo | ( | MWAWListener & | listener | ) | const |
try to send the token to the listener
Referenced by GWText::sendZone().
std::ostream& operator<< | ( | std::ostream & | o, |
Token const & | tkn | ||
) | [friend] |
operator<<
the picture data size
Referenced by GWTextInternal::operator<<(), GWText::readToken(), and GWText::readZone().
uint32_t GWTextInternal::Token::m_date |
the token date (0xFFFFFFFF means actual date)
Referenced by GWTextInternal::operator<<(), and GWText::readToken().
the picture dimension
Referenced by GWTextInternal::operator<<(), GWText::readToken(), and GWText::sendZone().
std::string GWTextInternal::Token::m_extra |
extra data
Referenced by GWTextInternal::operator<<(), and GWText::readToken().
the token format
Referenced by getDTFormat(), GWTextInternal::operator<<(), GWText::readToken(), and sendTo().
the picture entry
Referenced by GWText::readZone(), and GWText::sendZone().
the token type
Referenced by getDTFormat(), GWTextInternal::operator<<(), GWText::readToken(), GWText::readZone(), sendTo(), and GWText::sendZone().