|
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
|