Package AutoDockTools :: Module autogpfCommands :: Class Gpf4SetMapTypes
[hide private]
[frames] | no frames]

Class Gpf4SetMapTypes

source code

ViewerFramework.VFCommand.Command --+    
                                    |    
              Pmv.mvCommand.MVCommand --+
                                        |
                                       Gpf4SetMapTypes

allows user to enter types of maps to be calculated, directly

Instance Methods [hide private]
  onAddCmdToViewer(self)
method called when an instance of this command is added to the viewer.
  guiCallback(self)
Default callback function called by the gui
  buildForm(self)
  Close_cb(self, event=None)
  Accept_cb(self, event=None)
  __call__(self, typeString, **kw)
None<-mv.ADgpf4_setMapTypes(typeString) typeString: string listing types of maps to calculate, eg 'C NA N OA SA HD'
  doit(self, typeString)
virtual method.

Inherited from Pmv.mvCommand.MVCommand: __init__, strArg

Inherited from Pmv.mvCommand.MVCommand (private): _strArg

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


Class Variables [hide private]

Inherited from ViewerFramework.VFCommand.Command: negateKw, objArgOnly


Method Details [hide private]

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: Pmv.mvCommand.MVCommand.guiCallback

buildForm(self)

source code 
None

Close_cb(self, event=None)

source code 
None

Accept_cb(self, event=None)

source code 
None

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

source code 
None<-mv.ADgpf4_setMapTypes(typeString) typeString: string listing types of maps to calculate, eg 'C NA N OA SA HD'
Overrides: ViewerFramework.VFCommand.Command.__call__

doit(self, typeString)

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