Package schrodinger :: Package application :: Package desmond :: Module cwidget :: Class StartDialog1
[hide private]
[frames] | no frames]

Class StartDialog1

PyQt4.QtGui.QDialog --+    
                      |    
        StartDialogBase --+
                          |
                         StartDialog1

Instance Methods [hide private]
 
__init__(self, master, has_detail=True, title="", jobname="", cpu_top=[1,1,1,], set_detail=None, n_replica=1)
 
_check_jobparam(self)
 
setInfo(self, text)
 
setJobname(self, jobname)
 
getJobname(self)
 
setReplica(self, n)
 
getHost(self, should_be_stripped=True)
 
enableCpu(self, should_enable)
 
getCpus(self)
 
getSubjobHost(self)
 
getMasterjobHost(self)
 
getMaxjob(self)

Inherited from StartDialogBase: activate, setup

Method Details [hide private]

__init__(self, master, has_detail=True, title="", jobname="", cpu_top=[1,1,1,], set_detail=None, n_replica=1)
(Constructor)

 
Overrides: StartDialogBase.__init__