| Trees | Indices | Help |
|
|---|
|
|
object --+
|
ui.qt.appframework2.maestro_callback.AbstractMaestroCallbackMixin --+
|
ui.qt.appframework2.maestro_callback.MaestroCallbackMixin --+
|
object --+ |
| |
ui.qt.appframework2.markers.MarkerMixin --+
|
object --+ |
| |
ui.qt.appframework2.settings.SettingsMixin --+ |
| |
ui.qt.appframework2.settings.SettingsPanelMixin --+
|
object --+ |
| |
sip.simplewrapper --+ |
| |
sip.wrapper --+ |
| |
PyQt4.QtCore.QObject --+ |
| |
object --+ | |
| | |
sip.simplewrapper --+ | |
| | |
PyQt4.QtGui.QPaintDevice --+ |
| |
PyQt4.QtGui.QWidget --+ |
| |
ui.qt.appframework2.baseapp.BasePanel --+ |
| |
object --+ | |
| | |
ui.qt.appframework2.validation.ValidationMixin --+ |
| |
ui.qt.appframework2.baseapp.ValidatedPanel --+
|
ui.qt.appframework2.af2.App --+
|
ui.qt.appframework2.af2.JobApp --+
|
MultiJobApp
Subclass of AF2 JobApp that allows launching multiple simultanious jobs.
Every panel subclassing this should re-implement getJobCount() and getJobSpec() methods. A start method should NOT be implemented.
|
|||
|
Inherited from Inherited from |
|||
|
|||
| False or None |
|
||
|
|||
| bool |
|
||
|
|||
| int |
|
||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Over-riden method from JobApp class. Launcher/writes single or multiple jobs. The value of self.start_mode determines which to do.
|
|
Run validation before starting/writing jobs.
|
Over-ride in the subclass to return the number of jobs that the user would like to start. Used for validation. @return the number of jobs that the user requests.
|
Custom "start" method. For each job, creates a job sub-directory,
cd's into it, and launches the job there.
@return list of return values from self.launchFromJobSpec() calls.
Each value is a Job object or False, in start mode, or True/False
in write mode.
|
Re-implemented from JobApp; options and behavior is somewhat differnt. Starts or write the command for the given subjob.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:49 2016 | http://epydoc.sourceforge.net |