◆ endDocument()
virtual void OdsDocHandlerInterface::endDocument |
( |
| ) |
|
|
pure virtual |
callback that report the end of the ODS document. Override it if you need to know that reading is finished.
Implemented in CustomHandler, and CustomHandler.
◆ endLine()
virtual void OdsDocHandlerInterface::endLine |
( |
| ) |
|
|
pure virtual |
◆ endSheet()
virtual void OdsDocHandlerInterface::endSheet |
( |
| ) |
|
|
pure virtual |
◆ setCell()
virtual void OdsDocHandlerInterface::setCell |
( |
const OdsCell & |
| ) |
|
|
pure virtual |
callback that report the content of the current cell in a dedicated Cell object. Override it if you need to retrieve cell content.
Implemented in CustomHandler, and CustomHandler.
◆ startLine()
virtual void OdsDocHandlerInterface::startLine |
( |
| ) |
|
|
pure virtual |
◆ startSheet()
virtual void OdsDocHandlerInterface::startSheet |
( |
const QString & |
sheet_name | ) |
|
|
pure virtual |
callback that indicates the begining of a data sheet. Override it in order to retrieve information about the current data sheet.
Implemented in CustomHandler, and CustomHandler.
The documentation for this class was generated from the following file: