#include <Qt_TreeItem.h>
Collaboration diagram for TreeItem:
Public Member Functions | |
TreeItem (int ID, string 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 () |
int | getID () const |
void | removeChild (int i) |
Private Attributes | |
QList< TreeItem * > | childItems |
string | itemData |
TreeItem * | parentItem |
int | id |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|