|
| DVariantListModel (QObject *parent=0) |
|
int | rowCount (const QModelIndex &parent=QModelIndex()) const Q_DECL_OVERRIDE |
|
QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const Q_DECL_OVERRIDE |
|
bool | setData (const QModelIndex &index, const QVariant &value, int role) Q_DECL_OVERRIDE |
|
bool | insertRows (int row, int count, const QModelIndex &parent=QModelIndex()) Q_DECL_OVERRIDE |
|
bool | removeRows (int row, int count, const QModelIndex &parent=QModelIndex()) Q_DECL_OVERRIDE |
|