Ignore:
Timestamp:
Mar 18, 2013, 5:10:46 PM (11 years ago)
Author:
touze
Message:

unification des traces

File:
1 edited

Legend:

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

    r386 r393  
    9191  void faireDessinEnveloppe(WContainerWidget* toto, string type);
    9292  //  void scatterPlot1D(WContainerWidget* toto, vector<double>& xcor, vector<double>& ycor);
     93
    9394  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);
     95  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);
     96
    9497  bool removePathFromConfigName(string& config);
    9598  bool removeExtensionFromConfigName(string& config);
     
    99102  void dessinerEnveloppe();
    100103  void dessinerPhaseSpace();
     104
     105  void old_dessinerHistogramme();
    101106  void dessinerHistogramme();
    102107
Note: See TracChangeset for help on using the changeset viewer.