Package schrodinger :: Package application :: Package desmond :: Module gui :: Class DesmondRestGuiConfigDialog
[hide private]
[frames] | no frames]

Class DesmondRestGuiConfigDialog

 ui.qt.appframework.ConfigDialog --+        
                                   |        
ui.qt.appframework.GPGPUConfigDialog --+    
                                       |    
                  DesmondGuiConfigDialog --+
                                           |
                                          DesmondRestGuiConfigDialog

Instance Methods [hide private]
 
__init__(self, parent, title="", jobname="", checkcommand=None, **kw)
See class docstring.
 
addGPGPUGroupToLayout(self, layout=None, count=None, add_autogpu=True, add_replica=False)

Inherited from DesmondGuiConfigDialog: addAutoGpuCbToLayout, addGPGPUTableToLayout, applySettings, autoGpuToggled, checkGPGPUSelection, getSettings, onGpuTableChanged, setupGPGPUTable, setupHostLayout, validate, validateNumProcs

Inherited from ui.qt.appframework.GPGPUConfigDialog: createGPGPUTable, getCheckedGPGPUIDs, getHostType, getHosts, isCPUHost, isGPUHost, onHostMenuChanged, setCheckedGPGPUIDs

Inherited from ui.qt.appframework.ConfigDialog: activate, cpus3Edited, currentHost, getTotalMPICPUs, savePressed, setupHostCombo, showHelp, startPressed, updateMPIInfo, updateMPILabel, updateQueueResources, validateAndAccept, validateNumCpus, validateNumGpus, validateNumMPI, warning

Inherited from ui.qt.appframework.ConfigDialog (private): _applySetting, _queueMemoryFixup, _queueWalltimeFixup, _selectComboText, _setupMPIWidgets, _setupQueueWidgets, _stripProcs, _updateQArgs, _validateNumProcs

Class Methods [hide private]

Inherited from ui.qt.appframework.ConfigDialog: getGPGPUs

Inherited from ui.qt.appframework.ConfigDialog (private): _getLocalGPGPUs, _getRemoteGPGPUs

Class Variables [hide private]

Inherited from DesmondGuiConfigDialog: no_gpgpu_warning

Inherited from ui.qt.appframework.GPGPUConfigDialog: local_no_gpgpu_warning

Inherited from ui.qt.appframework.ConfigDialog: CPU_UNIT_LABEL, GPU_UNIT_LABEL

Method Details [hide private]

__init__(self, parent, title="", jobname="", checkcommand=None, **kw)
(Constructor)

 

See class docstring. Raises an Exception if the disposition specified as the default is not recognized.

If pre_close_command is specified, it will be run when the user presses the Start button. The dialog is only closed if that function returns 0.

Overrides: ui.qt.appframework.ConfigDialog.__init__
(inherited documentation)

addGPGPUGroupToLayout(self, layout=None, count=None, add_autogpu=True, add_replica=False)

 
Overrides: DesmondGuiConfigDialog.addGPGPUGroupToLayout