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)
void characters(const librevenge::RVNGString &sCharacters)
insert a sequence of character
Definition: MWAWGraphicDecoder.hxx:64
librevenge::RVNGDrawingInterface * m_output
the interface output
Definition: MWAWGraphicDecoder.hxx:75
void insertElement(const char *psName)
insert an element
Definition: MWAWGraphicDecoder.cxx:47
main class used to decode a librevenge::RVNGBinaryData created by
Definition: MWAWGraphicDecoder.hxx:48
~MWAWGraphicDecoder()
destructor
Definition: MWAWGraphicDecoder.hxx:54
MWAWGraphicDecoder(librevenge::RVNGDrawingInterface *output)
constructor
Definition: MWAWGraphicDecoder.hxx:52
MWAWGraphicDecoder operator=(MWAWGraphicDecoder const &)
operator= (undefined)
a generic property handler
Definition: MWAWPropertyHandler.hxx:43