WPS8TextInternal::Object Struct Reference

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

Detailed Description

Internal: class to store an object definition.

Member Enumeration Documentation

◆ Type

the object type

Enumerator
UnknownObject 
Table 
Image 

Constructor & Destructor Documentation

◆ Object()

WPS8TextInternal::Object::Object ( )
inline

constructor

Friends And Related Symbol Documentation

◆ operator<<

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

operator <<

Member Data Documentation

◆ m_error

std::string WPS8TextInternal::Object::m_error

a string used to store the parsing errors

◆ m_id

int WPS8TextInternal::Object::m_id

an identificator

◆ m_size

Vec2f WPS8TextInternal::Object::m_size

the size of the object in a page

◆ m_type

int WPS8TextInternal::Object::m_type

the type (normally a Type, ...)

◆ m_unknown

long WPS8TextInternal::Object::m_unknown

unknown data


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

Generated on Thu Jul 27 2023 11:31:49 for libwps by doxygen 1.9.7