WPGTextDataHandler Class Reference

#include <WPGXParser.h>

Inheritance diagram for WPGTextDataHandler:

Public Member Functions

 WPGTextDataHandler (libwpg::WPGPaintInterface *painter)
 
 ~WPGTextDataHandler ()
 
void setDocumentMetaData (const WPXPropertyList &)
 
void startDocument ()
 
void endDocument ()
 
void startSubDocument ()
 
void endSubDocument ()
 
void definePageStyle (const WPXPropertyList &)
 
void openPageSpan (const WPXPropertyList &)
 
void closePageSpan ()
 
void openHeader (const WPXPropertyList &)
 
void closeHeader ()
 
void openFooter (const WPXPropertyList &)
 
void closeFooter ()
 
void defineParagraphStyle (const WPXPropertyList &, const WPXPropertyListVector &)
 
void openParagraph (const WPXPropertyList &propList, const WPXPropertyListVector &tabStops)
 
void closeParagraph ()
 
void defineCharacterStyle (const WPXPropertyList &)
 
void openSpan (const WPXPropertyList &propList)
 
void closeSpan ()
 
void defineSectionStyle (const WPXPropertyList &, const WPXPropertyListVector &)
 
void openSection (const WPXPropertyList &, const WPXPropertyListVector &)
 
void closeSection ()
 
void insertTab ()
 
void insertSpace ()
 
void insertText (const WPXString &text)
 
void insertLineBreak ()
 
void insertField (const WPXString &, const WPXPropertyList &)
 
void defineOrderedListLevel (const WPXPropertyList &)
 
void defineUnorderedListLevel (const WPXPropertyList &)
 
void openOrderedListLevel (const WPXPropertyList &)
 
void openUnorderedListLevel (const WPXPropertyList &)
 
void closeOrderedListLevel ()
 
void closeUnorderedListLevel ()
 
void openListElement (const WPXPropertyList &propList, const WPXPropertyListVector &tabStops)
 
void closeListElement ()
 
void openFootnote (const WPXPropertyList &)
 
void closeFootnote ()
 
void openEndnote (const WPXPropertyList &)
 
void closeEndnote ()
 
void openComment (const WPXPropertyList &)
 
void closeComment ()
 
void openTextBox (const WPXPropertyList &)
 
void closeTextBox ()
 
void openTable (const WPXPropertyList &, const WPXPropertyListVector &)
 
void openTableRow (const WPXPropertyList &)
 
void closeTableRow ()
 
void openTableCell (const WPXPropertyList &)
 
void closeTableCell ()
 
void insertCoveredTableCell (const WPXPropertyList &)
 
void closeTable ()
 
void openFrame (const WPXPropertyList &)
 
void closeFrame ()
 
void insertBinaryObject (const WPXPropertyList &, const WPXBinaryData &)
 
void insertEquation (const WPXPropertyList &, const WPXString &)
 

Private Member Functions

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

Private Attributes

libwpg::WPGPaintInterfacem_painter
 
::WPXString m_fontName
 
::WPXPropertyList m_paragraphStyle
 
::WPXPropertyList m_textStyle
 

Constructor & Destructor Documentation

◆ WPGTextDataHandler() [1/2]

WPGTextDataHandler::WPGTextDataHandler ( libwpg::WPGPaintInterface 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

◆ closeHeader()

void WPGTextDataHandler::closeHeader ( )
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 WPXPropertyList &  )
inline

◆ defineOrderedListLevel()

void WPGTextDataHandler::defineOrderedListLevel ( const WPXPropertyList &  )
inline

◆ definePageStyle()

void WPGTextDataHandler::definePageStyle ( const WPXPropertyList &  )
inline

◆ defineParagraphStyle()

void WPGTextDataHandler::defineParagraphStyle ( const WPXPropertyList &  ,
const WPXPropertyListVector &   
)
inline

◆ defineSectionStyle()

void WPGTextDataHandler::defineSectionStyle ( const WPXPropertyList &  ,
const WPXPropertyListVector &   
)
inline

◆ defineUnorderedListLevel()

