GWTextInternal::Token Struct Reference

Internal and low level: structure which stores a token for GWText. More...

List of all members.

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

Detailed Description

Internal and low level: structure which stores a token for GWText.


Constructor & Destructor Documentation

constructor


Member Function Documentation

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


Friends And Related Function Documentation

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

operator<<


Member Data Documentation

the token date (0xFFFFFFFF means actual date)

Referenced by GWTextInternal::operator<<(), and GWText::readToken().


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