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