Small class used to reconstruct a WPXBinary with mimeType="image/mwaw-odg" created by libmwaw. More...
Public Member Functions | |
| GraphicExporter (libwpg::WPGPaintInterface *output) | |
| constructor More... | |
| ~GraphicExporter () | |
| destructor More... | |
| void | startElement (const char *psName, const WPXPropertyList &xPropList) |
| start an element (basic) More... | |
| void | startElement (const char *psName, const WPXPropertyList &xPropList, const WPXPropertyListVector &vector) |
| start an element ( with a WPXPropertyListVector parameter ) More... | |
| void | startElement (const char *psName, const WPXPropertyList &xPropList, const WPXBinaryData &data) |
| start an element ( with a WPXBinary parameter ) More... | |
| void | endElement (const char *psName) |
| end an element More... | |
| void | insertElement (const char *) |
| insert an element More... | |
| void | characters (const WPXString &sCharacters) |
| insert a sequence of character More... | |
Public Member Functions inherited from MWAWPropertyHandler | |
| MWAWPropertyHandler () | |
| constructor More... | |
| virtual | ~MWAWPropertyHandler () |
| destructor More... | |
| bool | checkData (WPXBinaryData const &encoded) |
| checks a encoded WPXBinaryData created by MWAWPropertyHandlerEncoder More... | |
| bool | readData (WPXBinaryData const &encoded) |
| reads a encoded WPXBinaryData created by MWAWPropertyHandlerEncoder More... | |
Private Member Functions | |
| GraphicExporter (GraphicExporter const &) | |
| copy constructor (undefined) More... | |
| GraphicExporter | operator= (GraphicExporter const &) |
| operator= (undefined) More... | |
Private Attributes | |
| libwpg::WPGPaintInterface * | m_output |
| the interface output More... | |
Small class used to reconstruct a WPXBinary with mimeType="image/mwaw-odg" created by libmwaw.
|
inline |
constructor
|
inline |
destructor
|
private |
copy constructor (undefined)
|
inlinevirtual |
insert a sequence of character
Implements MWAWPropertyHandler.
|
virtual |
end an element
Implements MWAWPropertyHandler.
|
inlinevirtual |
insert an element
Reimplemented from MWAWPropertyHandler.
|
private |
operator= (undefined)
|
virtual |
start an element (basic)
Implements MWAWPropertyHandler.
|
virtual |
start an element ( with a WPXPropertyListVector parameter )
Reimplemented from MWAWPropertyHandler.
|
virtual |
start an element ( with a WPXBinary parameter )
Reimplemented from MWAWPropertyHandler.
|
private |
the interface output
Referenced by characters(), endElement(), and startElement().