Package schrodinger :: Package application :: Package desmond :: Module fep_gui :: Class RESTFEPConfigDialog
[hide private]
[frames] | no frames]

Class RESTFEPConfigDialog

  ui.qt.appframework.ConfigDialog --+                
                                    |                
 ui.qt.appframework.GPGPUConfigDialog --+            
                                        |            
ui.qt.appframework.MultiGPGPUConfigDialog --+        
                                            |        
                   gui.DesmondGuiConfigDialog --+    
                                                |    
                                  FEPConfigDialog --+
                                                    |
                                                   RESTFEPConfigDialog

Instance Methods [hide private]
 
__init__(self, parent, title='', jobname='', checkcommand=None, **kw)
See class docstring.

Inherited from FEPConfigDialog: addAutoGpuCbToLayout, addGPGPUTableToLayout, addNumericLineEdit, applySettings, currentHost, getHosts, getSettings, onHostMenuChanged, updateMaxjobsDefault, updateNumCPUsLabel, validateNumCpus, validateNumGpus

Inherited from gui.DesmondGuiConfigDialog: addGPGPUGroupToLayout, autoGpuToggled, checkGPGPUSelection, onGpuTableChanged, setupGPGPUTable, setupHostLayout, validateNumProcs

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

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

Class Methods [hide private]

Inherited from ui.qt.appframework.ConfigDialog: getGPGPUs

Class Variables [hide private]

Inherited from gui.DesmondGuiConfigDialog: no_gpgpu_warning

Inherited from ui.qt.appframework.GPGPUConfigDialog: local_no_gpgpu_warning

Inherited from ui.qt.appframework.ConfigDialog: CANCEL, CPU_UNIT_LABEL, GPU_UNIT_LABEL, SAVE, START

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)