Table Of Contents

Previous topic

MVCTreeEvent

Next topic

MVCTreeNotifyEvent

This Page

phoenix_title MVCTreeNode

Used internally by MVCTree to manage its data. Contains information about screen placement, the actual data associated with it, and more. These are the nodes passed to all the other helper parts to do their work with.


class_hierarchy Inheritance Diagram

Inheritance diagram for class MVCTreeNode

Inheritance diagram of MVCTreeNode


method_summary Methods Summary

__init__  
Add  
GetChildren  
GetParent  
GetTreeString  
Remove  
SetParent  

api Class API



class MVCTreeNode

Used internally by MVCTree to manage its data. Contains information about screen placement, the actual data associated with it, and more. These are the nodes passed to all the other helper parts to do their work with.


Methods



__init__(self, data=None, parent = None, kids = None, x = 0, y = 0)


Add(self, node)


GetChildren(self)


GetParent(self)


GetTreeString(self, tabs=0)


Remove(self, node)


SetParent(self, parent)