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