Ignore:
Timestamp:
Dec 16, 2013, 5:16:54 PM (11 years ago)
Author:
garnier
Message:

grosse modification pour intégrer les sections

File:
1 edited

Legend:

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

    r453 r455  
    1515
    1616class GWt_dropZoneLigneFaisceau;
     17class GWt_sector;
    1718
    1819class compteur {
     
    2627class GWt_ligneFaisceau : public WContainerWidget
    2728{
    28     PspaApplication* pspa_;
    29    
     29  dataManager* dataManager_;
     30 
    3031    public :
    31    
    32     GWt_ligneFaisceau() {;}
    33     GWt_ligneFaisceau(PspaApplication*);
    34    
     32 
     33  GWt_ligneFaisceau(dataManager*,GWt_sector*);
     34 
    3535    /**
    3636     
     
    7575   
    7676    void update();
    77    
    78     /** update the status of the given index element
    79      */
    80     void update(int);
    81 
     77 
     78  /** update the status of the given index element
     79   */
     80  void update_deprecated(int);
     81 
    8282    void initializeSoftwares();
    83 
    84     private :
    85     void manageLineFaisceauLayout();
    86     GWt_dropZoneLigneFaisceau* allDropZone_;
    87     WHBoxLayout* ligneFaisceauLayout_;
     83 
     84  /** Return the sector of this beamLine */
     85  inline GWt_sector* getUISector() { return UI_sector_;};
     86 
     87  private :
     88  void manageLineFaisceauLayout_deprecated();
     89  void buildBeamLineWidget();
     90 
     91  GWt_dropZoneLigneFaisceau* allDropZone_;
     92  WHBoxLayout* ligneFaisceauLayout_;
     93  GWt_sector* UI_sector_;
    8894};
    8995
Note: See TracChangeset for help on using the changeset viewer.