WPS4TextInternal::Object Struct Reference

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

Public Member Functions

 Object ()
 constructor

Public Attributes

int m_id
 the object identificator
int m_page
 the page
Vec2f m_origin
 the origin
Vec2f m_size
 the object size in the document
WPSEntry m_pos
 an entry which indicates where the object is defined in the file
long m_unknown
 unknown data
std::string m_extra
 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.

Constructor & Destructor Documentation

◆ Object()

WPS4TextInternal::Object::Object ( )
inline

constructor

Referenced by operator<<.

◆ operator<<

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

operator <<

Member Data Documentation

◆ m_extra

std::string WPS4TextInternal::Object::m_extra

a string used to store the parsing errors

Referenced by Object(), WPS4Text::objectDataParser(), and operator<<.

◆ m_id

int WPS4TextInternal::Object::m_id

the object identificator

Referenced by Object(), WPS4Text::objectDataParser(), operator<<, and WPS4Text::readText().

◆ m_origin

Vec2f WPS4TextInternal::Object::m_origin

the origin

Referenced by Object(), WPS4Text::objectDataParser(), and operator<<.

◆ m_page

int WPS4TextInternal::Object::m_page

◆ m_pos

WPSEntry WPS4TextInternal::Object::m_pos

an entry which indicates where the object is defined in the file

Referenced by Object(), WPS4Text::objectDataParser(), and operator<<.

◆ m_size

Vec2f WPS4TextInternal::Object::m_size

the object size in the document

Referenced by Object(), WPS4Text::objectDataParser(), operator<<, and WPS4Text::readText().

◆ m_unknown

long WPS4TextInternal::Object::m_unknown

unknown data

Referenced by Object(), and operator<<.


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

Generated on Sat Jul 19 2025 05:24:41 for libwps by doxygen 1.14.0