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

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

refactoring

File size: 626 bytes
Line 
1#ifndef GWT_RFGUN_SEEN
2#define GWT_RFGUN_SEEN
3
4//#include "GWt_pspaApplication.h"
5#include "GWt_abstractElement.h"
6#include "abstractElement.h"
7
8#include <iostream>
9#include <string>
10#include <sstream>
11
12using namespace Wt;
13using namespace std;
14
15
16class GWt_rfgun : public GWt_abstractElement
17{
18  WLineEdit* nmacropEdit_;
19  WLineEdit* sigma_tEdit_; // picoseconds
20  WLineEdit* sigma_rEdit_; // cm
21  WLineEdit* E_cinEdit_;   // MeV
22  WLineEdit* sigma_EEdit_; // MeV
23  WLineEdit* nb_true_particlesEdit_;
24
25  GWt_rfgun() {;}
26
27 public : 
28
29  GWt_rfgun(abstractElement* elem);
30  ~GWt_rfgun() {;}
31  virtual void dialogDone();
32};
33#endif
Note: See TracBrowser for help on using the repository browser.