#include <ArmarXGui/gui-plugins/ScenarioManager/gui/settingsmodel.h>
|
| void | clear () override |
| |
| QVariant | data (const QModelIndex &index, int role) const override |
| |
| SettingsItem * | getRootItem () |
| |
| | SettingsModel () |
| |
| void | update () |
| |
| int | columnCount (const QModelIndex &parent=QModelIndex()) const override |
| |
| QVariant | data (const QModelIndex &index, int role) const override |
| |
| Qt::ItemFlags | flags (const QModelIndex &index) const override |
| |
| QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override |
| |
| QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const override |
| |
| bool | insertColumn (int position, QVariant data, const QModelIndex &parent=QModelIndex()) |
| |
| bool | insertRow (int position, TreeItem *item, const QModelIndex &parent=QModelIndex()) |
| |
| QModelIndex | parent (const QModelIndex &index) const override |
| |
| bool | removeColumn (int position, const QModelIndex &parent=QModelIndex()) |
| |
| bool | removeRow (int position, const QModelIndex &parent=QModelIndex()) |
| |
| int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
| |
| | TreeModel (QObject *parent=0) |
| |
| | ~TreeModel () override |
| |
Definition at line 33 of file settingsmodel.h.
◆ SettingsModel()
◆ clear()
◆ data()
| QVariant data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
override |
◆ getRootItem()
◆ update()
The documentation for this class was generated from the following files: