, including all inherited members.
| addNode(const QString &a_string, int an_int=0, bool selectable_flag=false) | GenericTree | |
| addNode(GenericTree *child) | GenericTree | |
| addYourselfIfSelectable(QPtrList< GenericTree > *flat_list) | GenericTree | |
| becomeSelectedChild(void) | GenericTree | |
| buildFlatListOfSubnodes(int ordering_index, bool scrambled_parents) | GenericTree | |
| calculateDepth(int start) | GenericTree | |
| checkNode(QValueList< int > route_of_branches) | GenericTree | |
| childCount(void) | GenericTree | |
| deleteAllChildren() | GenericTree | |
| findLeaf(int ordering_index=-1) | GenericTree | |
| findNode(QValueList< int > route_of_branches) | GenericTree | |
| GenericTree(const QString &a_string="", int an_int=0, bool selectable_flag=false) | GenericTree | |
| getAllChildren(int ordering_index=-1) | GenericTree | |
| getAttribute(uint which_one) | GenericTree | |
| getAttributes(void) | GenericTree | [inline] |
| getChildAt(uint reference, int ordering_index=-1) | GenericTree | |
| getChildByInt(int an_int) | GenericTree | |
| getChildByName(const QString &a_name) | GenericTree | |
| getChildPosition(GenericTree *child, int ordering_index=-1) | GenericTree | |
| getFirstChildIterator(int ordering=-1) | GenericTree | |
| getInt() | GenericTree | [inline] |
| getOrderingIndex(void) | GenericTree | [inline] |
| getParent(void) | GenericTree | |
| getPosition(void) | GenericTree | |
| getPosition(int ordering_index) | GenericTree | |
| getSelectedChild(int ordering_index) | GenericTree | |
| getString(void) | GenericTree | [inline] |
| IntVector typedef | GenericTree | [private] |
| isSelectable() | GenericTree | [inline] |
| m_attributes | GenericTree | [private] |
| m_current_ordering_index | GenericTree | [private] |
| m_flatened_subnodes | GenericTree | [private] |
| m_int | GenericTree | [private] |
| m_ordered_subnodes | GenericTree | [private] |
| m_parent | GenericTree | [private] |
| m_selectable | GenericTree | [private] |
| m_selected_subnode | GenericTree | [private] |
| m_string | GenericTree | [private] |
| m_subnodes | GenericTree | [private] |
| MoveItemUpDown(GenericTree *item, bool flag) | GenericTree | |
| nextPrevFromFlatList(bool forward_or_back, bool wrap_around, GenericTree *active) | GenericTree | |
| nextSibling(int number_down, int ordering_index=-1) | GenericTree | |
| prevSibling(int number_up, int ordering_index=-1) | GenericTree | |
| pruneAllChildren() | GenericTree | |
| recursiveNodeFinder(QValueList< int > route_of_branches) | GenericTree | |
| removeNode(GenericTree *child) | GenericTree | |
| reOrderAsSorted() | GenericTree | |
| reorderSubnodes(int ordering_index) | GenericTree | |
| setAttribute(uint attribute_position, int value_of_attribute) | GenericTree | |
| setInt(int an_int) | GenericTree | [inline] |
| setOrderingIndex(int ordering_index) | GenericTree | [inline] |
| setParent(GenericTree *a_parent) | GenericTree | [inline] |
| setSelectable(bool flag) | GenericTree | [inline] |
| setSelectedChild(GenericTree *a_node) | GenericTree | [inline] |
| setString(const QString &str) | GenericTree | [inline] |
| siblingCount(void) | GenericTree | |
| sortByAttributeThenByString(int which_attribute) | GenericTree | |
| sortBySelectable() | GenericTree | |
| sortByString() | GenericTree | |
| ~GenericTree() | GenericTree | [virtual] |