Package AutoDockTools :: Module autoanalyzeCommands :: Class ADMacroLigandChart
[hide private]
[frames] | no frames]

Class ADMacroLigandChart

source code

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

Instance Methods [hide private]
  onAddCmdToViewer(self)
method called when an instance of this command is added to the viewer.
  close(self, event=None)
  showOptions(self, ifd, event=None)
  sortInfo_cb(self, event=None)
  sortByRowColumn(self, direction, keyNum)
  updateDict1(self, dict1, mapList)
  updateDict2(self, dict2, mapList)
  changeInfo(self, event=None)
  showInfo(self, docked, event=None)
  hideInfo(self, docking, event=None)
  savePS(self, filename=None, event=None)
  buildForm(self)
  guiCallback(self)
Default callback function called by the gui
  doit(self, dockingList)
virtual method.
  addButton(self, docking, labelKey)
  updateEntryByRow(self, newButton)
  updateEntryByColumn(self, newButton)
  addRowButton(self, macro, ligand, label, docking)
  addColumnButton(self, macro, ligand, label, docking)
  addColumnRowButton(self, macro, ligand, label, docking)
  chooseConformation(self, bestConf, label, event=None)
  showMolecule(self, molFile, event=None)
  colorButton(self, button, displayed)
  saveLabel(self, row, column, label)
  makeIfdLabelButton(self, ifd, bButtons, rowNum, columnNum, label)
  makeIfdEntry(self, ifd, bButtons, rowNum, columnNum, label, docking)

Inherited from Pmv.mvCommand.MVCommand: __init__, strArg

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

Inherited from ViewerFramework.VFCommand.Command: __call__, __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)

close(self, event=None)

source code 
None

showOptions(self, ifd, event=None)

source code 
None

sortInfo_cb(self, event=None)

source code 
None

sortByRowColumn(self, direction, keyNum)

source code 
None

updateDict1(self, dict1, mapList)

source code 
None

updateDict2(self, dict2, mapList)

source code 
None

changeInfo(self, event=None)

source code 
None

showInfo(self, docked, event=None)

source code 
None

hideInfo(self, docking, event=None)

source code 
None

savePS(self, filename=None, event=None)

source code 
None

buildForm(self)

source code 
None

guiCallback(self)

source code 
Default callback function called by the gui
Overrides: Pmv.mvCommand.MVCommand.guiCallback

doit(self, dockingList)

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

addButton(self, docking, labelKey)

source code 
None

updateEntryByRow(self, newButton)

source code 
None

updateEntryByColumn(self, newButton)

source code 
None

addRowButton(self, macro, ligand, label, docking)

source code 
None

addColumnButton(self, macro, ligand, label, docking)

source code 
None

addColumnRowButton(self, macro, ligand, label, docking)

source code 
None

chooseConformation(self, bestConf, label, event=None)

source code 
None

showMolecule(self, molFile, event=None)

source code 
None

colorButton(self, button, displayed)

source code 
None

saveLabel(self, row, column, label)

source code 
None

makeIfdLabelButton(self, ifd, bButtons, rowNum, columnNum, label)

source code 
None

makeIfdEntry(self, ifd, bButtons, rowNum, columnNum, label, docking)

source code 
None