small struct to store an object More...
#include <WPSOLEParser.h>
Public Member Functions | |
| WPSOLEParserObject () | |
| constructor | |
Public Attributes | |
| WPSPosition | m_position |
| the position | |
| librevenge::RVNGBinaryData | m_data |
| the data | |
| std::string | m_mime |
| the mime type | |
small struct to store an object
|
inline |
constructor
| librevenge::RVNGBinaryData WPSOLEParserObject::m_data |
the data
Referenced by WPSOLEParser::parse(), WPS4Graph::readObject(), and WPSOLEParserObject().
| std::string WPSOLEParserObject::m_mime |
the mime type
Referenced by WPSOLEParser::parse(), and WPSOLEParserObject().
| WPSPosition WPSOLEParserObject::m_position |
the position
Referenced by WPSOLEParser::parse(), and WPSOLEParserObject().