Ignore:
Timestamp:
Feb 22, 2013, 10:07:46 AM (11 years ago)
Author:
lemeur
Message:

fin dessins esp. phase + noms de fichiers

File:
1 edited

Legend:

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

    r340 r341  
    7878 
    7979  void dialogOnGraphics();
    80   void faireDessinParmela(WContainerWidget* toto, particleBeam* beam, unsigned indexAbs, unsigned indexOrd );
    81   void faireDessinTransport(WContainerWidget* toto, particleBeam* beam);
     80  void setModelComponentForPhaseSpace(WStandardItemModel* model, vector<bareParticle>& partic, unsigned indexParticleComponent, unsigned modelComponent);
     81void faireDessinParmela(WContainerWidget* toto, particleBeam* beam, unsigned indexAbs, unsigned indexOrd, string namex, string namey  );
     82  void faireDessinTransport(WContainerWidget* toto, particleBeam* beam, unsigned indexAbs, unsigned indexOrd, string namex, string namey);
    8283  void faireDessinEnveloppe(WContainerWidget* toto, string type);
    8384  void scatterPlot1D(WContainerWidget* toto, vector<double>& xcor, vector<double>& ycor);
    8485   
     86  bool removePathFromConfigName(string& config);
    8587  bool removeExtensionFromConfigName(string& config);
    8688 
     
    116118    return abstractElementFactory_;
    117119  }
     120
     121    inline string getWorkingDir() const {
     122        return workingDir_;
     123    }
     124
    118125};
    119126#endif
Note: See TracChangeset for help on using the changeset viewer.