WPGTextDataHandler Class Reference

#include <WPGXParser.h>

Inheritance diagram for WPGTextDataHandler:

Public Member Functions

 WPGTextDataHandler (librevenge::RVNGDrawingInterface *painter)
 
 ~WPGTextDataHandler ()
 
void setDocumentMetaData (const librevenge::RVNGPropertyList &)
 
void startDocument (const librevenge::RVNGPropertyList &)
 
void endDocument ()
 
void defineEmbeddedFont (const librevenge::RVNGPropertyList &)
 
void definePageStyle (const librevenge::RVNGPropertyList &)
 
void openPageSpan (const librevenge::RVNGPropertyList &)
 
void closePageSpan ()
 
void openHeader (const librevenge::RVNGPropertyList &)
 
void closeHeader ()
 
void openFooter (const librevenge::RVNGPropertyList &)
 
void closeFooter ()
 
void defineParagraphStyle (const librevenge::RVNGPropertyList &)
 
void openParagraph (const librevenge::RVNGPropertyList &propList)
 
void closeParagraph ()
 
void defineCharacterStyle (const librevenge::RVNGPropertyList &)
 
void openSpan (const librevenge::RVNGPropertyList &propList)
 
void closeSpan ()
 
void openLink (const librevenge::RVNGPropertyList &)
 
void closeLink ()
 
void defineSectionStyle (const librevenge::RVNGPropertyList &)
 
void openSection (const librevenge::RVNGPropertyList &)
 
void closeSection ()
 
void insertTab ()
 
void insertSpace ()
 
void insertText (const librevenge::RVNGString &text)
 
void insertLineBreak ()
 
void insertField (const librevenge::RVNGPropertyList &)
 
void openOrderedListLevel (const librevenge::RVNGPropertyList &)
 
void openUnorderedListLevel (const librevenge::RVNGPropertyList &)
 
void closeOrderedListLevel ()
 
void closeUnorderedListLevel ()
 
void openListElement (const librevenge::RVNGPropertyList &propList)
 
void closeListElement ()
 
void openFootnote (const librevenge::RVNGPropertyList &)
 
void closeFootnote ()
 
void openEndnote (const librevenge::RVNGPropertyList &)
 
void closeEndnote ()
 
void openComment (const librevenge::RVNGPropertyList &)
 
void closeComment ()
 
void openTextBox (const librevenge::RVNGPropertyList &)
 
void closeTextBox ()
 
void openTable (const librevenge::RVNGPropertyList &)
 
void openTableRow (const librevenge::RVNGPropertyList &)
 
void closeTableRow ()
 
void openTableCell (const librevenge::RVNGPropertyList &)
 
void closeTableCell ()
 
void insertCoveredTableCell (const librevenge::RVNGPropertyList &)
 
void closeTable ()
 
void openFrame (const librevenge::RVNGPropertyList &)
 
void closeFrame ()
 
void openGroup (const librevenge::RVNGPropertyList &)
 
void closeGroup ()
 
void defineGraphicStyle (const librevenge::RVNGPropertyList &)
 
void drawRectangle (const librevenge::RVNGPropertyList &)
 
void drawEllipse (const librevenge::RVNGPropertyList &)
 
void drawPolygon (const librevenge::RVNGPropertyList &)
 
void drawPolyline (const librevenge::RVNGPropertyList &)
 
void drawPath (const librevenge::RVNGPropertyList &)
 
void drawConnector (const librevenge::RVNGPropertyList &)
 
void insertBinaryObject (const librevenge::RVNGPropertyList &)
 
void insertEquation (const librevenge::RVNGPropertyList &)
 

Private Member Functions

 WPGTextDataHandler (const WPGTextDataHandler &)
 
WPGTextDataHandleroperator= (const WPGTextDataHandler &)
 

Private Attributes

librevenge::RVNGDrawingInterface * m_painter
 
::librevenge::RVNGString m_fontName
 
::librevenge::RVNGPropertyList m_paragraphStyle
 
::librevenge::RVNGPropertyList m_textStyle
 

Constructor & Destructor Documentation

