Public Member Functions |
|
__init__ () | |
numberOfSets () | |
numberOfActions () | |
isSetActive () | |
Return True iff the set with the given name
is active. |
|
activateSet () | |
Activate/deactive the set with the given
name. |
|
stackSize () | |
isSetOnStack () | |
Return True iff the set with the given name
is on the stack. |
|
addSetToStack () | |
Add the set with the given name to the
stack. |
|
removeSetFromStack () | |
Remove the set with the given name from the
stack. |
|
__iter__ () | |
Iterate through all actions in the active
sets, topmost on the stack first. |
|
registerList () | |
register () | |
queue () | |
dispatch () | |
Dispatch an action event to interpreters.
|
|
Public Attributes |
|
string | kState = 'S' |
ActionRegistry.ActionRegistry.__init__ | ( | ) |
ActionRegistry.ActionRegistry.numberOfSets | ( | ) |
ActionRegistry.ActionRegistry.numberOfActions | ( | ) |
ActionRegistry.ActionRegistry.isSetActive | ( | ) |
Return True iff the set with the given name is active.
ActionRegistry.ActionRegistry.activateSet | ( | ) |
Activate/deactive the set with the given name.
Return True iff successful.
ActionRegistry.ActionRegistry.stackSize | ( | ) |
ActionRegistry.ActionRegistry.isSetOnStack | ( | ) |
Return True iff the set with the given name is on the stack.
ActionRegistry.ActionRegistry.addSetToStack | ( | ) |
Add the set with the given name to the stack.
Return True iff successful.
ActionRegistry.ActionRegistry.removeSetFromStack | ( | ) |
Remove the set with the given name from the stack.
Return True iff successful.
ActionRegistry.ActionRegistry.__iter__ | ( | ) |
Iterate through all actions in the active sets, topmost on the stack first.
ActionRegistry.ActionRegistry.registerList | ( | ) |
ActionRegistry.ActionRegistry.register | ( | ) |
ActionRegistry.ActionRegistry.queue | ( | ) |
ActionRegistry.ActionRegistry.dispatch | ( | ) |
Dispatch an action event to interpreters.
string ActionRegistry.ActionRegistry.kState = 'S' |