main class used to decode a librevenge::RVNGBinaryData created by More...
#include <STOFFGraphicDecoder.hxx>
Public Member Functions | |
| STOFFGraphicDecoder (librevenge::RVNGDrawingInterface *output) | |
| constructor | |
| ~STOFFGraphicDecoder () | |
| destructor | |
| void | insertElement (const char *psName) |
| insert an element | |
| void | insertElement (const char *psName, const librevenge::RVNGPropertyList &xPropList) |
| insert an element ( with a librevenge::RVNGPropertyList ) | |
| void | insertElement (const char *psName, const librevenge::RVNGPropertyList &xPropList, const librevenge::RVNGPropertyListVector &vector) |
| insert an element ( with a librevenge::RVNGPropertyListVector parameter ) | |
| void | characters (const librevenge::RVNGString &sCharacters) |
| insert a sequence of character | |
Private Member Functions | |
| STOFFGraphicDecoder (STOFFGraphicDecoder const &) | |
| copy constructor (undefined) | |
| STOFFGraphicDecoder | operator= (STOFFGraphicDecoder const &) |
| operator= (undefined) | |
Private Attributes | |
| librevenge::RVNGDrawingInterface * | m_output |
| the interface output | |
main class used to decode a librevenge::RVNGBinaryData created by
| STOFFGraphicDecoder::STOFFGraphicDecoder | ( | librevenge::RVNGDrawingInterface * | output | ) | [inline, explicit] |
constructor
| STOFFGraphicDecoder::~STOFFGraphicDecoder | ( | ) | [inline] |
destructor
| STOFFGraphicDecoder::STOFFGraphicDecoder | ( | STOFFGraphicDecoder const & | ) | [private] |
copy constructor (undefined)
| void STOFFGraphicDecoder::characters | ( | const librevenge::RVNGString & | sCharacters | ) | [inline, virtual] |
insert a sequence of character
Implements STOFFPropertyHandler.
| void STOFFGraphicDecoder::insertElement | ( | const char * | psName | ) | [virtual] |
insert an element
Implements STOFFPropertyHandler.
| void STOFFGraphicDecoder::insertElement | ( | const char * | psName, |
| const librevenge::RVNGPropertyList & | xPropList | ||
| ) | [virtual] |
insert an element ( with a librevenge::RVNGPropertyList )
Implements STOFFPropertyHandler.
| void STOFFGraphicDecoder::insertElement | ( | const char * | psName, |
| const librevenge::RVNGPropertyList & | xPropList, | ||
| const librevenge::RVNGPropertyListVector & | vector | ||
| ) |
insert an element ( with a librevenge::RVNGPropertyListVector parameter )
| STOFFGraphicDecoder STOFFGraphicDecoder::operator= | ( | STOFFGraphicDecoder const & | ) | [private] |
operator= (undefined)
librevenge::RVNGDrawingInterface* STOFFGraphicDecoder::m_output [private] |
the interface output
Referenced by characters(), and insertElement().