Package Volume :: Package Pvv :: Module loadAllCommands :: Class LoadAll
[hide private]
[frames] | no frames]

Class LoadAll

source code

ViewerFramework.VFCommand.Command --+
                                    |
                                   LoadAll

Command to load all available Python Volume Viewer commands

Instance Methods [hide private]
  __init__(self)
  onAddCmdToViewer(self)
method called when an instance of this command is added to the viewer.
  guiCallback(self)
Default callback function called by the gui
  doit(self, **kw)
virtual method.
  __call__(self, **kw)
None <- commandName( *args, **kw)

Inherited from ViewerFramework.VFCommand.Command: __repr__, addCallbackAfter, addCallbackBefore, addUndoCall, afterDoit, beforeDoit, buildFormDescr, buildLogArgList, checkDependencies, cleanup, customizeGUI, doitWrapper, getArguments, getHelp, getLogArgs, getValNamedArgs, log, logString, onAddNewCmd, setupUndoAfter, setupUndoBefore, showForm, strArg, tkCb, updateGeom, warningMsg


Class Variables [hide private]

Inherited from ViewerFramework.VFCommand.Command: negateKw, objArgOnly


Method Details [hide private]

__init__(self)
(Constructor)

source code 
None
Overrides: ViewerFramework.VFCommand.Command.__init__

onAddCmdToViewer(self)

source code 
method called when an instance of this command is added to the viewer. This enable viewer-addition time initializations
Overrides: ViewerFramework.VFCommand.Command.onAddCmdToViewer
(inherited documentation)

guiCallback(self)

source code 
Default callback function called by the gui
Overrides: ViewerFramework.VFCommand.Command.guiCallback
(inherited documentation)

doit(self, **kw)

source code 
virtual method. Has to be implemented by the sub classes
Overrides: ViewerFramework.VFCommand.Command.doit
(inherited documentation)

__call__(self, **kw)
(Call operator)

source code 
None <- commandName( *args, **kw)
Overrides: ViewerFramework.VFCommand.Command.__call__
(inherited documentation)