1 #ifndef QSEGRAPHCOLUMNSMODEL_H
2 #define QSEGRAPHCOLUMNSMODEL_H
4 #include <QAbstractTableModel>
22 int rowCount(
const QModelIndex &parent = QModelIndex())
const;
23 int columnCount(
const QModelIndex &parent = QModelIndex())
const;
25 QVariant
data(
const QModelIndex &index,
int role)
const;
26 QVariant
headerData(
int section, Qt::Orientation orientation,
27 int role = Qt::DisplayRole)
const;
30 void emitDataChanged(
const QModelIndex & topLeft,
const QModelIndex & bottomRight);
QVariant data(const QModelIndex &index, int role) const
QseGraphColumnsModel(QseGraphController *controller, QTableView *table, QObject *parent=0)
QseGraphController * m_Controller
int columnCount(const QModelIndex &parent=QModelIndex()) const
void emitDataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight)
QAbstractTableModel inherited
int rowCount(const QModelIndex &parent=QModelIndex()) const
QVariant headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const