MWAWDocumentInternal::GraphicExporter Class Reference

Small class used to interface a graphic reconstruction. More...

Inheritance diagram for MWAWDocumentInternal::GraphicExporter:
MWAWPropertyHandler

Public Member Functions

 GraphicExporter (libwpg::WPGPaintInterface *output)
 constructor More...
 
 ~GraphicExporter ()
 destructor More...
 
void startElement (const char *psName, const WPXPropertyList &xPropList)
 start an element (basic) More...
 
void startElement (const char *psName, const WPXPropertyList &xPropList, const WPXPropertyListVector &vector)
 start an element ( with a WPXPropertyListVector parameter ) More...
 
void startElement (const char *psName, const WPXPropertyList &xPropList, const WPXBinaryData &data)
 start an element ( with a WPXBinary parameter ) More...
 
void endElement (const char *psName)
 end an element More...
 
void insertElement (const char *)
 insert an element More...
 
void characters (const WPXString &sCharacters)
 insert a sequence of character More...
 
- Public Member Functions inherited from MWAWPropertyHandler
 MWAWPropertyHandler ()
 constructor More...
 
virtual ~MWAWPropertyHandler ()
 destructor More...
 
bool checkData (WPXBinaryData const &encoded)
 checks a encoded WPXBinaryData created by MWAWPropertyHandlerEncoder More...
 
bool readData (WPXBinaryData const &encoded)
 reads a encoded WPXBinaryData created by MWAWPropertyHandlerEncoder More...
 

Private Member Functions

 GraphicExporter (GraphicExporter const &)
 
GraphicExporter operator= (GraphicExporter const &)
 

Private Attributes

libwpg::WPGPaintInterface * m_output
 the interface output More...
 

Detailed Description

Small class used to interface a graphic reconstruction.

Constructor & Destructor Documentation

MWAWDocumentInternal::GraphicExporter::GraphicExporter ( libwpg::WPGPaintInterface *  output)
inline

constructor

MWAWDocumentInternal::GraphicExporter::~GraphicExporter ( )
inline

destructor

MWAWDocumentInternal::GraphicExporter::GraphicExporter ( GraphicExporter const &  )
private

Member Function Documentation

void MWAWDocumentInternal::GraphicExporter::characters ( const WPXString &  sCharacters)
inlinevirtual

insert a sequence of character

Implements MWAWPropertyHandler.

void MWAWDocumentInternal::GraphicExporter::endElement ( const char *  psName)
virtual

end an element

Implements MWAWPropertyHandler.

void MWAWDocumentInternal::GraphicExporter::insertElement ( const char *  )
inlinevirtual

insert an element

Reimplemented from MWAWPropertyHandler.

GraphicExporter MWAWDocumentInternal::GraphicExporter::operator= ( GraphicExporter const &  )
private
void MWAWDocumentInternal::GraphicExporter::startElement ( const char *  psName,
const WPXPropertyList &  xPropList 
)
virtual

start an element (basic)

Implements MWAWPropertyHandler.

void MWAWDocumentInternal::GraphicExporter::startElement ( const char *  psName,
const WPXPropertyList &  xPropList,
const WPXPropertyListVector &  vector 
)
virtual

start an element ( with a WPXPropertyListVector parameter )

Reimplemented from MWAWPropertyHandler.

void MWAWDocumentInternal::GraphicExporter::startElement ( const char *  psName,
const WPXPropertyList &  xPropList,
const WPXBinaryData &  data 
)
virtual

start an element ( with a WPXBinary parameter )

Reimplemented from MWAWPropertyHandler.

Member Data Documentation

libwpg::WPGPaintInterface* MWAWDocumentInternal::GraphicExporter::m_output
private

the interface output

Referenced by characters(), endElement(), and startElement().


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

Generated on Tue Mar 10 2015 17:32:11 for libmwaw by doxygen 1.8.5