TypedTreeItem Class
(Utils::TypedTreeItem)Public Functions
| ChildType * | childAt(int index) const |
| ChildType * | findFirstLevelChild(Predicate pred) const |
| void | forAllChildren(const Predicate &pred) const |
| void | forFirstLevelChildren(Predicate pred) const |
| void | insertOrderedChild(ChildType *item, const int &cmp) |
| ParentType * | parent() const |
| void | sortChildren(const int &lessThan) |