Internal: class to store an object definition. More...
Public Types | |
enum | Type { UnknownObject = 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 << |
Internal: class to store an object definition.
|
inline |
constructor
Referenced by operator<<.
|
friend |
operator <<
std::string WPS8TextInternal::Object::m_error |
a string used to store the parsing errors
Referenced by Object(), and operator<<.
int WPS8TextInternal::Object::m_id |
an identificator
Referenced by Object(), and operator<<.
Vec2f WPS8TextInternal::Object::m_size |
the size of the object in a page
Referenced by Object(), and operator<<.
int WPS8TextInternal::Object::m_type |
the type (normally a Type, ...)
Referenced by Object(), and operator<<.
long WPS8TextInternal::Object::m_unknown |
unknown data
Referenced by Object(), and operator<<.