![]() |
graph
5.1.2
Graph: generic attributed relational graphs
|
This is the complete list of members for BaseTree, including all inherited members.
BaseTree(bool allowsChildren=true) | BaseTree | inline |
begin() const | BaseTree | inline |
children() const | BaseTree | |
childrenSize() const | BaseTree | inlinevirtual |
clear() | BaseTree | |
const_iterator typedef | BaseTree | |
const_reverse_iterator typedef | BaseTree | |
end() const | BaseTree | inline |
getAllowsChildren() const | BaseTree | inline |
getChildAt(unsigned childIndex) const | BaseTree | inline |
getIndex(BaseTree *node) const | BaseTree | |
getParent() const | BaseTree | inline |
getTopParent() | BaseTree | |
getTopParent() const | BaseTree | |
insert(BaseTree *child, int index=-1) | BaseTree | |
isLeaf() const | BaseTree | inline |
iterator typedef | BaseTree | |
rbegin() const | BaseTree | inline |
remove(unsigned index) | BaseTree | |
remove(BaseTree *node) | BaseTree | |
removeFromParent() | BaseTree | inline |
rend() const | BaseTree | inline |
reverse_iterator typedef | BaseTree | |
setParent(BaseTree *newParent) | BaseTree | inline |
size() const __attribute__((__deprecated__("use childrenSize() for the number of children"))) | BaseTree | inlinevirtual |
~BaseTree() | BaseTree | virtual |