Changeset 185 in PSPA for Interface_Web/trunk/pspaWT/include


Ignore:
Timestamp:
Dec 14, 2012, 7:23:35 PM (12 years ago)
Author:
lemeur
Message:

debuggage elementBeam

Location:
Interface_Web/trunk/pspaWT/include
Files:
2 edited

Legend:

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

    r182 r185  
    1212#include <Wt/WComboBox>
    1313#include <Wt/WPushButton>
     14#include <Wt/WDialog>
    1415
    1516#include "dataManager.h"
     
    6364 void executer();
    6465 void sauver();
    65  void dialogSaveDone();
     66 void dialogSaveDone(WDialog::DialogCode code);
    6667 void restaurer();
    6768 void chargerConfig();
     
    8384 void scatterPlot1D(WContainerWidget* toto, vector<double>& xcor, vector<double>& ycor);
    8485
     86 bool removeExtensionFromConfigName(string& config);
     87
    8588 public :
    8689
  • Interface_Web/trunk/pspaWT/include/dataManager.h

    r179 r185  
    5454  bool executeAll(string& resul);
    5555  void saveConfiguration(string nameOfFile);
    56   void restoreElements();
     56  void restoreElements(string inputFileName);
    5757  void donneesRmsEnveloppe( string type, unsigned int numeroDeb, unsigned int numeroFin, vector<double>& xcor, vector<double>& ycor);
    5858};
Note: See TracChangeset for help on using the changeset viewer.