Ignore:
Timestamp:
Mar 27, 2013, 5:47:22 PM (11 years ago)
Author:
garnier
Message:

merge avec la branche 12_03_12-managerComboBox

Location:
Interface_Web/trunk/pspaWT
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT

  • Interface_Web/trunk/pspaWT/sources/userInterface/include/GWt_softwarePanel.h

    r367 r401  
    1313#include <Wt/WContainerWidget>
    1414#include <Wt/WPushButton>
    15 
     15#include "GWt_sectionToExecute.h"
    1616#include "dataManager.h"
    1717
     
    2323class GWt_softwarePanel  : public WContainerWidget
    2424{
    25     typedef struct {
    26         WLineEdit* debut;
    27         WLineEdit*  fin;
    28         WComboBox* selection;
    29         WContainerWidget* ligneDeWidget;
    30     } GWt_sectionToExecute;
    31 
    3225    public :
    3326    GWt_softwarePanel(dataManager*, PspaApplication*);
     
    3528
    3629    void addSectionToExecuteW();
    37     void updateSelections();
     30    void updateSections();
    3831   
    3932    private :
     
    4538    void executer();
    4639    bool areDataCoherent();
    47    
    48     list<GWt_sectionToExecute*> selectedSections_;
     40    void fillComboWithElements(Wt::WComboBox* cBox);
     41    void fillComboWithSoftwares(Wt::WComboBox* cBox);
     42    Wt::WContainerWidget* createAddDeletePushButtons();
     43
    4944    dataManager* dtmanage_;
    5045    WPushButton *exec_go_;
     
    5247    PspaApplication* pspa_;
    5348
     49    std::vector <GWt_sectionToExecute*> sections;
    5450};
    5551
Note: See TracChangeset for help on using the changeset viewer.