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_soleno.h

    r310 r328  
    1616class GWt_soleno : public  GWt_abstractElement
    1717{
    18     WLineEdit* xlengthEdit_;
    19     WLineEdit* apertureEdit_;
    20     WLineEdit* B0Edit_;
    21     WCheckBox* varyB0Edit_;
     18  WLineEdit* xlengthEdit_;
     19  WLineEdit* apertureEdit_;
     20  WLineEdit* B0Edit_;
     21  WCheckBox* varyB0Edit_;
     22 
     23  void updateB();
    2224   
     25 public :
    2326   
    24     void updateB();
    25    
    26     public :
    27    
    28     GWt_soleno() {;}
    29     GWt_soleno(GWt_elementLigneFaisceau* );
    30     ~GWt_soleno() {;}
    31     virtual  void dialogDone();
    32    
    33     WImage* getImage();
    34    
    35     inline string getMimeType() {return "htdocs/soleno.jpg"; }
    36     inline string getSmallImageURL() {return "htdocs/soleno.jpg"; }
    37     inline string getBigImageURL() {return "htdocs/soleno.jpg"; }
    38     inline string getName() {return "soleno"; }
    39    
    40     private :
    41     void initilializeDialog();
     27  GWt_soleno() {;}
     28  GWt_soleno(GWt_elementLigneFaisceau* );
     29  ~GWt_soleno() {;}
     30 
     31  virtual void dialogDone(WDialog::DialogCode code);
     32  WImage* getImage();
     33 
     34  inline string getMimeType() {return "htdocs/soleno.jpg"; }
     35  inline string getSmallImageURL() {return "htdocs/soleno.jpg"; }
     36  inline string getBigImageURL() {return "htdocs/soleno.jpg"; }
     37  inline string getName() {return "soleno"; }
     38 
     39 private :
    4240
     41  void initilializeDialog();
    4342};
    4443#endif
Note: See TracChangeset for help on using the changeset viewer.