#include <reportmodel.hpp>
Enumerator |
---|
Column_Type |
|
Column_Id |
|
Column_Hint |
|
CSMTools::ReportModel::ReportModel |
( |
bool |
fieldColumn = false , |
|
|
bool |
severityColumn = true |
|
) |
| |
void CSMTools::ReportModel::clear |
( |
| ) |
|
int CSMTools::ReportModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
virtual |
int CSMTools::ReportModel::countErrors |
( |
| ) |
const |
QVariant CSMTools::ReportModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
virtual |
void CSMTools::ReportModel::flagAsReplaced |
( |
int |
index | ) |
|
std::string CSMTools::ReportModel::getHint |
( |
int |
row | ) |
const |
QVariant CSMTools::ReportModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
virtual |
bool CSMTools::ReportModel::removeRows |
( |
int |
row, |
|
|
int |
count, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| |
|
virtual |
int CSMTools::ReportModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
virtual |
int CSMTools::ReportModel::mColumnDescription |
|
private |
int CSMTools::ReportModel::mColumnField |
|
private |
int CSMTools::ReportModel::mColumnSeverity |
|
private |
The documentation for this class was generated from the following files: