|
#include <ArmarXGui/gui-plugins/ScenarioManager/gui/treeitem.h>
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 46 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 49 of file treeitem.cpp.
int childCount | ( | ) | const |
int columnCount | ( | ) | const |
|
virtual |
bool insertChild | ( | int | position, |
TreeItem * | child | ||
) |
Definition at line 105 of file treeitem.cpp.
bool insertColumn | ( | int | position, |
QVariant | data | ||
) |
Definition at line 130 of file treeitem.cpp.
bool isEnabled | ( | ) |
TreeItem * parent | ( | ) |
bool removeChild | ( | int | position | ) |
bool removeColumn | ( | int | position | ) |
Definition at line 147 of file treeitem.cpp.
int row | ( | ) | const |
bool setData | ( | int | column, |
const QVariant & | value | ||
) |
void setEnabled | ( | bool | enabled | ) |
|
protected |
Definition at line 75 of file treeitem.h.
|
protected |
Definition at line 74 of file treeitem.h.