#include <ArmarXGui/gui-plugins/ScenarioManager/gui/treemodel.h>
|
| virtual void | clear ()=0 |
| |
| 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 36 of file treemodel.h.
◆ TreeModel()
◆ ~TreeModel()
◆ clear()
◆ columnCount()
| int columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ data()
| QVariant data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
override |
◆ flags()
| Qt::ItemFlags flags |
( |
const QModelIndex & |
index | ) |
const |
|
override |
◆ getItem()
| TreeItem * getItem |
( |
const QModelIndex & |
index | ) |
const |
|
protected |
◆ headerData()
| QVariant headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
override |
◆ index()
| QModelIndex index |
( |
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| const |
|
override |
◆ insertColumn()
| bool insertColumn |
( |
int |
position, |
|
|
QVariant |
data, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| |
◆ insertRow()
| bool insertRow |
( |
int |
position, |
|
|
TreeItem * |
item, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| |
◆ parent()
| QModelIndex parent |
( |
const QModelIndex & |
index | ) |
const |
|
override |
◆ removeColumn()
| bool removeColumn |
( |
int |
position, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| |
◆ removeRow()
| bool removeRow |
( |
int |
position, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| |
◆ rowCount()
| int rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ rootItem
The documentation for this class was generated from the following files: