![]() |
|
|
Definition at line 36 of file treeitem.h.
Public Member Functions | |
TreeItem (const QList< QVariant > &data, TreeItem *parent=0) | |
~TreeItem () | |
void | appendChild (TreeItem *child) |
TreeItem * | child (int row) |
int | childCount () const |
int | columnCount () const |
QVariant | data (int column) const |
int | row () const |
TreeItem * | parent () |
Private Attributes | |
QList< TreeItem * > | childItems |
QList< QVariant > | itemData |
TreeItem * | parentItem |