#include <SIG_GPParameter.h>
Inheritance diagram for SIGEL_MasterGUI::SIG_GPParameter:
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_GPExperiment& | theExperiment |
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... |
Definition at line 14 of file SIGEL_MasterGUI/SIG_GPParameter.h.
|
The constructor of SIG_GPParameter. Receives the SIG_GPExperiment it belongs to.
Definition at line 29 of file SIGEL_MasterGUI/SIG_GPParameter.cpp. |
|
The destructor. Will be erased if not needed. Definition at line 40 of file SIGEL_MasterGUI/SIG_GPParameter.cpp. |
|
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. |
|
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. |
|
Definition at line 337 of file SIGEL_MasterGUI/SIG_GPParameter.cpp. |
|
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. |
|
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. |
|
Definition at line 626 of file SIGEL_MasterGUI/SIG_GPParameter.cpp. |
|
Definition at line 397 of file SIGEL_MasterGUI/SIG_GPParameter.cpp. |
|
Definition at line 461 of file SIGEL_MasterGUI/SIG_GPParameter.cpp. |
|
Definition at line 392 of file SIGEL_MasterGUI/SIG_GPParameter.cpp. |
|
Definition at line 446 of file SIGEL_MasterGUI/SIG_GPParameter.cpp. |
|
Definition at line 476 of file SIGEL_MasterGUI/SIG_GPParameter.cpp. |
|
Definition at line 615 of file SIGEL_MasterGUI/SIG_GPParameter.cpp. |
|
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. |
|
The SIG_GPExperiment belonging to this experiment.
Definition at line 88 of file SIGEL_MasterGUI/SIG_GPParameter.h. |