◆ WPGTextDataHandler() [1/2]

WPGTextDataHandler::WPGTextDataHandler ( librevenge::RVNGDrawingInterface *  painter)
inline

◆ ~WPGTextDataHandler()

WPGTextDataHandler::~WPGTextDataHandler ( )
inline

◆ WPGTextDataHandler() [2/2]

WPGTextDataHandler::WPGTextDataHandler ( const WPGTextDataHandler )
private

Member Function Documentation

◆ closeComment()

void WPGTextDataHandler::closeComment ( )
inline

◆ closeEndnote()

void WPGTextDataHandler::closeEndnote ( )
inline

◆ closeFooter()

void WPGTextDataHandler::closeFooter ( )
inline

◆ closeFootnote()

void WPGTextDataHandler::closeFootnote ( )
inline

◆ closeFrame()

void WPGTextDataHandler::closeFrame ( )
inline

◆ closeGroup()

void WPGTextDataHandler::closeGroup ( )
inline

◆ closeHeader()

void WPGTextDataHandler::closeHeader ( )
inline

◆ closeLink()

void WPGTextDataHandler::closeLink ( )
inline

◆ closeListElement()

void WPGTextDataHandler::closeListElement ( )

◆ closeOrderedListLevel()

void WPGTextDataHandler::closeOrderedListLevel ( )
inline

◆ closePageSpan()

void WPGTextDataHandler::closePageSpan ( )
inline

◆ closeParagraph()

void WPGTextDataHandler::closeParagraph ( )

◆ closeSection()

void WPGTextDataHandler::closeSection ( )
inline

◆ closeSpan()

void WPGTextDataHandler::closeSpan ( )

◆ closeTable()

void WPGTextDataHandler::closeTable ( )
inline

◆ closeTableCell()

void WPGTextDataHandler::closeTableCell ( )
inline

◆ closeTableRow()

void WPGTextDataHandler::closeTableRow ( )
inline

◆ closeTextBox()

void WPGTextDataHandler::closeTextBox ( )
inline

◆ closeUnorderedListLevel()

void WPGTextDataHandler::closeUnorderedListLevel ( )
inline

◆ defineCharacterStyle()

void WPGTextDataHandler::defineCharacterStyle ( const librevenge::RVNGPropertyList &  )
inline

◆ defineEmbeddedFont()

void WPGTextDataHandler::defineEmbeddedFont ( const librevenge::RVNGPropertyList &  )
inline

◆ defineGraphicStyle()

void WPGTextDataHandler::defineGraphicStyle ( const librevenge::RVNGPropertyList &  )
inline

◆ definePageStyle()

void WPGTextDataHandler::definePageStyle ( const librevenge::RVNGPropertyList &  )
inline

◆ defineParagraphStyle()

void WPGTextDataHandler::defineParagraphStyle ( const librevenge::RVNGPropertyList &  )
inline

◆ defineSectionStyle()

void WPGTextDataHandler::defineSectionStyle ( const librevenge::RVNGPropertyList &  )
inline

◆ drawConnector()

void WPGTextDataHandler::drawConnector ( const librevenge::RVNGPropertyList &  )
inline

◆ drawEllipse()

void WPGTextDataHandler::drawEllipse ( const librevenge::RVNGPropertyList &  )
inline

◆ drawPath()

void WPGTextDataHandler::drawPath ( const librevenge::RVNGPropertyList &  )
inline

◆ drawPolygon()

void WPGTextDataHandler::drawPolygon ( const librevenge::RVNGPropertyList &  )
inline

◆ drawPolyline()

void WPGTextDataHandler::drawPolyline ( const librevenge::RVNGPropertyList &  )
inline

◆ drawRectangle()

void WPGTextDataHandler::drawRectangle ( const librevenge::RVNGPropertyList &  )
inline

◆ endDocument()

void WPGTextDataHandler::endDocument ( )
inline

◆ insertBinaryObject()

void WPGTextDataHandler::insertBinaryObject ( const librevenge::RVNGPropertyList &  )
inline

◆ insertCoveredTableCell()

