#include <SIG_LanguageParameters.h>
Inheritance diagram for SIGEL_MasterGUI::SIG_LanguageParameters:
Public Methods | |
SIG_LanguageParameters ( QWidget* parent, const char* name, WFlags fl, SIGEL_GP::SIG_GPExperiment &theExperiment ) | |
The constructor of SIG_LanguageParameters. More... | |
~SIG_LanguageParameters () | |
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 | slotPushButtonEditClicked () |
void | slotPushButtonAllowAllClicked () |
void | slotPushButtonDisallowAllClicked () |
void | slotCommandDoubleClicked ( QListViewItem *theItem ) |
Private Attributes | |
SIGEL_GP::SIG_GPExperiment& | theExperiment |
The SIG_GPExperiment belonging to this experiment. More... | |
QPixmap | allow |
QPixmap | disallow |
QString | sigelRoot |
Definition at line 16 of file SIGEL_MasterGUI/SIG_LanguageParameters.h.
|
The constructor of SIG_LanguageParameters. Receives the SIG_GPExperiment it belongs to.
Definition at line 25 of file SIGEL_MasterGUI/SIG_LanguageParameters.cpp. |
|
The destructor. Will be erased if not needed. Definition at line 186 of file SIGEL_MasterGUI/SIG_LanguageParameters.cpp. |
|
This slot is called whenever the values of the genetic programming parameters shall be put into the widgets.
Definition at line 200 of file SIGEL_MasterGUI/SIG_LanguageParameters.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 191 of file SIGEL_MasterGUI/SIG_LanguageParameters.cpp. |
|
Definition at line 253 of file SIGEL_MasterGUI/SIG_LanguageParameters.cpp. |
|
Definition at line 228 of file SIGEL_MasterGUI/SIG_LanguageParameters.cpp. |
|
Definition at line 242 of file SIGEL_MasterGUI/SIG_LanguageParameters.cpp. |
|
Definition at line 223 of file SIGEL_MasterGUI/SIG_LanguageParameters.cpp. |
|
Definition at line 67 of file SIGEL_MasterGUI/SIG_LanguageParameters.h. |
|
Definition at line 68 of file SIGEL_MasterGUI/SIG_LanguageParameters.h. |
|
Definition at line 69 of file SIGEL_MasterGUI/SIG_LanguageParameters.h. |
|
The SIG_GPExperiment belonging to this experiment.
Definition at line 65 of file SIGEL_MasterGUI/SIG_LanguageParameters.h. |