source: PSPA/Interface_Web/trunk/pspaWT/include/GWt_fit.h @ 246

Last change on this file since 246 was 226, checked in by lemeur, 12 years ago

addConsoleMessge en static + bricoles

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.