source: PSPA/Interface_Web/trunk/pspaWT/sources/userInterface/include/GWt_elementBend.h @ 455

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

grosse modification pour intégrer les sections

File size: 863 bytes
RevLine 
[437]1#ifndef GWt_elementBend_SEEN
2#define GWt_elementBend_SEEN
[84]3
4#include "GWt_abstractElement.h"
5
[437]6class GWt_elementBend : public GWt_abstractElement
[84]7{
[328]8  WLineEdit* angleEdit_; // deg.
9  WLineEdit* radiusEdit_; // m
10  WLineEdit* xlengthEdit_; // cm
11  WLineEdit* apertureEdit_; // cm
12  WLineEdit* beta1Edit_; // deg.
13  WLineEdit* beta2Edit_; // deg.
14  WLineEdit* momentumEdit_; // MeV/c
15       
16 public :
[272]17   
[437]18  GWt_elementBend() {;}
[455]19  GWt_elementBend(GWt_elementLigneFaisceau*, abstractElement* );
[437]20  ~GWt_elementBend() {;}
[328]21 
22  virtual void dialogDone(WDialog::DialogCode code); 
23 
24  inline string getMimeType() {return "htdocs/bend.jpg"; }
25  inline string getSmallImageURL() {return "htdocs/bend.jpg"; }
26  inline string getBigImageURL() {return "htdocs/bend.jpg"; }
27  inline string getName() {return "bend"; }
28 
29 private :
30 
31  void initilializeDialog();
[84]32};
33#endif
Note: See TracBrowser for help on using the repository browser.