Ignore:
Timestamp:
Nov 15, 2013, 3:30:50 PM (11 years ago)
Author:
touze
Message:

systeme periodique (mailles) + multipoles + madx

File:
1 edited

Legend:

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

    r407 r431  
    2323class GWt_softwarePanel  : public WContainerWidget
    2424{
    25     public :
    26     GWt_softwarePanel(dataManager*, PspaApplication*);
    27     virtual ~GWt_softwarePanel();
     25 public :
     26 
     27  GWt_softwarePanel(dataManager*, PspaApplication*);
     28  virtual ~GWt_softwarePanel();
    2829
    29     void addSectionToExecuteW();
    30     void updateSections();
     30  void addSectionToExecuteW();
     31  void updateSections();
    3132   
    32     private :
    33     //    void disableSectionExecute();
    34     //    void checkSectionSelection();
    35     bool updateSectionSelection();
    36     void deleteSectionToExecuteW(int section);
    37     string getSelection();
    38     void executer();
    39     bool areDataCoherent();
    40     void fillComboWithElements(Wt::WComboBox* cBox);
    41     void fillComboWithSoftwares(Wt::WComboBox* cBox);
    42     Wt::WContainerWidget* createAddDeletePushButtons(int sectionIndex);
     33 private :
     34 
     35  bool updateSectionSelection();
     36  void deleteSectionToExecuteW(int section);
     37  string getSelection();
     38  void executer();
     39  bool areDataCoherent();
     40  void fillComboWithElements(Wt::WComboBox* cBox);
     41  void fillComboWithSoftwares(Wt::WComboBox* cBox);
     42  Wt::WContainerWidget* createAddDeletePushButtons(int sectionIndex);
    4343
    44     dataManager* dtmanage_;
    45     WPushButton *exec_go_;
    46     WContainerWidget* contenuSections_;
    47     PspaApplication* pspa_;
     44  dataManager* dtmanage_;
     45  WPushButton *exec_go_;
     46  WContainerWidget* contenuSections_;
     47  PspaApplication* pspa_;
    4848
    49     std::vector <GWt_sectionToExecute*> sections_;
     49  std::vector <GWt_sectionToExecute*> sections_;
    5050};
    51 
    5251#endif /* defined(__PSPA__GWt_softwarePanel__) */
Note: See TracChangeset for help on using the changeset viewer.