#include <ListJobs_GUI.hxx>
Public Member Functions | |
BatchJobsListDialog (QString title, GenericGui *genericGui) | |
virtual | ~BatchJobsListDialog () |
Protected Attributes | |
QTimer * | _timer1 |
QTimer * | _timer2 |
QPushButton * | _ok |
QTableWidget * | _table |
QString | _jobFile |
QString | _dumpStateFile |
QString | _filteredJobFile |
QString | _filteredDumpStateFile |
QString | _hostname |
long | _id |
Engines::SalomeLauncher_var | _salome_launcher |
GenericGui * | _genericGui |
YACS::ENGINE::Proc * | _proc |
Private Slots | |
void | userOK () |
void | userCancel () |
void | userCell (QTableWidgetItem *cell) |
void | build_table () |
void | get_dump_file () |
Private Member Functions | |
QWidget * | build_buttons () |
void | getSalomeLauncher () |
void | filterJobFile () |
void | filterDumpStateFile () |
Definition at line 54 of file ListJobs_GUI.hxx.
BatchJobsListDialog::BatchJobsListDialog | ( | QString | title, |
GenericGui * | genericGui | ||
) |
Definition at line 43 of file ListJobs_GUI.cxx.
References _id, _ok, _table, _timer1, gui.GraphViewer::box, build_buttons(), build_table(), and getSalomeLauncher().
|
virtual |
Definition at line 77 of file ListJobs_GUI.cxx.
|
private |
Definition at line 148 of file ListJobs_GUI.cxx.
References _ok, userCancel(), and userOK().
Referenced by BatchJobsListDialog().
|
privateslot |
Definition at line 91 of file ListJobs_GUI.cxx.
References _id, _salome_launcher, _table, CORBAEngineTest::i, type_id, type_job, type_res, type_state, and userCell().
Referenced by BatchJobsListDialog().
|
private |
Definition at line 301 of file ListJobs_GUI.cxx.
References _dumpStateFile, and _filteredDumpStateFile.
Referenced by get_dump_file().
|
private |
Definition at line 256 of file ListJobs_GUI.cxx.
References _filteredJobFile, _jobFile, and CORBAEngineTest::i.
Referenced by userOK().
|
privateslot |
Definition at line 234 of file ListJobs_GUI.cxx.
References _dumpStateFile, _filteredDumpStateFile, _id, _proc, _salome_launcher, _timer2, filterDumpStateFile(), YACS::HMI::QtGuiContext::getGuiExecutor(), YACS::HMI::QtGuiContext::getQtCurrent(), YACS::ENGINE::loadState(), YACS::NOTYETINITIALIZED, PMMLBasicsTestLauncher::ret, YACS::RUNNING, and YACS::HMI::GuiExecutor::updateSchema().
Referenced by userOK().
|
private |
Definition at line 80 of file ListJobs_GUI.cxx.
References _salome_launcher, YACS::ENGINE::RuntimeSALOME::getOrb(), YACS::ENGINE::getSALOMERuntime(), and orb.
Referenced by BatchJobsListDialog().
|
privateslot |
|
privateslot |
Definition at line 169 of file ListJobs_GUI.cxx.
References _id, _ok, _table, and gui.CONNECTOR::c.
Referenced by build_table().
|
privateslot |
Definition at line 187 of file ListJobs_GUI.cxx.
References _dumpStateFile, _filteredJobFile, _genericGui, _id, _jobFile, _proc, _salome_launcher, _timer1, _timer2, YACS::HMI::GenericGui::createContext(), DEBTRACE, filterJobFile(), get_dump_file(), YACS::HMI::GenericGui::getLoader(), YACS::ENGINE::Proc::getLogger(), YACS::ENGINE::Logger::getStr(), YACS::ENGINE::Logger::isEmpty(), YACS::HMI::YACSGuiLoader::load(), and loader.
Referenced by build_buttons().
|
protected |
Definition at line 79 of file ListJobs_GUI.hxx.
Referenced by filterDumpStateFile(), get_dump_file(), and userOK().
|
protected |
Definition at line 81 of file ListJobs_GUI.hxx.
Referenced by filterDumpStateFile(), and get_dump_file().
|
protected |
Definition at line 80 of file ListJobs_GUI.hxx.
Referenced by filterJobFile(), and userOK().
|
protected |
Definition at line 85 of file ListJobs_GUI.hxx.
Referenced by userOK().
|
protected |
Definition at line 82 of file ListJobs_GUI.hxx.
|
protected |
Definition at line 83 of file ListJobs_GUI.hxx.
Referenced by BatchJobsListDialog(), build_table(), get_dump_file(), userCell(), and userOK().
|
protected |
Definition at line 78 of file ListJobs_GUI.hxx.
Referenced by filterJobFile(), and userOK().
|
protected |
Definition at line 76 of file ListJobs_GUI.hxx.
Referenced by BatchJobsListDialog(), build_buttons(), and userCell().
|
protected |
Definition at line 86 of file ListJobs_GUI.hxx.
Referenced by get_dump_file(), and userOK().
|
protected |
Definition at line 84 of file ListJobs_GUI.hxx.
Referenced by build_table(), get_dump_file(), getSalomeLauncher(), and userOK().
|
protected |
Definition at line 77 of file ListJobs_GUI.hxx.
Referenced by BatchJobsListDialog(), build_table(), and userCell().
|
protected |
Definition at line 75 of file ListJobs_GUI.hxx.
Referenced by BatchJobsListDialog(), userCancel(), and userOK().
|
protected |
Definition at line 75 of file ListJobs_GUI.hxx.
Referenced by get_dump_file(), and userOK().