void WPGTextDataHandler::insertCoveredTableCell ( const librevenge::RVNGPropertyList &  )
inline

◆ insertEquation()

void WPGTextDataHandler::insertEquation ( const librevenge::RVNGPropertyList &  )
inline

◆ insertField()

void WPGTextDataHandler::insertField ( const librevenge::RVNGPropertyList &  )
inline

◆ insertLineBreak()

void WPGTextDataHandler::insertLineBreak ( )

◆ insertSpace()

void WPGTextDataHandler::insertSpace ( )

◆ insertTab()

void WPGTextDataHandler::insertTab ( )

◆ insertText()

void WPGTextDataHandler::insertText ( const librevenge::RVNGString &  text)

◆ openComment()

void WPGTextDataHandler::openComment ( const librevenge::RVNGPropertyList &  )
inline

◆ openEndnote()

void WPGTextDataHandler::openEndnote ( const librevenge::RVNGPropertyList &  )
inline

◆ openFooter()

void WPGTextDataHandler::openFooter ( const librevenge::RVNGPropertyList &  )
inline

◆ openFootnote()

void WPGTextDataHandler::openFootnote ( const librevenge::RVNGPropertyList &  )
inline

◆ openFrame()

void WPGTextDataHandler::openFrame ( const librevenge::RVNGPropertyList &  )
inline

◆ openGroup()

void WPGTextDataHandler::openGroup ( const librevenge::RVNGPropertyList &  )
inline

◆ openHeader()

void WPGTextDataHandler::openHeader ( const librevenge::RVNGPropertyList &  )
inline

◆ openLink()

void WPGTextDataHandler::openLink ( const librevenge::RVNGPropertyList &  )
inline

◆ openListElement()

void WPGTextDataHandler::openListElement ( const librevenge::RVNGPropertyList &  propList)

◆ openOrderedListLevel()

void WPGTextDataHandler::openOrderedListLevel ( const librevenge::RVNGPropertyList &  )
inline

◆ openPageSpan()

void WPGTextDataHandler::openPageSpan ( const librevenge::RVNGPropertyList &  )
inline

◆ openParagraph()

void WPGTextDataHandler::openParagraph ( const librevenge::RVNGPropertyList &  propList)

◆ openSection()

void WPGTextDataHandler::openSection ( const librevenge::RVNGPropertyList &  )
inline

◆ openSpan()

void WPGTextDataHandler::openSpan ( const librevenge::RVNGPropertyList &  propList)

◆ openTable()

void WPGTextDataHandler::openTable ( const librevenge::RVNGPropertyList &  )
inline

◆ openTableCell()

void WPGTextDataHandler::openTableCell ( const librevenge::RVNGPropertyList &  )
inline

◆ openTableRow()

void WPGTextDataHandler::openTableRow ( const librevenge::RVNGPropertyList &  )
inline

◆ openTextBox()

void WPGTextDataHandler::openTextBox ( const librevenge::RVNGPropertyList &  )
inline

◆ openUnorderedListLevel()

void WPGTextDataHandler::openUnorderedListLevel ( const librevenge::RVNGPropertyList &  )
inline

◆ operator=()

WPGTextDataHandler& WPGTextDataHandler::operator= ( const WPGTextDataHandler )
private

◆ setDocumentMetaData()

void WPGTextDataHandler::setDocumentMetaData ( const librevenge::RVNGPropertyList &  )
inline

◆ startDocument()

void WPGTextDataHandler::startDocument ( const librevenge::RVNGPropertyList &  )
inline

Member Data Documentation

◆ m_fontName

::librevenge::RVNGString WPGTextDataHandler::m_fontName
private

◆ m_painter

librevenge::RVNGDrawingInterface* WPGTextDataHandler::m_painter
private

◆ m_paragraphStyle

::librevenge::RVNGPropertyList WPGTextDataHandler::m_paragraphStyle
private

◆ m_textStyle

::librevenge::RVNGPropertyList WPGTextDataHandler::m_textStyle
private

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

Generated for libwpg by doxygen 1.8.14