|
UndoCommand
pops undo string from the stack and executes it in the ViewerFrameworks...
|
|
ResetUndoCommand
Class to reset Undo()...
|
|
BrowseCommandsCommand
Command to load dynamically either modules or individual commands
in the viewer.
|
|
loadModuleCommand
Command to load dynamically modules to the Viewer import the file called name.py and execute the function initModule defined in that file Raises a ValueError exception if initModule is not defined...
|
|
loadCommandCommand
Command to load dynamically individual commands in the Viewer.
|
|
loadMacroCommand
Command to load dynamically macro commands.
|
|
ShellCommand
Command to show/Hide the Python shell.
|
|
SaveSessionCommand
Command to allow the user to save the session as it is in a file.
|
|
ExitCommand
Command to destroy application...
|