Package empro :: Module empro :: Module core :: Class ShortcutTree
[frames] | no frames]

Class ShortcutTree

Updatable --+    
            |    
   Selectable --+
                |
               ShortcutTree
Known Subclasses:

A Shortcutgroup is a tree of ShortcutTrees.

Class Hierarchy for ShortcutTree
Class Hierarchy for ShortcutTree

Instance Methods
 
__getitem__(x, y)
x[y]
 
__len__(x)
len(x)
ShortcutTree
at(iPosition)
Retrieves the ShortcutTree at a given position.
 
child(...)
No documentation available.
int
size()
The number of shortcuttrees in the tree.

Inherited from Selectable: clone, isSelected

Inherited from Updatable: __enter__, __exit__, hash, isValid, reasonWhyInvalid

Properties

Inherited from Selectable: metaData, name, notes

Method Details

at(iPosition)

 

Retrieves the ShortcutTree at a given position.

Parameters:
  • iPosition (int) - the position of the shortcuttree to retrieve
Returns: ShortcutTree