Package AutoDockTools :: Module autopilotCommands :: Class ADpilot_Cluster
[hide private]
[frames] | no frames]

Class ADpilot_Cluster

source code

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



Instance Methods [hide private]
  __call__(self, **kw)
This method is invoked by saying self.vf.ADpilot_Cluster in the Python Shell.
  onAddCmdToViewer(self)
Initialization.
  doit(self)
The real work gets done here

Inherited from Pmv.mvCommand.MVCommand: __init__, guiCallback, 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]

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

source code 
This method is invoked by saying self.vf.ADpilot_Cluster in the Python Shell.
Overrides: ViewerFramework.VFCommand.Command.__call__

onAddCmdToViewer(self)

source code 

Initialization.

This method is called by vf.addCommand (below)
Overrides: ViewerFramework.VFCommand.Command.onAddCmdToViewer

doit(self)

source code 
The real work gets done here
Overrides: ViewerFramework.VFCommand.Command.doit