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_sector.h

    r453 r455  
    66#include <Wt/WContainerWidget>
    77#include "sector.h"
    8 #include "GWt_pspaApplication.h"
    98#include "GWt_accelerator.h"
     9#include "GWt_ligneFaisceau.h"
    1010
    1111using namespace Wt;
     
    1717 
    1818public:
    19   GWt_sector(GWt_accelerator* parent,sector*);
     19  GWt_sector(GWt_accelerator*,sector*);
    2020  virtual ~GWt_sector();
    21   void createWidgetBeamLine(PspaApplication* pspa,WContainerWidget* parent);
    22 
     21  void createWidgetBeamLine(WContainerWidget* parent);
     22  /* Return the controler sector element for this UI sector*/
     23  inline sector* getSectorControler() {return sectorControler_;};
     24  inline GWt_softwarePanel* getExecuteWidget() {
     25    return executeWidget_;
     26  }
     27  /**
     28   Get the accelerator for this sector
     29   */
     30  inline GWt_accelerator* getAccelerator() {
     31    return UI_Accelerator_;
     32  }
     33 
    2334  private :
    24   GWt_ligneFaisceau* beamLine_;
     35  GWt_ligneFaisceau* UI_beamLine_;
    2536  void setIcon(WLayout*);
    2637  void displayWidgetBeamLine();
    27   GWt_accelerator* parent_;
    28   sector* sector_;
     38  GWt_accelerator* UI_Accelerator_;
     39  sector* sectorControler_;
     40  GWt_softwarePanel* executeWidget_;
     41
    2942};
    3043
Note: See TracChangeset for help on using the changeset viewer.