Small class used to interface a graphic reconstruction. More...
Public Member Functions | |
| GraphicExporter (libwpg::WPGPaintInterface *output) | |
| constructor | |
| ~GraphicExporter () | |
| destructor | |
| void | startElement (const char *psName, const WPXPropertyList &xPropList) |
| start an element (basic) | |
| void | startElement (const char *psName, const WPXPropertyList &xPropList, const WPXPropertyListVector &vector) |
| start an element ( with a WPXPropertyListVector parameter ) | |
| void | startElement (const char *psName, const WPXPropertyList &xPropList, const WPXBinaryData &data) |
| start an element ( with a WPXBinary parameter ) | |
| void | endElement (const char *psName) |
| end an element | |
| void | insertElement (const char *) |
| insert an element | |
| void | characters (const WPXString &sCharacters) |
| insert a sequence of character | |
Private Member Functions | |
| GraphicExporter (GraphicExporter const &) | |
| GraphicExporter | operator= (GraphicExporter const &) |
Private Attributes | |
| libwpg::WPGPaintInterface * | m_output |
| the interface output | |
Small class used to interface a graphic reconstruction.
| MWAWDocumentInternal::GraphicExporter::GraphicExporter | ( | libwpg::WPGPaintInterface * | output | ) | [inline] |
constructor
destructor
| MWAWDocumentInternal::GraphicExporter::GraphicExporter | ( | GraphicExporter const & | ) | [private] |
| void MWAWDocumentInternal::GraphicExporter::characters | ( | const WPXString & | sCharacters | ) | [inline, virtual] |
insert a sequence of character
Implements MWAWPropertyHandler.
| void MWAWDocumentInternal::GraphicExporter::endElement | ( | const char * | psName | ) | [virtual] |
end an element
Implements MWAWPropertyHandler.
| void MWAWDocumentInternal::GraphicExporter::insertElement | ( | const char * | ) | [inline, virtual] |
insert an element
Reimplemented from MWAWPropertyHandler.
| GraphicExporter MWAWDocumentInternal::GraphicExporter::operator= | ( | GraphicExporter const & | ) | [private] |
| void MWAWDocumentInternal::GraphicExporter::startElement | ( | const char * | psName, |
| const WPXPropertyList & | xPropList | ||
| ) | [virtual] |
start an element (basic)
Implements MWAWPropertyHandler.
| void MWAWDocumentInternal::GraphicExporter::startElement | ( | const char * | psName, |
| const WPXPropertyList & | xPropList, | ||
| const WPXPropertyListVector & | vector | ||
| ) | [virtual] |
start an element ( with a WPXPropertyListVector parameter )
Reimplemented from MWAWPropertyHandler.
| void MWAWDocumentInternal::GraphicExporter::startElement | ( | const char * | psName, |
| const WPXPropertyList & | xPropList, | ||
| const WPXBinaryData & | data | ||
| ) | [virtual] |
start an element ( with a WPXBinary parameter )
Reimplemented from MWAWPropertyHandler.
libwpg::WPGPaintInterface* MWAWDocumentInternal::GraphicExporter::m_output [private] |
the interface output
Referenced by characters(), endElement(), and startElement().