main class used to decode a librevenge::RVNGBinaryData created by More...
#include <MWAWGraphicDecoder.hxx>
Public Member Functions | |
MWAWGraphicDecoder (librevenge::RVNGDrawingInterface *output) | |
constructor More... | |
~MWAWGraphicDecoder () final | |
destructor More... | |
void | insertElement (const char *psName) final |
insert an element More... | |
void | insertElement (const char *psName, const librevenge::RVNGPropertyList &xPropList) final |
insert an element ( with a librevenge::RVNGPropertyList ) More... | |
void | insertElement (const char *psName, const librevenge::RVNGPropertyList &xPropList, const librevenge::RVNGPropertyListVector &vector) |
insert an element ( with a librevenge::RVNGPropertyListVector parameter ) More... | |
void | characters (const librevenge::RVNGString &sCharacters) final |
insert a sequence of character More... | |
![]() | |
MWAWPropertyHandler () | |
constructor More... | |
virtual | ~MWAWPropertyHandler () |
destructor More... | |
virtual void | characters (librevenge::RVNGString const &sCharacters)=0 |
writes a list of characters More... | |
bool | checkData (librevenge::RVNGBinaryData const &encoded) |
checks a encoded librevenge::RVNGBinaryData created by MWAWPropertyHandlerEncoder More... | |
bool | readData (librevenge::RVNGBinaryData const &encoded) |
reads a encoded librevenge::RVNGBinaryData created by MWAWPropertyHandlerEncoder More... | |
Private Member Functions | |
MWAWGraphicDecoder (MWAWGraphicDecoder const &)=delete | |
copy constructor (undefined) More... | |
MWAWGraphicDecoder | operator= (MWAWGraphicDecoder const &)=delete |
operator= (undefined) More... | |
Private Attributes | |
librevenge::RVNGDrawingInterface * | m_output |
the interface output More... | |
main class used to decode a librevenge::RVNGBinaryData created by
|
inlineexplicit |
constructor
Referenced by characters().
|
inlinefinal |
destructor
|
privatedelete |
copy constructor (undefined)
|
inlinefinal |
insert a sequence of character
|
finalvirtual |
|
finalvirtual |
insert an element ( with a librevenge::RVNGPropertyList )
Implements MWAWPropertyHandler.
void MWAWGraphicDecoder::insertElement | ( | const char * | psName, |
const librevenge::RVNGPropertyList & | xPropList, | ||
const librevenge::RVNGPropertyListVector & | vector | ||
) |
insert an element ( with a librevenge::RVNGPropertyListVector parameter )
|
privatedelete |
operator= (undefined)
Referenced by characters().
|
private |
the interface output
Referenced by characters(), and insertElement().