#include <SIG_ExperimentView.h>
Inheritance diagram for SIGEL_MasterGUI::SIG_ExperimentView:
Public Methods | |
SIG_ExperimentView ( QWidget* parent, const char* name, WFlags fl, SIGEL_GP::SIG_GPExperiment &theExperiment ) | |
The constructor of SIG_ExperimentView. More... | |
~SIG_ExperimentView () | |
The destructor. More... | |
void | putIntoExperiment () |
void | getOutOfExperiment () |
Public Slots | |
void | slotShowFitnesscurve () |
void | slotExportPostScript () |
Private Methods | |
void | streamToGnuPlot ( QTextStream &stream ) |
Private Attributes | |
SIGEL_GP::SIG_GPExperiment& | theExperiment |
The SIG_GPExperiment belonging to this experiment. More... |
Experiments can be started, paused or stopped here.
In this widget some general information about the experiment can be viewed. Also a comment for the experiment can be given here.
Definition at line 17 of file SIG_ExperimentView.h.
|
The constructor of SIG_ExperimentView. Receives the SIG_GPExperiment it belongs to.
Definition at line 20 of file SIG_ExperimentView.cpp. |
|
The destructor. Will be erased if not needed. Definition at line 28 of file SIG_ExperimentView.cpp. |
|
Definition at line 38 of file SIG_ExperimentView.cpp. |
|
Definition at line 33 of file SIG_ExperimentView.cpp. |
|
Definition at line 95 of file SIG_ExperimentView.cpp. |
|
Definition at line 136 of file SIG_ExperimentView.cpp. |
|
Definition at line 43 of file SIG_ExperimentView.cpp. |
|
The SIG_GPExperiment belonging to this experiment.
Definition at line 55 of file SIG_ExperimentView.h. |