Internal: class to store an object definition. More...
| Public Member Functions | |
| Object () | |
| constructor  More... | |
| Public Attributes | |
| int | m_id | 
| the object identificator  More... | |
| int | m_page | 
| the page  More... | |
| Vec2f | m_origin | 
| the origin  More... | |
| Vec2f | m_size | 
| the object size in the document  More... | |
| WPSEntry | m_pos | 
| an entry which indicates where the object is defined in the file  More... | |
| long | m_unknown | 
| unknown data  More... | |
| std::string | m_extra | 
| a string used to store the parsing errors  More... | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, Object const &obj) | 
| operator <<  More... | |
Internal: class to store an object definition.
| 
 | inline | 
constructor
| 
 | friend | 
operator <<
| std::string WPS4TextInternal::Object::m_extra | 
a string used to store the parsing errors
Referenced by WPS4Text::objectDataParser(), and WPS4TextInternal::operator<<().
| int WPS4TextInternal::Object::m_id | 
the object identificator
Referenced by WPS4Text::objectDataParser(), WPS4TextInternal::operator<<(), WPS4Text::readText(), and WPS4Text::sendObjects().
| Vec2f WPS4TextInternal::Object::m_origin | 
the origin
Referenced by WPS4Text::objectDataParser(), WPS4TextInternal::operator<<(), and WPS4Text::sendObjects().
| int WPS4TextInternal::Object::m_page | 
the page
Referenced by WPS4Text::objectDataParser(), WPS4TextInternal::operator<<(), WPS4Text::readText(), and WPS4Text::sendObjects().
| WPSEntry WPS4TextInternal::Object::m_pos | 
an entry which indicates where the object is defined in the file
Referenced by WPS4Text::objectDataParser(), and WPS4TextInternal::operator<<().
| Vec2f WPS4TextInternal::Object::m_size | 
the object size in the document
Referenced by WPS4Text::objectDataParser(), WPS4TextInternal::operator<<(), WPS4Text::readText(), and WPS4Text::sendObjects().
| long WPS4TextInternal::Object::m_unknown | 
unknown data
Referenced by WPS4TextInternal::operator<<().