Salome HOME
Imported using TkCVS
[plugins/ghs3dprlplugin.git] / src / tepal2med / dlg_ghs3dmain.ui.h
1 /****************************************************************************
2 ** ui.h extension file, included from the uic-generated form implementation.
3 **
4 ** If you want to add, delete, or rename functions or slots, use
5 ** Qt Designer to update this file, preserving your code.
6 **
7 ** You should not define a constructor or destructor in this file.
8 ** Instead, write your code in functions called init() and destroy().
9 ** These will automatically be called by the form's constructor and
10 ** destructor.
11 *****************************************************************************/
12
13 #include <iostream>
14
15 using namespace std;
16
17 void dlg_ghs3dmain::init()
18 {
19    //cout<<"init"<<endl;
20    this->value_KeepFiles=FALSE;
21    this->value_Ok=FALSE;
22    this->value_NbPart=1;
23 }
24
25
26 void dlg_ghs3dmain::destroy()
27 {
28    //cout<<"destroy"<<endl;
29 }
30
31
32 void dlg_ghs3dmain::slotok()
33 {
34    this->value_KeepFiles=KeepFiles->isChecked();
35    this->value_Ok=TRUE;
36    this->value_NbPart=NbPart->value();
37    //cout<<"ok "<<value_KeepFiles<<" "<<value_NbPart<<endl;
38    this->close();
39 }