#include <SIG_EnvironmentView.h>
Inheritance diagram for SIGEL_MasterGUI::SIG_EnvironmentView:
Public Methods | |
SIG_EnvironmentView ( QWidget* parent, const char* name, WFlags fl, SIGEL_GP::SIG_GPExperiment &theExperiment ) | |
The constructor of SIG_EnvironmentView. More... | |
~SIG_EnvironmentView () | |
The destructor. More... | |
void | putIntoExperiment () |
This slot is called whenever the values of the widgets shall be put into the environment parameters of the experiment. More... | |
void | getOutOfExperiment () |
This slot is called whenever the values of the environment parameters shall be put into the widgets. More... | |
Private Attributes | |
SIGEL_GP::SIG_GPExperiment& | theExperiment |
A reference to the gp experiment. More... |
Definition at line 14 of file SIG_EnvironmentView.h.
|
The constructor of SIG_EnvironmentView. Receives the SIG_GPExperiment it belongs to.
Definition at line 15 of file SIG_EnvironmentView.cpp. |
|
The destructor.
Definition at line 43 of file SIG_EnvironmentView.cpp. |
|
This slot is called whenever the values of the environment parameters shall be put into the widgets.
Definition at line 76 of file SIG_EnvironmentView.cpp. |
|
This slot is called whenever the values of the widgets shall be put into the environment parameters of the experiment.
Definition at line 48 of file SIG_EnvironmentView.cpp. |
|
A reference to the gp experiment.
Definition at line 51 of file SIG_EnvironmentView.h. |