Ignore:
Timestamp:
Jan 24, 2013, 3:32:13 PM (11 years ago)
Author:
garnier
Message:

Ameliorations graphiques et re-identation

File:
1 edited

Legend:

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

    r260 r272  
    1414class GWt_globalParameters : public WContainerWidget
    1515{
    16 
    17   PspaApplication* pspa_;
    18   //  dataManager* dtmanage_;
    19   WLineEdit* frequencyEdit_;
    20   WLineEdit* stepEdit_;
    21   WLineEdit* nstepMAxEdit_;
    22   WLineEdit* nscEdit_;
    23 
    24   //  vector<WComboBox*> sectionSelection_;
    25 
    26 
    27   /* WLineEdit* origineEdit1_; */
    28   /* WLineEdit* origineEdit2_; */
    29   /* WComboBox* selectionBox1_; */
    30 
    31   /* WLineEdit* extremiteEdit1_; */
    32   /* WLineEdit* extremiteEdit2_; */
    33   /* WComboBox* selectionBox2_; */
    34 
    35   //  WContainerWidget* contenuSections_;
    36 
     16   
     17    PspaApplication* pspa_;
     18    //  dataManager* dtmanage_;
     19    WLineEdit* frequencyEdit_;
     20    WLineEdit* stepEdit_;
     21    WLineEdit* nstepMAxEdit_;
     22    WLineEdit* nscEdit_;
     23   
     24    //  vector<WComboBox*> sectionSelection_;
     25   
     26   
     27    /* WLineEdit* origineEdit1_; */
     28    /* WLineEdit* origineEdit2_; */
     29    /* WComboBox* selectionBox1_; */
     30   
     31    /* WLineEdit* extremiteEdit1_; */
     32    /* WLineEdit* extremiteEdit2_; */
     33    /* WComboBox* selectionBox2_; */
     34   
     35    //  WContainerWidget* contenuSections_;
     36   
    3737    GWt_globalParameters() {;}
    38 
    39  public:
    40 
    41   //  GWt_globalParameters(dataManager* dt);
     38   
     39public:
     40   
     41    //  GWt_globalParameters(dataManager* dt);
    4242    GWt_globalParameters(PspaApplication* ps);
    43 
     43   
    4444    void updateGlobals();
    45 
    46 
     45   
     46   
    4747    void renew();
    48 
     48   
    4949    //    void addElem();
    50 
     50   
    5151    //    void addSection();
    52 
     52   
    5353    //   void getExecute(unsigned index, unsigned& first, unsigned& last, int& programm);
    54 
     54   
    5555    //  void lancerCalcul();
    56 
     56   
    5757};
    5858#endif
Note: See TracChangeset for help on using the changeset viewer.