STOFFGraphicEncoder Class Reference

main class used to define store librevenge::RVNGDrawingInterface lists of command in a librevenge::RVNGBinaryData. More...

#include <STOFFGraphicEncoder.hxx>

List of all members.

Public Member Functions

 STOFFGraphicEncoder ()
 constructor
 ~STOFFGraphicEncoder ()
 destructor
bool getBinaryResult (STOFFEmbeddedObject &result)
 return the final graphic
void startDocument (const ::librevenge::RVNGPropertyList &propList)
void endDocument ()
void defineEmbeddedFont (const librevenge::RVNGPropertyList &propList)
void setDocumentMetaData (const librevenge::RVNGPropertyList &propList)
void startPage (const ::librevenge::RVNGPropertyList &propList)
void endPage ()
void startMasterPage (const ::librevenge::RVNGPropertyList &propList)
void endMasterPage ()
void setStyle (const ::librevenge::RVNGPropertyList &propList)
void startLayer (const ::librevenge::RVNGPropertyList &propList)
void endLayer ()
void startEmbeddedGraphics (const ::librevenge::RVNGPropertyList &propList)
void endEmbeddedGraphics ()
void openGroup (const ::librevenge::RVNGPropertyList &propList)
void closeGroup ()
void drawRectangle (const ::librevenge::RVNGPropertyList &propList)
void drawEllipse (const ::librevenge::RVNGPropertyList &propList)
void drawPolygon (const ::librevenge::RVNGPropertyList &vertices)
void drawPolyline (const ::librevenge::RVNGPropertyList &vertices)
void drawPath (const ::librevenge::RVNGPropertyList &path)
void drawConnector (const ::librevenge::RVNGPropertyList &propList)
void drawGraphicObject (const ::librevenge::RVNGPropertyList &propList)
void startTextObject (const ::librevenge::RVNGPropertyList &propList)
void endTextObject ()
void startTableObject (const librevenge::RVNGPropertyList &propList)
void endTableObject ()
void openTableRow (const librevenge::RVNGPropertyList &propList)
void closeTableRow ()
void openTableCell (const librevenge::RVNGPropertyList &propList)
void closeTableCell ()
void insertCoveredTableCell (const librevenge::RVNGPropertyList &propList)
void insertTab ()
void insertSpace ()
void insertText (const librevenge::RVNGString &text)
void insertLineBreak ()
void insertField (const librevenge::RVNGPropertyList &propList)
void openLink (const librevenge::RVNGPropertyList &propList)
void closeLink ()
void openOrderedListLevel (const librevenge::RVNGPropertyList &propList)
void openUnorderedListLevel (const librevenge::RVNGPropertyList &propList)
void closeOrderedListLevel ()
void closeUnorderedListLevel ()
void openListElement (const librevenge::RVNGPropertyList &propList)
void closeListElement ()
void defineParagraphStyle (const librevenge::RVNGPropertyList &propList)
void openParagraph (const librevenge::RVNGPropertyList &propList)
void closeParagraph ()
void defineCharacterStyle (const librevenge::RVNGPropertyList &propList)
void openSpan (const librevenge::RVNGPropertyList &propList)
void closeSpan ()

Protected Attributes

shared_ptr
< STOFFGraphicEncoderInternal::State
m_state
 the actual state

Detailed Description

main class used to define store librevenge::RVNGDrawingInterface lists of command in a librevenge::RVNGBinaryData.

See also:
STOFFGraphicDecoder can be used to decode back the pictures...
Note:
as this class implements the functions librevenge::RVNGDrawingInterface, the documentation is not duplicated..

Constructor & Destructor Documentation


Member Function Documentation

void STOFFGraphicEncoder::defineCharacterStyle ( const librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::defineEmbeddedFont ( const librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::defineParagraphStyle ( const librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::drawConnector ( const ::librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::drawEllipse ( const ::librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::drawGraphicObject ( const ::librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::drawPath ( const ::librevenge::RVNGPropertyList &  path)
void STOFFGraphicEncoder::drawPolygon ( const ::librevenge::RVNGPropertyList &  vertices)
void STOFFGraphicEncoder::drawPolyline ( const ::librevenge::RVNGPropertyList &  vertices)
void STOFFGraphicEncoder::drawRectangle ( const ::librevenge::RVNGPropertyList &  propList)

return the final graphic

Referenced by StarFileManager::readOLEDirectory().

void STOFFGraphicEncoder::insertCoveredTableCell ( const librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::insertField ( const librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::insertText ( const librevenge::RVNGString &  text)
void STOFFGraphicEncoder::openGroup ( const ::librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::openLink ( const librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::openListElement ( const librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::openOrderedListLevel ( const librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::openParagraph ( const librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::openSpan ( const librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::openTableCell ( const librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::openTableRow ( const librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::openUnorderedListLevel ( const librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::setDocumentMetaData ( const librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::setStyle ( const ::librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::startDocument ( const ::librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::startEmbeddedGraphics ( const ::librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::startLayer ( const ::librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::startMasterPage ( const ::librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::startPage ( const ::librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::startTableObject ( const librevenge::RVNGPropertyList &  propList)
void STOFFGraphicEncoder::startTextObject ( const ::librevenge::RVNGPropertyList &  propList)

Member Data Documentation


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