36#ifndef MWAW_GRAPHIC_DECODER_HXX
37#define MWAW_GRAPHIC_DECODER_HXX
39#include <librevenge/librevenge.h>
61 void insertElement(
const char *psName,
const librevenge::RVNGPropertyList &xPropList)
final;
63 void insertElement(
const char *psName,
const librevenge::RVNGPropertyList &xPropList,
64 const librevenge::RVNGPropertyListVector &vector);
66 void characters(
const librevenge::RVNGString &sCharacters)
final
main class used to decode a librevenge::RVNGBinaryData created by
Definition: MWAWGraphicDecoder.hxx:49
void insertElement(const char *psName, const librevenge::RVNGPropertyList &xPropList, const librevenge::RVNGPropertyListVector &vector)
insert an element ( with a librevenge::RVNGPropertyListVector parameter )
librevenge::RVNGDrawingInterface * m_output
the interface output
Definition: MWAWGraphicDecoder.hxx:77
MWAWGraphicDecoder operator=(MWAWGraphicDecoder const &)=delete
operator= (undefined)
MWAWGraphicDecoder(librevenge::RVNGDrawingInterface *output)
constructor
Definition: MWAWGraphicDecoder.hxx:52
~MWAWGraphicDecoder() final
destructor
Definition: MWAWGraphicDecoder.hxx:56
void insertElement(const char *psName) final
insert an element
Definition: MWAWGraphicDecoder.cxx:47
void characters(const librevenge::RVNGString &sCharacters) final
insert a sequence of character
Definition: MWAWGraphicDecoder.hxx:66
MWAWGraphicDecoder(MWAWGraphicDecoder const &)=delete
copy constructor (undefined)
a generic property handler
Definition: MWAWPropertyHandler.hxx:43