Ignore:
Timestamp:
Mar 11, 2014, 11:21:43 AM (10 years ago)
Author:
lemeur
Message:

refection generale des secteurs et applications de softwares (suite)

File:
1 edited

Legend:

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

    r474 r493  
    2727  virtual ~GWt_accelerator();
    2828  inline WContainerWidget* getAcceleratorDetailledView() {return acceleratorDetailledView_;};
     29  inline WContainerWidget* getAcceleratorComputingView() {return acceleratorComputingView_;};
    2930  inline WLayout* getAcceleratorGlobalViewLayout() {return acceleratorGlobalViewLayout_;};
    3031  inline dataManager* getDataManager() { return dataManager_;};
     
    3435  private :
    3536  WContainerWidget* acceleratorDetailledView_;
     37  WContainerWidget* acceleratorComputingView_;
    3638  void addSector();
    3739  void readConfiguration();
     40  void expandMachine();
    3841  void run();
    3942  void closeGraphicDialog();
Note: See TracChangeset for help on using the changeset viewer.