Table Of Contents

Previous topic

TreeLinePainter

Next topic

TreeNodePainter

This Page

phoenix_title TreeModel

Interface for tree models


class_hierarchy Inheritance Diagram

Inheritance diagram for class TreeModel

Inheritance diagram of TreeModel


api Class API



class TreeModel

Interface for tree models


Methods



AddChild(self, parent, child)


GetChildAt(self, node, index)


GetChildCount(self, node)


GetParent(self, node)


GetRoot(self)


InsertChild(self, parent, child, index)


IsEditable(self, node)


IsLeaf(self, node)


RemoveNode(self, child)


SetEditable(self, node)


SetRoot(self, root)