source: PSPA/Interface_Web/trunk/pspaWT/include/GWt_beam.h @ 226

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

addConsoleMessge en static + bricoles

File size: 485 bytes
Line 
1#ifndef GWT_BEAM_SEEN
2#define GWT_BEAM_SEEN
3
4//#include "GWt_pspaApplication.h"
5#include "GWt_abstractElement.h"
6
7class GWt_beam : public GWt_abstractElement {
8
9  WLineEdit* xEdit_; // cm
10  WLineEdit* xpEdit_; // mrad
11  WLineEdit* yEdit_; // cm
12  WLineEdit* ypEdit_; // mrad
13  WLineEdit* dlEdit_; // cm
14  WLineEdit* delEdit_; // %
15  WLineEdit* p0Edit_; // GeV/c
16
17  GWt_beam() {;}
18
19 public :
20
21  GWt_beam(abstractElement* elem);
22  ~GWt_beam() {;}
23  virtual void dialogDone();
24};
25
26#endif
Note: See TracBrowser for help on using the repository browser.