|
void | setOutputDirectory (const QString &output_directory) |
|
void | setOutputStream (QTextStream &output_stream) |
|
void | extractSheet (const QString &sheetname) |
|
void | setSeparator (TsvSeparator separator) |
|
void | setQuoteStrings (bool quote_strings) |
|
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 () |
|
| 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 () |
|
◆ 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: