Small class used to interface a graphic reconstruction. 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 &) | |
| GraphicExporter | operator= (GraphicExporter const &) |
Private Attributes | |
| libwpg::WPGPaintInterface * | m_output |
| the interface output More... | |
Small class used to interface a graphic reconstruction.
|
inline |
constructor
|
inline |
destructor
|
private |
|
inlinevirtual |
insert a sequence of character
Implements MWAWPropertyHandler.
|
virtual |
end an element
Implements MWAWPropertyHandler.
|
inlinevirtual |
insert an element
Reimplemented from MWAWPropertyHandler.
|
private |
|
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().