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