|
|
#include <ArmarXGui/gui-plugins/ScenarioManager/gui/treeitem.h>
Inheritance diagram for TreeItem:Public Member Functions | |
| void | appendChild (TreeItem *child) |
| TreeItem * | child (int row) |
| int | childCount () const |
| int | columnCount () const |
| virtual QVariant | data (int column) const |
| bool | insertChild (int position, TreeItem *child) |
| bool | insertColumn (int position, QVariant data) |
| bool | isEnabled () |
| TreeItem * | parent () |
| bool | removeChild (int position) |
| bool | removeColumn (int position) |
| int | row () const |
| bool | setData (int column, const QVariant &value) |
| void | setEnabled (bool enabled) |
| TreeItem () | |
| virtual | ~TreeItem () |
Protected Attributes | |
| bool | enabled |
| QVector< QVariant > | m_itemData |
Definition at line 47 of file treeitem.h.
|
explicit |
Definition at line 34 of file treeitem.cpp.
|
virtual |
Definition at line 38 of file treeitem.cpp.
| void appendChild | ( | TreeItem * | child | ) |
| TreeItem * child | ( | int | row | ) |
Definition at line 51 of file treeitem.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int childCount | ( | ) | const |
| int columnCount | ( | ) | const |
|
virtual |
| bool insertChild | ( | int | position, |
| TreeItem * | child | ||
| ) |
Definition at line 116 of file treeitem.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool insertColumn | ( | int | position, |
| QVariant | data | ||
| ) |
Definition at line 143 of file treeitem.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool isEnabled | ( | ) |
| TreeItem * parent | ( | ) |
| bool removeChild | ( | int | position | ) |
| bool removeColumn | ( | int | position | ) |
Definition at line 161 of file treeitem.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int row | ( | ) | const |
| bool setData | ( | int | column, |
| const QVariant & | value | ||
| ) |
| void setEnabled | ( | bool | enabled | ) |
|
protected |
Definition at line 76 of file treeitem.h.
|
protected |
Definition at line 75 of file treeitem.h.