Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

SIGEL_MasterGUI::SIG_ExperimentView Class Reference

The widget belonging to an experiment. More...

#include <SIG_ExperimentView.h>

Inheritance diagram for SIGEL_MasterGUI::SIG_ExperimentView:

List of all members.

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_GPExperimenttheExperiment
 The SIG_GPExperiment belonging to this experiment. More...


Detailed Description

The widget belonging to an experiment.

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.


Constructor & Destructor Documentation

SIGEL_MasterGUI::SIG_ExperimentView::SIG_ExperimentView ( QWidget * parent,
const char * name,
WFlags fl,
SIGEL_GP::SIG_GPExperiment & theExperiment )
 

The constructor of SIG_ExperimentView.

Receives the SIG_GPExperiment it belongs to.

Parameters:
parent   The parent widget of SIG_AllIndividualsView
name   Internal name for Qt.
theExperiment   A reference to the experiment this view belongs to.

Definition at line 20 of file SIG_ExperimentView.cpp.

SIGEL_MasterGUI::SIG_ExperimentView::~SIG_ExperimentView ( )
 

The destructor.

Will be erased if not needed.

Definition at line 28 of file SIG_ExperimentView.cpp.


Member Function Documentation

void SIGEL_MasterGUI::SIG_ExperimentView::getOutOfExperiment ( )
 

Definition at line 38 of file SIG_ExperimentView.cpp.

void SIGEL_MasterGUI::SIG_ExperimentView::putIntoExperiment ( )
 

Definition at line 33 of file SIG_ExperimentView.cpp.

void SIGEL_MasterGUI::SIG_ExperimentView::slotExportPostScript ( ) [slot]
 

Definition at line 95 of file SIG_ExperimentView.cpp.

void SIGEL_MasterGUI::SIG_ExperimentView::slotShowFitnesscurve ( ) [slot]
 

Definition at line 136 of file SIG_ExperimentView.cpp.

void SIGEL_MasterGUI::SIG_ExperimentView::streamToGnuPlot ( QTextStream & stream ) [private]
 

Definition at line 43 of file SIG_ExperimentView.cpp.


Member Data Documentation

SIGEL_GP::SIG_GPExperiment & SIGEL_MasterGUI::SIG_ExperimentView::theExperiment [private]
 

The SIG_GPExperiment belonging to this experiment.

Definition at line 55 of file SIG_ExperimentView.h.


The documentation for this class was generated from the following files:
Generated at Mon Sep 3 01:32:42 2001 for PG 368 - SIGEL by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000