libodsstream
Public Member Functions | List of all members
CustomHandler Class Reference
Inheritance diagram for CustomHandler:
OdsDocHandlerInterface

Public Member Functions

 CustomHandler (QFileInfo &fi)
 
virtual void startSheet (const QString &sheet_name)
 
virtual void endSheet ()
 
virtual void startLine ()
 
virtual void endLine ()
 
virtual void setCell (const OdsCell &cell)
 
virtual void endDocument ()
 

Member Function Documentation

◆ endDocument()

virtual void CustomHandler::endDocument ( )
inlinevirtual

callback that report the end of the ODS document. Override it if you need to know that reading is finished.

Implements OdsDocHandlerInterface.

◆ endLine()

virtual void CustomHandler::endLine ( )
inlinevirtual

callback that indicates a line ending. Override it if needed.

Implements OdsDocHandlerInterface.

◆ endSheet()

virtual void CustomHandler::endSheet ( )
inlinevirtual

callback that indicates the end of the current data sheet. Override it if needed

Implements OdsDocHandlerInterface.

◆ setCell()

virtual void CustomHandler::setCell ( const OdsCell cell)
inlinevirtual

callback that report the content of the current cell in a dedicated Cell object. Override it if you need to retrieve cell content.

Implements OdsDocHandlerInterface.

◆ startLine()

virtual void CustomHandler::startLine ( )
inlinevirtual

callback that indicates a new line start. Override it if needed.

Implements OdsDocHandlerInterface.

◆ startSheet()

virtual void CustomHandler::startSheet ( const QString &  sheet_name)
inlinevirtual

callback that indicates the begining of a data sheet. Override it in order to retrieve information about the current data sheet.

Implements OdsDocHandlerInterface.


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