Package ViewerFramework :: Module basicCommand
[hide private]
[frames] | no frames]

Module basicCommand

source code

Module implementing the basic commands that are present when instanciating a ViewerFramework class or ViewerFramework derived class.

Classes [hide private]
  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...

Variables [hide private]
  commandslist = []
  cmd_docslist = {}
  ShellCommandGUI = <ViewerFramework.VFCommand.CommandGUI instance at 0x...
  SaveSessionCommandGUI = <ViewerFramework.VFCommand.CommandGUI instance at 0x...

Variables Details [hide private]

commandslist

None
Value:
[]                                                                     
      

cmd_docslist

None
Value:
{}                                                                     
      

ShellCommandGUI

None
Value:
<ViewerFramework.VFCommand.CommandGUI instance at 0xb783036c>          
      

SaveSessionCommandGUI

None
Value:
<ViewerFramework.VFCommand.CommandGUI instance at 0xb78303ec>