36#ifndef MWAW_GRAPHIC_DECODER_HXX
37#define MWAW_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: MWAWGraphicDecoder.hxx:49
void insertElement(const char *psName, const librevenge::RVNGPropertyList &xPropList, const librevenge::RVNGPropertyListVector &vector)
insert an element ( with a librevenge::RVNGPropertyListVector parameter )
void insertElement(const char *psName)
insert an element
Definition: MWAWGraphicDecoder.cxx:47
librevenge::RVNGDrawingInterface * m_output
the interface output
Definition: MWAWGraphicDecoder.hxx:75
~MWAWGraphicDecoder()
destructor
Definition: MWAWGraphicDecoder.hxx:54
MWAWGraphicDecoder operator=(MWAWGraphicDecoder const &)
operator= (undefined)
MWAWGraphicDecoder(librevenge::RVNGDrawingInterface *output)
constructor
Definition: MWAWGraphicDecoder.hxx:52
MWAWGraphicDecoder(MWAWGraphicDecoder const &)
copy constructor (undefined)
void characters(const librevenge::RVNGString &sCharacters)
insert a sequence of character
Definition: MWAWGraphicDecoder.hxx:64
a generic property handler
Definition: MWAWPropertyHandler.hxx:43