QXRD
0.11.16
|
#include <qcepintegrateddataspreadsheetmodel.h>
Public Member Functions | |
QcepIntegratedDataSpreadsheetModel (QcepIntegratedDataWPtr integ) | |
int | rowCount (const QModelIndex &parent=QModelIndex()) const |
int | columnCount (const QModelIndex &parent=QModelIndex()) const |
QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
QVariant | headerData (int section, Qt::Orientation orientation, int role) const |
Public Member Functions inherited from QcepSpreadsheetModel | |
QcepSpreadsheetModel () | |
Private Attributes | |
QcepIntegratedDataWPtr | m_Integrated |
Definition at line 7 of file qcepintegrateddataspreadsheetmodel.h.
QcepIntegratedDataSpreadsheetModel::QcepIntegratedDataSpreadsheetModel | ( | QcepIntegratedDataWPtr | integ | ) |
Definition at line 5 of file qcepintegrateddataspreadsheetmodel.cpp.
int QcepIntegratedDataSpreadsheetModel::columnCount | ( | const QModelIndex & | parent = QModelIndex() | ) | const |
Definition at line 22 of file qcepintegrateddataspreadsheetmodel.cpp.
QVariant QcepIntegratedDataSpreadsheetModel::data | ( | const QModelIndex & | index, |
int | role = Qt::DisplayRole |
||
) | const |
Definition at line 27 of file qcepintegrateddataspreadsheetmodel.cpp.
References m_Integrated.
QVariant QcepIntegratedDataSpreadsheetModel::headerData | ( | int | section, |
Qt::Orientation | orientation, | ||
int | role | ||
) | const |
Definition at line 48 of file qcepintegrateddataspreadsheetmodel.cpp.
int QcepIntegratedDataSpreadsheetModel::rowCount | ( | const QModelIndex & | parent = QModelIndex() | ) | const |
Definition at line 11 of file qcepintegrateddataspreadsheetmodel.cpp.
References m_Integrated.
|
private |
Definition at line 18 of file qcepintegrateddataspreadsheetmodel.h.
Referenced by data(), and rowCount().