Ignore:
Timestamp:
Mar 6, 2013, 2:19:58 PM (11 years ago)
Author:
garnier
Message:

Ajout des paramètres width et height à la méthode chartPlot2vec + ... (see History)

File:
1 edited

Legend:

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

    r362 r370  
    5656
    5757  WContainerWidget* toto_;
     58
    5859  GWt_softwarePanel* executeWidget_;
    5960  WFileUpload* uploadFileSelectorWidget_;
     
    8485  void faireDessinEnveloppe(WContainerWidget* toto, string type);
    8586  //  void scatterPlot1D(WContainerWidget* toto, vector<double>& xcor, vector<double>& ycor);
    86   void chartPlot2vec(WContainerWidget* toto, vector<double>& xcor, vector<double>& ycor, bool drawPoints);
     87  void chartPlot2vec(WContainerWidget* toto, vector<double>& xcor, vector<double>& ycor, bool drawPoints, int width, int height, bool makeIcon=false);
    8788  bool removePathFromConfigName(string& config);
    8889  bool removeExtensionFromConfigName(string& config);
Note: See TracChangeset for help on using the changeset viewer.