100 void name( QString _name );
179 #endif // TREEITEM_HH defined static QMap< int, TreeItem * > kTreeMap_
Acceleration map.
void deleteSubtree()
delete the whole subtree below this item ( The item itself is not touched )
TreeItem * parent()
Get the parent item ( 0 if root item )
int row_
Index of this node in parent's childen.
TreeItem * childExists(int _objectId)
Check if the element exists in the subtree of this element.
QList< TreeItem * > childItems_
Children of this node.
void setParent(TreeItem *_parent)
Set the parent pointer.
void appendChild(TreeItem *child)
add a child to this node
int row() const
get the row of this item from the parent
TreeItem * child(int row)
return a child
TreeItem * parentItem_
Parent item or 0 if root node.
void removeChild(TreeItem *_item)
Remove a child from this object.
int childCount() const
get the number of children
QList< TreeItem * > getLeafs()
get all leafes of the tree below this object ( These will be all visible objects ) ...
DataType dataType()
dataType