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