WPS8TextInternal::Object Struct Reference

Internal: class to store an object definition. More...

List of all members.

Public Types

enum  Type { Unknown = 0, Table, Image }
 the object type More...

Public Member Functions

 Object ()
 constructor

Public Attributes

int m_type
 the type (normally a Type, ...)
int m_id
 an identificator
Vec2f m_size
 the size of the object in a page
long m_unknown
 unknown data
std::string m_error
 a string used to store the parsing errors

Friends

std::ostream & operator<< (std::ostream &o, Object const &obj)
 operator <<

Detailed Description

Internal: class to store an object definition.


Member Enumeration Documentation

the object type

Enumerator:
Unknown 
Table 
Image 

Constructor & Destructor Documentation

constructor


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Object const &  obj 
) [friend]

operator <<


Member Data Documentation

a string used to store the parsing errors

Referenced by WPS8TextInternal::operator<<().

the size of the object in a page

Referenced by WPS8TextInternal::operator<<(), and WPS8Text::readText().

the type (normally a Type, ...)

Referenced by WPS8TextInternal::operator<<(), and WPS8Text::readText().


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