Internal: class to store an object definition. More...
| Public Member Functions | |
| DosLink () | |
| constructor  More... | |
| Public Attributes | |
| int | m_type | 
| the type  More... | |
| float | m_width | 
| the width  More... | |
| Vec2f | m_size | 
| the object size in the document  More... | |
| std::string | m_name | 
| the file name  More... | |
| WPSEntry | m_pos | 
| an entry which indicates where the object is defined in the file  More... | |
| std::string | m_extra | 
| a string used to store the parsing errors  More... | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, DosLink const &dlink) | 
| operator <<  More... | |
Internal: class to store an object definition.
| 
 | inline | 
constructor
| 
 | friend | 
operator <<
| std::string WPS4TextInternal::DosLink::m_extra | 
a string used to store the parsing errors
Referenced by WPS4TextInternal::operator<<(), and WPS4Text::readDosLink().
| std::string WPS4TextInternal::DosLink::m_name | 
the file name
Referenced by WPS4TextInternal::operator<<(), and WPS4Text::readDosLink().
| WPSEntry WPS4TextInternal::DosLink::m_pos | 
an entry which indicates where the object is defined in the file
Referenced by WPS4Text::readDosLink().
| Vec2f WPS4TextInternal::DosLink::m_size | 
the object size in the document
Referenced by WPS4TextInternal::operator<<(), and WPS4Text::readDosLink().
| int WPS4TextInternal::DosLink::m_type | 
the type
Referenced by WPS4TextInternal::operator<<(), and WPS4Text::readDosLink().
| float WPS4TextInternal::DosLink::m_width | 
the width
Referenced by WPS4TextInternal::operator<<(), and WPS4Text::readDosLink().