Classes | |
| class | Setup |
Protected Member Functions | |
| uiFullBatchDialog (uiParent *, const Setup &) | |
| virtual bool | prepareProcessing ()=0 |
| virtual bool | fillPar (IOPar &)=0 |
| void | addStdFields (bool forread=false, bool onlysinglemachine=false, bool clusterproc=false) |
| Needs to be called at end of constructor. | |
| void | setParFileNmDef (const char *) |
| void | doButPush (CallBacker *) |
| void | singTogg (CallBacker *) |
| bool | singLaunch (const IOPar &, const char *) |
| bool | multiLaunch (const char *) |
| bool | clusterLaunch (const char *) |
| bool | acceptOK (CallBacker *) |
Protected Attributes | |
| const BufferString | procprognm_ |
| const BufferString | multiprognm_ |
| BufferString | singparfname_ |
| BufferString | multiparfname_ |
| uiGroup * | uppgrp_ |
| uiGenInput * | singmachfld_ |
| uiFileInput * | parfnamefld_ |
| bool | redo_ |
| set to true only for re-start | |
| bool | hascluster_ |
| bool uiFullBatchDialog::acceptOK | ( | CallBacker * | ) | [protected, virtual] |
Reimplemented from uiDialog.
| void uiFullBatchDialog::addStdFields | ( | bool | forread = false, |
|
| bool | onlysinglemachine = false, |
|||
| bool | clusterproc = false | |||
| ) | [protected] |
Needs to be called at end of constructor.
| bool uiFullBatchDialog::clusterLaunch | ( | const char * | ) | [protected] |
| void uiFullBatchDialog::doButPush | ( | CallBacker * | ) | [protected] |
| virtual bool uiFullBatchDialog::fillPar | ( | IOPar & | ) | [protected, pure virtual] |
Implemented in uiRestartBatchDialog.
| bool uiFullBatchDialog::multiLaunch | ( | const char * | ) | [protected] |
| virtual bool uiFullBatchDialog::prepareProcessing | ( | ) | [protected, pure virtual] |
Implemented in uiRestartBatchDialog.
| void uiFullBatchDialog::setParFileNmDef | ( | const char * | ) | [protected] |
| bool uiFullBatchDialog::singLaunch | ( | const IOPar & | , | |
| const char * | ||||
| ) | [protected] |
| void uiFullBatchDialog::singTogg | ( | CallBacker * | ) | [protected] |
bool uiFullBatchDialog::hascluster_ [protected] |
BufferString uiFullBatchDialog::multiparfname_ [protected] |
const BufferString uiFullBatchDialog::multiprognm_ [protected] |
uiFileInput* uiFullBatchDialog::parfnamefld_ [protected] |
const BufferString uiFullBatchDialog::procprognm_ [protected] |
bool uiFullBatchDialog::redo_ [protected] |
set to true only for re-start
uiGenInput* uiFullBatchDialog::singmachfld_ [protected] |
BufferString uiFullBatchDialog::singparfname_ [protected] |
uiGroup* uiFullBatchDialog::uppgrp_ [protected] |
1.7.1