QXRD
0.11.16
|
#include <qcepdatagroupspreadsheetmodel.h>
Public Member Functions | |
QcepDataGroupSpreadsheetModel (QcepDataGroupWPtr group) | |
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 | |
QcepDataGroupWPtr | m_Group |
Definition at line 7 of file qcepdatagroupspreadsheetmodel.h.
QcepDataGroupSpreadsheetModel::QcepDataGroupSpreadsheetModel | ( | QcepDataGroupWPtr | group | ) |
Definition at line 4 of file qcepdatagroupspreadsheetmodel.cpp.
int QcepDataGroupSpreadsheetModel::columnCount | ( | const QModelIndex & | parent = QModelIndex() | ) | const |
Definition at line 21 of file qcepdatagroupspreadsheetmodel.cpp.
QVariant QcepDataGroupSpreadsheetModel::data | ( | const QModelIndex & | index, |
int | role = Qt::DisplayRole |
||
) | const |
Definition at line 26 of file qcepdatagroupspreadsheetmodel.cpp.
References m_Group.
QVariant QcepDataGroupSpreadsheetModel::headerData | ( | int | section, |
Qt::Orientation | orientation, | ||
int | role | ||
) | const |
Definition at line 47 of file qcepdatagroupspreadsheetmodel.cpp.
int QcepDataGroupSpreadsheetModel::rowCount | ( | const QModelIndex & | parent = QModelIndex() | ) | const |
Definition at line 10 of file qcepdatagroupspreadsheetmodel.cpp.
References m_Group.
|
private |
Definition at line 18 of file qcepdatagroupspreadsheetmodel.h.
Referenced by data(), and rowCount().