◆ endDocument() [1/2]
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.
◆ endDocument() [2/2]
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() [1/2]
virtual void CustomHandler::endLine |
( |
| ) |
|
|
inlinevirtual |
◆ endLine() [2/2]
virtual void CustomHandler::endLine |
( |
| ) |
|
|
inlinevirtual |
◆ endSheet() [1/2]
virtual void CustomHandler::endSheet |
( |
| ) |
|
|
inlinevirtual |
callback that indicates the end of the current data sheet. Override it if needed
Implements OdsDocHandlerInterface.
◆ endSheet() [2/2]
virtual void CustomHandler::endSheet |
( |
| ) |
|
|
inlinevirtual |
callback that indicates the end of the current data sheet. Override it if needed
Implements OdsDocHandlerInterface.
◆ setCell() [1/2]
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.
◆ setCell() [2/2]
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() [1/2]
virtual void CustomHandler::startLine |
( |
| ) |
|
|
inlinevirtual |
◆ startLine() [2/2]
virtual void CustomHandler::startLine |
( |
| ) |
|
|
inlinevirtual |
◆ startSheet() [1/2]
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.
◆ startSheet() [2/2]
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 files: