defuze.me
Client
|
Public Member Functions | |
TreeItem (const QList< QVariant > &data, TreeItem *parent=0) | |
TreeItem (const QString &data, TreeItem *parent=0) | |
void | appendChild (TreeItem *child) |
TreeItem * | child (int row) |
int | childCount () const |
int | columnCount () const |
QVariant | data (int column) const |
int | row () const |
TreeItem * | parent () |
QModelIndex | getIndex () const |
void | setIndex (QModelIndex index) |
Definition at line 48 of file treeitem.hpp.