Ignore:
Timestamp:
Feb 18, 2013, 5:05:07 PM (11 years ago)
Author:
touze
Message:

ajout du bouton cancel aux elts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/sources/userInterface/include/GWt_cell.h

    r310 r328  
    22#define GWT_CELL_SEEN
    33
    4 //#include "GWt_pspaApplication.h"
    54#include "GWt_abstractElement.h"
    65#include "abstractElement.h"
     
    1514class GWt_cell : public GWt_abstractElement
    1615{
    17     WLineEdit* lenghtElemEdit_; // cm
    18     WLineEdit* apertureEdit_; // cm
    19     WLineEdit* initialPhaseEdit_; // degres
    20     WLineEdit* phaseStepMaxEdit_;   // degres
    21     WLineEdit* acceleratingFieldEdit_; // MV/m
    22     WLineEdit* acceleratingShapeFileEdit_; // string
    23     WLineEdit* focusingMagFileEdit_; // string
    24     WLineEdit* offsetMagEdit_; // cm
    25     WLineEdit* scaleFactorEdit_;
     16  WLineEdit* lenghtElemEdit_; // cm
     17  WLineEdit* apertureEdit_; // cm
     18  WLineEdit* initialPhaseEdit_; // degres
     19  WLineEdit* phaseStepMaxEdit_;   // degres
     20  WLineEdit* acceleratingFieldEdit_; // MV/m
     21  WLineEdit* acceleratingShapeFileEdit_; // string
     22  WLineEdit* focusingMagFileEdit_; // string
     23  WLineEdit* offsetMagEdit_; // cm
     24  WLineEdit* scaleFactorEdit_;
     25     
     26 public :
    2627   
     28  GWt_cell() {;}
     29  GWt_cell(GWt_elementLigneFaisceau* );
     30  ~GWt_cell() {;}
     31 
     32  virtual void dialogDone(WDialog::DialogCode code);
     33  WImage* getImage();
    2734   
    28     public :
    29    
    30     GWt_cell() {;}
    31     GWt_cell(GWt_elementLigneFaisceau* );
    32     ~GWt_cell() {;}
    33     virtual void dialogDone();
    34    
    35     WImage* getImage();
    36    
    37     inline string getMimeType() {return "htdocs/cell.jpg"; }
    38     inline string getSmallImageURL() {return "htdocs/cell.jpg"; }
    39     inline string getBigImageURL() {return "htdocs/cell.jpg"; }
    40     inline string getName() {return "cell"; }
    41    
    42     private :
    43     void initilializeDialog();
     35  inline string getMimeType() {return "htdocs/cell.jpg"; }
     36  inline string getSmallImageURL() {return "htdocs/cell.jpg"; }
     37  inline string getBigImageURL() {return "htdocs/cell.jpg"; }
     38  inline string getName() {return "cell"; }
     39 
     40 private :
    4441
     42  void initilializeDialog();
     43 
    4544};
    4645#endif
Note: See TracChangeset for help on using the changeset viewer.