|
| virtual int | rowCount (const QModelIndex &parent=QModelIndex()) const |
| |
| virtual QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
| |
| void | removeObject (int _id) |
| |
| void | refresh (const DataType &datatype) |
| |
Definition at line 50 of file ObjectListItemModel.hh.
◆ ObjectListItemModel()
| ObjectListItemModel::ObjectListItemModel |
( |
| ) |
|
◆ ~ObjectListItemModel()
| ObjectListItemModel::~ObjectListItemModel |
( |
| ) |
|
|
virtual |
◆ data()
| QVariant ObjectListItemModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
virtual |
◆ refresh()
| void ObjectListItemModel::refresh |
( |
const DataType & |
datatype | ) |
|
◆ removeObject()
| void ObjectListItemModel::removeObject |
( |
int |
_id | ) |
|
◆ rowCount()
| int ObjectListItemModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
virtual |
◆ objects_
| std::vector<ObjectInfo> ObjectListItemModel::objects_ |
|
protected |
The documentation for this class was generated from the following files: