Ignore:
Timestamp:
Nov 15, 2013, 3:30:50 PM (11 years ago)
Author:
touze
Message:

systeme periodique (mailles) + multipoles + madx

File:
1 edited

Legend:

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

    r426 r431  
    33
    44#include <cstdlib>
    5 #include <list>
     5#include <string.h>
     6#include <vector>
    67
    78#include <Wt/WApplication>
     
    910#include <Wt/WContainerWidget>
    1011#include <Wt/WText>
     12#include <Wt/WLineEdit>
    1113#include <Wt/WPanel>
    1214#include <Wt/WComboBox>
     
    2426#include "GWt_ligneFaisceau.h"
    2527#include "GWt_globalParameters.h"
     28#include "GWt_sectorParameters.h"
    2629
    2730#include "dataManager.h"
     
    4346  GWt_LigneFaisceau* beamLine_;
    4447   
    45   // WWidget* globalParam_;
    46   GWt_globalParameters* globalParam_; // xx
     48  GWt_globalParameters* globalParam_;
     49  GWt_sectorParameters* sectorParam_;
    4750 
    4851  GWt_dialog* graphicsDialog_;
     
    7376  WContainerWidget* createDrawingWidget();
    7477
    75   //WWidget* createGlobalParamWidget();
    76   WWidget* createDashBoard(); // xx
    77   void messageBox1(); // xx
    78   void messageBox2(); // xx
     78  WWidget* createDashBoard();
     79  void messageBox1();
     80  void messageBox2();
    7981 
    8082  // extensions (.001, .002,...) pour les fichiers "snapshot"
     
    119121  }
    120122
    121 
    122   /* inline WWidget* getGlobalParam() { */
    123   /*   return globalParam_; */
    124   /* } */
    125 
    126123  inline GWt_softwarePanel* getExecuteWidget() {
    127124    return executeWidget_;
Note: See TracChangeset for help on using the changeset viewer.