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

    r453 r455  
    1414#include <Wt/WComboBox>
    1515#include <Wt/WPushButton>
    16 #include <Wt/WDialog>
    17 #include <Wt/WPdfImage>
    18 #include <Wt/Chart/WCartesianChart>
    19 #include <Wt/WLength>
    2016#include <Wt/WButtonGroup>
    2117
     
    2319#include "GWt_console.h"
    2420#include "GWt_softwarePanel.h"
    25 #include "GWt_ligneFaisceau.h"
    2621#include "GWt_globalParameters.h"
    2722#include "GWt_sectorParameters.h"
     
    3025
    3126class GWt_abstractElementFactory;
     27class GWt_ligneFaisceau;
    3228
    3329using namespace Wt;
     
    3935 
    4036  dataManager* dtmanage_;
    41   string nameOfCase_;
    4237  string workingDir_;
    4338  WDialog* dialogSave_;
     
    4540  WLineEdit* saveNameEdit_;
    4641  WLineEdit* openNameEdit_;
    47   GWt_ligneFaisceau* beamLine_;
     42  GWt_ligneFaisceau* beamLine_deprecated_;
    4843   
    4944  GWt_globalParameters* globalParam_;
    5045  GWt_sectorParameters* sectorParam_;
    51  
    52   GWt_dialog* graphicsDialog_;
    53   WButtonGroup *group_;
    54   vector<GWt_dialog*> eDialog_;
    55  
     46  string nameOfCase_;
     47
    5648  WText* probleme_;
    57   WComboBox* choixElementDessin_;
    58   WComboBox* choixTypeDessinFaisceau_;
    59   WComboBox* choixAbsPhase_;
    60   WComboBox* choixOrdPhase_;
    61   WComboBox* choixEnveloppeDessin_;
    62   WComboBox* choixHistoDessin_;
    63   WComboBox* choixVariableHisto_;
    6449
    65   WContainerWidget* toto_;
    6650  WString applicationDefaultTitle_;
    6751   
    68   GWt_softwarePanel* executeWidget_;
    6952  WFileUpload* uploadFileSelectorWidget_;
    7053  GWt_console* console_;
     
    7356  WText* createTitle(const WString&);
    7457  WWidget* createPalette(WContainerWidget* parent);
    75   WWidget* createBeamLine();
     58  WWidget* createBeamLine_deprecated();
    7659  WWidget* createExecuteWidget();
    77   WContainerWidget* createDrawingWidget();
    7860
    7961  WWidget* createDashBoard(WContainerWidget*);
     62 
    8063  void messageBox1();
    8164  void messageBox2();
     
    8366  // extensions (.001, .002,...) pour les fichiers "snapshot"
    8467  int extensionFile_;
    85   void closeGraphicDialog();
    8668 
    8769  void createDragImage(const char *url,const char *smallurl,const char *mimeType,WContainerWidget *p,WString());
     
    9375  void fileTooLarge();
    9476 
    95   void dialogOnGraphics();
    96   void faireDessinPhaseSpace(WContainerWidget* toto, particleBeam* beam, string elementLabel, string namex, string namey, int typeFaisceau);
    97   void faireDessinEnveloppe(WContainerWidget* toto, string type);
    98   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);
    99 
    10077  bool removePathFromConfigName(string& config);
    10178  bool removeExtensionFromConfigName(string& config);
    102   void removeBeamLine();
    10379   
    104   void dessiner();
    105   void dessinerEnveloppe();
    106   void dessinerPhaseSpace();
    107   void dessinerHistogramme();
    108 
    10980 public :
    11081 
     
    12293  }
    12394
    124   inline GWt_softwarePanel* getExecuteWidget() {
    125     return executeWidget_;
    126   }
    127 
    12895  inline GWt_ligneFaisceau* getBeamLine() {
    129     return beamLine_;
     96    return beamLine_deprecated_;
    13097  }
    13198
Note: See TracChangeset for help on using the changeset viewer.