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 STOFFGraphicDecoder operator=(STOFFGraphicDecoder const &)
operator= (undefined)
~STOFFGraphicDecoder() override
destructor
Definition: STOFFGraphicDecoder.hxx:56
main class used to decode a librevenge::RVNGBinaryData created by
Definition: STOFFGraphicDecoder.hxx:48
void insertElement(const char *psName) override
insert an element
Definition: STOFFGraphicDecoder.cxx:47
librevenge::RVNGDrawingInterface * m_output
the interface output
Definition: STOFFGraphicDecoder.hxx:77
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
a generic property handler
Definition: STOFFPropertyHandler.hxx:43