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

Class SetOtherOptions

source code

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

allows user to set smooth factor, whether to calculate floating point and electrostatic maps AND whether to use a constant or a distance-dependent dielectric constant

Instance Methods [hide private]
  onAddCmdToViewer(self)
method called when an instance of this command is added to the viewer.
  guiCallback(self)
called each time the 'set other options ' button is pressed
  buildForm(self)
  Close_cb(self, event=None)
  Accept_cb(self, event=None)
  updateValues(self, event=None)
  getDielConst(self, event=None)
  __call__(self, smooth=0.5, fmap=0, dielectric=-.1146, **kw)
None <- commandName( *args, **kw)
  doit(self, smooth, fmap, dielectric)
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 
called each time the 'set other options ' button is pressed
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

updateValues(self, event=None)

source code 
None

getDielConst(self, event=None)

source code 
None

__call__(self, smooth=0.5, fmap=0, dielectric=-.1146, **kw)
(Call operator)

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

doit(self, smooth, fmap, dielectric)

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