Methods
|
|
__init__
getName
getSubNodes
gotDoubleClick
isExpandable
updateMe
|
|
__init__
|
__init__ ( self )
Do whatever you want here.
|
|
getName
|
getName ( self )
Return the name of this node in the tree.
|
|
getSubNodes
|
getSubNodes ( self )
Return the sub nodes of this node.
|
|
gotDoubleClick
|
gotDoubleClick ( self )
Called when we are double clicked.
|
|
isExpandable
|
isExpandable ( self )
Return true if this node is expandable.
|
|
updateMe
|
updateMe ( self )
Call me when something about me changes, so that my representation
changes.
|