#include <CQFunctionDM.h>
List of all members.
Public Member Functions |
| CQFunctionDM (QObject *parent=0) |
int | rowCount (const QModelIndex &parent=QModelIndex()) const |
int | columnCount (const QModelIndex &parent=QModelIndex()) const |
Qt::ItemFlags | flags (const QModelIndex &index) const |
QVariant | data (const QModelIndex &index, int role) const |
QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) |
bool | removeRows (QModelIndexList rows, const QModelIndex &index=QModelIndex()) |
Protected Member Functions |
bool | insertRows (int position, int rows, const QModelIndex &index=QModelIndex()) |
bool | removeRows (int position, int rows, const QModelIndex &index=QModelIndex()) |
Constructor & Destructor Documentation
CQFunctionDM::CQFunctionDM |
( |
QObject * |
parent = 0 | ) |
|
Member Function Documentation
int CQFunctionDM::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
QVariant CQFunctionDM::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const [virtual] |
Qt::ItemFlags CQFunctionDM::flags |
( |
const QModelIndex & |
index | ) |
const [virtual] |
QVariant CQFunctionDM::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const [virtual] |
bool CQFunctionDM::insertRows |
( |
int |
position, |
|
|
int |
rows, |
|
|
const QModelIndex & |
index = QModelIndex() |
|
) |
| [protected, virtual] |
bool CQFunctionDM::removeRows |
( |
QModelIndexList |
rows, |
|
|
const QModelIndex & |
index = QModelIndex() |
|
) |
| |
bool CQFunctionDM::removeRows |
( |
int |
position, |
|
|
int |
rows, |
|
|
const QModelIndex & |
index = QModelIndex() |
|
) |
| [protected, virtual] |
int CQFunctionDM::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
bool CQFunctionDM::setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
int |
role = Qt::EditRole |
|
) |
| [virtual] |
The documentation for this class was generated from the following files: