Ignore:
Timestamp:
Oct 25, 2013, 3:50:49 PM (11 years ago)
Author:
touze
Message:

preparation pour ajouter une maille FODO

File:
1 edited

Legend:

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

    r417 r426  
    1919
    2020#include "GWt_dialog.h"
    21 #include "dataManager.h"
    2221#include "GWt_console.h"
    2322#include "GWt_abstractElementFactory.h"
    2423#include "GWt_softwarePanel.h"
    2524#include "GWt_ligneFaisceau.h"
     25#include "GWt_globalParameters.h"
     26
     27#include "dataManager.h"
    2628
    2729using namespace Wt;
     
    3133       
    3234 private :
    33    
     35 
    3436  dataManager* dtmanage_;
    3537  string nameOfCase_;
     
    4143  GWt_LigneFaisceau* beamLine_;
    4244   
    43   WWidget* globalParam_;
     45  // WWidget* globalParam_;
     46  GWt_globalParameters* globalParam_; // xx
     47 
    4448  GWt_dialog* graphicsDialog_;
    4549  WButtonGroup *group_;
     
    6670  WWidget* createPalette();
    6771  WWidget* createBeamLine();
    68   WWidget* createGlobalParamWidget();
    6972  WWidget* createExecuteWidget();
    7073  WContainerWidget* createDrawingWidget();
    7174
     75  //WWidget* createGlobalParamWidget();
     76  WWidget* createDashBoard(); // xx
     77  void messageBox1(); // xx
     78  void messageBox2(); // xx
     79 
    7280  // extensions (.001, .002,...) pour les fichiers "snapshot"
    7381  int extensionFile_;
    74  
    7582  void closeGraphicDialog();
    7683 
     
    8592  void dialogOnGraphics();
    8693  void faireDessinPhaseSpace(WContainerWidget* toto, particleBeam* beam, string elementLabel, string namex, string namey, int typeFaisceau);
    87 
    88  //  void setModelComponentForPhaseSpace(WStandardItemModel* model, vector<bareParticle>& partic, unsigned indexParticleComponent, unsigned modelComponent);
    89   //void faireDessinParmela(WContainerWidget* toto, particleBeam* beam, string namex, string namey  );
    90   //  void faireDessinTransport(WContainerWidget* toto, particleBeam* beam, string namex, string namey);
    9194  void faireDessinEnveloppe(WContainerWidget* toto, string type);
    92   //  void scatterPlot1D(WContainerWidget* toto, vector<double>& xcor, vector<double>& ycor);
    93 
    94   // void chartPlot2vec(WContainerWidget* toto, vector<double>& xcor, vector<double>& ycor, bool drawPoints, string title, string legendx, string legendy, int width, int height, bool makeIcon=false);
    9595  void chartPlot2vec(WContainerWidget* toto,vector<double>& xcor,vector<double>& ycor,Wt::Chart::SeriesType seriesType,Wt::Chart::FillRangeType fillRange,Wt::Chart::AxisValue value,bool isGridLinesEnables,string title,string legendx,string legendy,int width,int height,bool makeIcon = false);
    9696
     
    102102  void dessinerEnveloppe();
    103103  void dessinerPhaseSpace();
    104 
    105104  void dessinerHistogramme();
    106105
     
    116115  }
    117116 
    118   inline WWidget* getGlobalParam() {
    119     return globalParam_;
     117  inline GWt_globalParameters* getGlobalParam() const {
     118    return globalParam_; 
    120119  }
     120
     121
     122  /* inline WWidget* getGlobalParam() { */
     123  /*   return globalParam_; */
     124  /* } */
    121125
    122126  inline GWt_softwarePanel* getExecuteWidget() {
Note: See TracChangeset for help on using the changeset viewer.