source: PSPA/Interface_Web/trunk/pspaWT/sources/controler/include/GWt_fit.h @ 257

Last change on this file since 257 was 257, checked in by garnier, 11 years ago

refactoring

File size: 366 bytes
Line 
1#ifndef GWT_FIT_SEEN
2#define GWT_FIT_SEEN
3
4//#include "GWt_pspaApplication.h"
5#include "GWt_abstractElement.h"
6
7class GWt_fit : public GWt_abstractElement
8{
9
10  WComboBox* nameEdit_; // deg.
11  WLineEdit* valueEdit_; // m
12  WLineEdit* tolerEdit_; // cm
13
14  GWt_fit() {;}
15
16 public : 
17
18GWt_fit(abstractElement* elem);
19~GWt_fit() {;}
20 virtual void dialogDone();
21};
22#endif
Note: See TracBrowser for help on using the repository browser.