#include <ui_local_simulation.h>
Public Member Functions | |
void | setupUi (QDialog *local_simulation) |
void | retranslateUi (QDialog *local_simulation) |
Data Fields | |
QPushButton * | tycho_exe |
QPushButton * | parameterfile |
QLineEdit * | tycho_text |
QLineEdit * | parameterfile_text |
QPushButton * | run |
QTextBrowser * | textBrowser |
QPushButton * | stop |
QPushButton * | close |
QPushButton * | restart |
QPushButton * | savelog |
QPushButton * | reset |
QPushButton * | Help |
Definition at line 24 of file ui_local_simulation.h.
|
inline |
Definition at line 102 of file ui_local_simulation.h.
References close, Help, parameterfile, reset, restart, run, savelog, stop, and tycho_exe.
Referenced by setupUi().
|
inline |
Definition at line 40 of file ui_local_simulation.h.
References close, Help, parameterfile, parameterfile_text, reset, restart, retranslateUi(), run, savelog, stop, textBrowser, tycho_exe, and tycho_text.
Referenced by local_simulation::local_simulation().
QPushButton* Ui_local_simulation::close |
Definition at line 34 of file ui_local_simulation.h.
Referenced by local_simulation::local_simulation(), retranslateUi(), and setupUi().
QPushButton* Ui_local_simulation::Help |
Definition at line 38 of file ui_local_simulation.h.
Referenced by local_simulation::local_simulation(), retranslateUi(), and setupUi().
QPushButton* Ui_local_simulation::parameterfile |
Definition at line 28 of file ui_local_simulation.h.
Referenced by local_simulation::local_simulation(), retranslateUi(), and setupUi().
QLineEdit* Ui_local_simulation::parameterfile_text |
Definition at line 30 of file ui_local_simulation.h.
Referenced by local_simulation::local_simulation(), local_simulation::parameterfile_path(), local_simulation::reset_gui(), and setupUi().
QPushButton* Ui_local_simulation::reset |
Definition at line 37 of file ui_local_simulation.h.
Referenced by local_simulation::local_simulation(), retranslateUi(), and setupUi().
QPushButton* Ui_local_simulation::restart |
Definition at line 35 of file ui_local_simulation.h.
Referenced by local_simulation::local_simulation(), retranslateUi(), and setupUi().
QPushButton* Ui_local_simulation::run |
Definition at line 31 of file ui_local_simulation.h.
Referenced by local_simulation::local_simulation(), retranslateUi(), and setupUi().
QPushButton* Ui_local_simulation::savelog |
Definition at line 36 of file ui_local_simulation.h.
Referenced by local_simulation::local_simulation(), retranslateUi(), and setupUi().
QPushButton* Ui_local_simulation::stop |
Definition at line 33 of file ui_local_simulation.h.
Referenced by local_simulation::local_simulation(), retranslateUi(), and setupUi().
QTextBrowser* Ui_local_simulation::textBrowser |
Definition at line 32 of file ui_local_simulation.h.
Referenced by local_simulation::local_simulation_restart(), local_simulation::local_simulation_start(), local_simulation::readFromStdout(), local_simulation::reset_gui(), local_simulation::save_log(), and setupUi().
QPushButton* Ui_local_simulation::tycho_exe |
Definition at line 27 of file ui_local_simulation.h.
Referenced by local_simulation::local_simulation(), retranslateUi(), and setupUi().
QLineEdit* Ui_local_simulation::tycho_text |
Definition at line 29 of file ui_local_simulation.h.
Referenced by local_simulation::local_simulation(), local_simulation::reset_gui(), setupUi(), and local_simulation::tycho_exectuable().