Ignore:
Timestamp:
Mar 13, 2013, 11:23:31 AM (11 years ago)
Author:
garnier
Message:

Etape 2 : Remplacement de la structure selectedSections par un vecteur de GWt_sectionToExecute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/branches/12_03_12-managerComboBox/pspaWT/sources/userInterface/include/GWt_softwarePanel.h

    r367 r388  
    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*);
     
    4639    bool areDataCoherent();
    4740   
    48     list<GWt_sectionToExecute*> selectedSections_;
    4941    dataManager* dtmanage_;
    5042    WPushButton *exec_go_;
     
    5244    PspaApplication* pspa_;
    5345
     46    std::vector <GWt_sectionToExecute*> sections;
    5447};
    5548
Note: See TracChangeset for help on using the changeset viewer.