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

SIGEL_MasterGUI::SIG_GPParameter Class Reference

The class of the window, in which the genetic programming parameters can be altered. More...

#include <SIG_GPParameter.h>

Inheritance diagram for SIGEL_MasterGUI::SIG_GPParameter:

List of all members.

Public Methods

 SIG_GPParameter ( QWidget* parent, const char* name, WFlags fl, SIGEL_GP::SIG_GPExperiment &theExperiment )
 The constructor of SIG_GPParameter. More...

 ~SIG_GPParameter ()
 The destructor. More...

void putIntoExperiment ()
 This slot is called whenever the values of the widgets shall be put into the genetic programming parameters of the experiment. More...

void getOutOfExperiment ()
 This slot is called whenever the values of the genetic programming parameters shall be put into the widgets. More...


Public Slots

void slotChangeGraveyardDir ()
 This slot is called when the user clicks on the tool button to select a graveyard dir. More...

void slotChangePoolImageDir ()
 This slot is called when the user clicks on the tool button to select a graveyard dir. More...

void slotAddHost ()
void slotEditHost ()
void slotDeleteHost ()
void slotEnableAllHosts ()
void slotDisableAllHosts ()
void slotItemDoubleClicked ( QListViewItem * )
void slotMutationChanged ( int )
void slotCrossoverChanged ( int )

Private Attributes

SIGEL_GP::SIG_GPExperimenttheExperiment
 The SIG_GPExperiment belonging to this experiment. More...

QString sigelRoot
 This string saves the SIGEL_ROOT environment variable which will be needed several times for pixmap-operations. More...


Detailed Description

The class of the window, in which the genetic programming parameters can be altered.

Definition at line 14 of file SIGEL_MasterGUI/SIG_GPParameter.h.


Constructor & Destructor Documentation

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

The constructor of SIG_GPParameter.

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 29 of file SIGEL_MasterGUI/SIG_GPParameter.cpp.

SIGEL_MasterGUI::SIG_GPParameter::~SIG_GPParameter ( )
 

The destructor.

Will be erased if not needed.

Definition at line 40 of file SIGEL_MasterGUI/SIG_GPParameter.cpp.


Member Function Documentation

void SIGEL_MasterGUI::SIG_GPParameter::getOutOfExperiment ( )
 

This slot is called whenever the values of the genetic programming parameters shall be put into the widgets.

Definition at line 182 of file SIGEL_MasterGUI/SIG_GPParameter.cpp.

void SIGEL_MasterGUI::SIG_GPParameter::putIntoExperiment ( )
 

This slot is called whenever the values of the widgets shall be put into the genetic programming parameters of the experiment.

Definition at line 55 of file SIGEL_MasterGUI/SIG_GPParameter.cpp.

void SIGEL_MasterGUI::SIG_GPParameter::slotAddHost ( ) [slot]
 

Definition at line 337 of file SIGEL_MasterGUI/SIG_GPParameter.cpp.

void SIGEL_MasterGUI::SIG_GPParameter::slotChangeGraveyardDir ( ) [slot]
 

This slot is called when the user clicks on the tool button to select a graveyard dir.

A file dialog pops up in which the user can select a directory.

Definition at line 45 of file SIGEL_MasterGUI/SIG_GPParameter.cpp.

void SIGEL_MasterGUI::SIG_GPParameter::slotChangePoolImageDir ( ) [slot]
 

This slot is called when the user clicks on the tool button to select a graveyard dir.

A file dialog pops up in which the user can select a directory.

Definition at line 50 of file SIGEL_MasterGUI/SIG_GPParameter.cpp.

void SIGEL_MasterGUI::SIG_GPParameter::slotCrossoverChanged ( int newCrossoverValue ) [slot]
 

Definition at line 626 of file SIGEL_MasterGUI/SIG_GPParameter.cpp.

void SIGEL_MasterGUI::SIG_GPParameter::slotDeleteHost ( ) [slot]
 

Definition at line 397 of file SIGEL_MasterGUI/SIG_GPParameter.cpp.

void SIGEL_MasterGUI::SIG_GPParameter::slotDisableAllHosts ( ) [slot]
 

Definition at line 461 of file SIGEL_MasterGUI/SIG_GPParameter.cpp.

void SIGEL_MasterGUI::SIG_GPParameter::slotEditHost ( ) [slot]
 

Definition at line 392 of file SIGEL_MasterGUI/SIG_GPParameter.cpp.

void SIGEL_MasterGUI::SIG_GPParameter::slotEnableAllHosts ( ) [slot]
 

Definition at line 446 of file SIGEL_MasterGUI/SIG_GPParameter.cpp.

void SIGEL_MasterGUI::SIG_GPParameter::slotItemDoubleClicked ( QListViewItem * theItem ) [slot]
 

Definition at line 476 of file SIGEL_MasterGUI/SIG_GPParameter.cpp.

void SIGEL_MasterGUI::SIG_GPParameter::slotMutationChanged ( int newMutationValue ) [slot]
 

Definition at line 615 of file SIGEL_MasterGUI/SIG_GPParameter.cpp.


Member Data Documentation

QString SIGEL_MasterGUI::SIG_GPParameter::sigelRoot [private]
 

This string saves the SIGEL_ROOT environment variable which will be needed several times for pixmap-operations.

Definition at line 94 of file SIGEL_MasterGUI/SIG_GPParameter.h.

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

The SIG_GPExperiment belonging to this experiment.

Definition at line 88 of file SIGEL_MasterGUI/SIG_GPParameter.h.


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