Table Of Contents

Previous topic

mvctree

Next topic

Editor

This Page

phoenix_title BasicTreeModel

A very simple treemodel implementation, but flexible enough for many needs.


class_hierarchy Inheritance Diagram

Inheritance diagram for class BasicTreeModel

Inheritance diagram of BasicTreeModel


super_classes Known Superclasses

lib.mvctree.TreeModel


api Class API



class BasicTreeModel(TreeModel)

A very simple treemodel implementation, but flexible enough for many needs.


Methods



__init__(self)


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, node)


SetEditable(self, node, bool)


SetRoot(self, root)