Ignore:
Timestamp:
Feb 20, 2013, 11:21:23 AM (12 years ago)
Author:
lemeur
Message:

addition graphique (en cours)

File:
1 edited

Legend:

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

    r324 r333  
    5050  WComboBox* choixElementDessin_;
    5151  WComboBox* choixTypeDessinFaisceau_;
     52    WComboBox* choixAbsPhase_;
     53    WComboBox* choixOrdPhase_;
    5254  WComboBox* choixEnveloppeDessin_;
    5355  WComboBox* choixHistoDessin_;
     
    7779 
    7880  void dialogOnGraphics();
    79   void faireDessinParmela(WContainerWidget* toto, particleBeam* beam);
     81    void faireDessinParmela(WContainerWidget* toto, particleBeam* beam, unsigned indexAbs, unsigned indexOrd );
    8082  void faireDessinTransport(WContainerWidget* toto, particleBeam* beam);
    8183  void faireDessinEnveloppe(WContainerWidget* toto, string type);
     
    8991  void dessinerHistogramme();
    9092   
     93   
     94     
     95
     96   
    9197 public :
    9298 
    9399  PspaApplication(const WEnvironment& env);
     100
    94101
    95102  string getSelection();
Note: See TracChangeset for help on using the changeset viewer.