15 #ifndef GUI_COREGUI_DATALOADERS_QREDATALOADERRESULTMODEL_H
16 #define GUI_COREGUI_DATALOADERS_QREDATALOADERRESULTMODEL_H
32 virtual int rowCount()
const override;
Defines class AbstractDataLoaderResultModel.
Defines class QREDataLoader.
Base class for result tables of data loaders.
The result model of a QREDataLoader (for showing the import results in a table view).
QREDataLoaderResultModel(QREDataLoader::ImportResult *importResult)
virtual int rowCount() const override
The row count of the result table.
virtual bool rowHasError(int row) const override
Returns whether the row given in the index contains errors. Row counting starts with 0.
virtual QString headerTextOfCalculatedColumn(int column) const override
Return the table header text for the given column.
virtual QString cellText(ColumnType type, int row, int col) const override
The text of the given cell.
virtual bool rowIsSkipped(int row) const override
Returns whether the row given in the index is a skipped row. Row counting starts with 0.
QREDataLoader::ImportResult * m_importResult
virtual int columnCount(ColumnType type) const override
The number of existing columns related to the given column type.
Result of the file import.