void WPGTextDataHandler::defineUnorderedListLevel ( const WPXPropertyList &  )
inline

◆ endDocument()

void WPGTextDataHandler::endDocument ( )
inline

◆ endSubDocument()

void WPGTextDataHandler::endSubDocument ( )

◆ insertBinaryObject()

void WPGTextDataHandler::insertBinaryObject ( const WPXPropertyList &  ,
const WPXBinaryData &   
)
inline

◆ insertCoveredTableCell()

void WPGTextDataHandler::insertCoveredTableCell ( const WPXPropertyList &  )
inline

◆ insertEquation()

void WPGTextDataHandler::insertEquation ( const WPXPropertyList &  ,
const WPXString &   
)
inline

◆ insertField()

void WPGTextDataHandler::insertField ( const WPXString &  ,
const WPXPropertyList &   
)
inline

◆ insertLineBreak()

void WPGTextDataHandler::insertLineBreak ( )

◆ insertSpace()

void WPGTextDataHandler::insertSpace ( )

◆ insertTab()

void WPGTextDataHandler::insertTab ( )

◆ insertText()

void WPGTextDataHandler::insertText ( const WPXString &  text)

◆ openComment()

void WPGTextDataHandler::openComment ( const WPXPropertyList &  )
inline

◆ openEndnote()

void WPGTextDataHandler::openEndnote ( const WPXPropertyList &  )
inline

◆ openFooter()

void WPGTextDataHandler::openFooter ( const WPXPropertyList &  )
inline

◆ openFootnote()

void WPGTextDataHandler::openFootnote ( const WPXPropertyList &  )
inline

◆ openFrame()

void WPGTextDataHandler::openFrame ( const WPXPropertyList &  )
inline

◆ openHeader()

void WPGTextDataHandler::openHeader ( const WPXPropertyList &  )
inline

◆ openListElement()

void WPGTextDataHandler::openListElement ( const WPXPropertyList &  propList,
const WPXPropertyListVector &  tabStops 
)

◆ openOrderedListLevel()

void WPGTextDataHandler::openOrderedListLevel ( const WPXPropertyList &  )
inline

◆ openPageSpan()

void WPGTextDataHandler::openPageSpan ( const WPXPropertyList &  )
inline

◆ openParagraph()

void WPGTextDataHandler::openParagraph ( const WPXPropertyList &  propList,
const WPXPropertyListVector &  tabStops 
)

◆ openSection()

void WPGTextDataHandler::openSection ( const WPXPropertyList &  ,
const WPXPropertyListVector &   
)
inline

◆ openSpan()

void WPGTextDataHandler::openSpan ( const WPXPropertyList &  propList)

◆ openTable()

void WPGTextDataHandler::openTable ( const WPXPropertyList &  ,
const WPXPropertyListVector &   
)
inline

◆ openTableCell()

void WPGTextDataHandler::openTableCell ( const WPXPropertyList &  )
inline

◆ openTableRow()

void WPGTextDataHandler::openTableRow ( const WPXPropertyList &  )
inline

◆ openTextBox()

void WPGTextDataHandler::openTextBox ( const WPXPropertyList &  )
inline

◆ openUnorderedListLevel()

void WPGTextDataHandler::openUnorderedListLevel ( const WPXPropertyList &  )
inline

◆ operator=()

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

◆ setDocumentMetaData()

void WPGTextDataHandler::setDocumentMetaData ( const WPXPropertyList &  )
inline

◆ startDocument()

void WPGTextDataHandler::startDocument ( )
inline

◆ startSubDocument()

void WPGTextDataHandler::startSubDocument ( )
inline

Member Data Documentation

◆ m_fontName

::WPXString WPGTextDataHandler::m_fontName
private

◆ m_painter

libwpg::WPGPaintInterface* WPGTextDataHandler::m_painter
private

◆ m_paragraphStyle

::WPXPropertyList WPGTextDataHandler::m_paragraphStyle
private

◆ m_textStyle

::WPXPropertyList WPGTextDataHandler::m_textStyle
private

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

Generated for libwpg by doxygen 1.8.13