Table Of Contents

Previous topic

FillingText

Next topic

frame

This Page

phoenix_title FillingTree

FillingTree based on TreeCtrl.


class_hierarchy Inheritance Diagram

Inheritance diagram for class FillingTree

Inheritance diagram of FillingTree


super_classes Known Superclasses

TreeCtrl


method_summary Methods Summary

__init__ Create FillingTree instance.
addChildren  
display  
getFullName Return a syntactically proper name for item.
objGetChildren Return dictionary with attributes or contents of object.
objHasChildren Return true if object has children.
OnItemActivated Launch a DirFrame.
OnItemCollapsed Remove all children from the item.
OnItemExpanding Add children to the item.
OnSelChanged Display information about the item.
push Receiver for Interpreter.push signal.
setStatusText Display status information.
setText Display information about the current selection.

api Class API



class FillingTree(TreeCtrl)

FillingTree based on TreeCtrl.


Methods



__init__(self, parent, id=-1, pos=DefaultPosition, size=DefaultSize, style=TR_DEFAULT_STYLE, rootObject=None, rootLabel=None, rootIsNamespace=False, static=False)

Create FillingTree instance.



addChildren(self, item)


display(self)


getFullName(self, item, partial='')

Return a syntactically proper name for item.



objGetChildren(self, obj)

Return dictionary with attributes or contents of object.



objHasChildren(self, obj)

Return true if object has children.



OnItemActivated(self, event)

Launch a DirFrame.



OnItemCollapsed(self, event)

Remove all children from the item.



OnItemExpanding(self, event)

Add children to the item.



OnSelChanged(self, event)

Display information about the item.



push(self, command, more)

Receiver for Interpreter.push signal.



setStatusText(self, text)

Display status information.



setText(self, text)

Display information about the current selection.