STOFFGraphicDecoder Class Reference

main class used to decode a librevenge::RVNGBinaryData created by More...

#include <STOFFGraphicDecoder.hxx>

Inheritance diagram for STOFFGraphicDecoder:
STOFFPropertyHandler

List of all members.

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

Detailed Description

main class used to decode a librevenge::RVNGBinaryData created by

See also:
STOFFGraphicEncoder (with mimeType="image/stoff-odg") and to send it contents to librevenge::RVNGDrawingInterface

Constructor & Destructor Documentation

STOFFGraphicDecoder::STOFFGraphicDecoder ( librevenge::RVNGDrawingInterface *  output) [inline, explicit]

constructor

copy constructor (undefined)


Member Function Documentation

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)


Member Data Documentation

librevenge::RVNGDrawingInterface* STOFFGraphicDecoder::m_output [private]

the interface output

Referenced by characters(), and insertElement().


The documentation for this class was generated from the following files: