Package schrodinger :: Package ui :: Package qt :: Module appframework :: Class StartDialog
[hide private]
[frames] | no frames]

Class StartDialog

ConfigDialog --+
               |
              StartDialog

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
See class docstring.

Inherited from ConfigDialog: activate, applySettings, cpus3Edited, currentHost, getHosts, getSettings, getTotalOpenMPCPUs, savePressed, setupHostCombo, setupHostLayout, showHelp, startPressed, updateOpenMPInfo, updateOpenMPLabel, updateQueueResources, validate, validateAndAccept, validateNumCpus, validateNumGpus, validateNumOpenMP, validateNumProcs, warning

Class Methods [hide private]

Inherited from ConfigDialog: getGPGPUs

Inherited from ConfigDialog (private): _getLocalGPGPUs, _getRemoteGPGPUs

Class Variables [hide private]
  START = 'Start'

Inherited from ConfigDialog: CANCEL, CPU_UNIT_LABEL, GPU_UNIT_LABEL, HELP, SAVE

Method Details [hide private]

__init__(self, *args, **kwargs)
(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: ConfigDialog.__init__
(inherited documentation)