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


Ignore:
Timestamp:
Dec 4, 2012, 7:46:42 PM (12 years ago)
Author:
lemeur
Message:

dessins

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

Legend:

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

    r131 r138  
    3737 WWidget* globalParam_;
    3838 WWidget* beamLine_;
    39  WWidget* leDessin_;
     39 WContainerWidget* leDessin_;
    4040 WPushButton *exec_go_;
    4141 WText* probleme_;
    42 
     42 WText* encours_;
     43  WComboBox* choixElementDessin_;
     44 WContainerWidget* toto_;
    4345 WContainerWidget* contenuSections_;
    4446 list<GWt_sectionToExecute*> selectedSections_;
     
    4951 WWidget* createGlobalParamWidget();
    5052 WWidget* createExecuteWidget();
    51  WWidget* createDrawingWidget();
     53 WContainerWidget* createDrawingWidget();
    5254 
    5355 void createDragImage(const char *url,const char *smallurl,const char *mimeType,WContainerWidget *p,WString name);
     
    5557 void sauver();
    5658 void restaurer();
    57  
     59 void dessiner();
     60
    5861 void addSectionToExecuteW();
    5962 void deleteSectionToExecuteW();
     
    6265 bool areDataCoherent();
    6366 void faireDessin();
    64  void faireDessinParmela();
    65  void faireDessinTransport();
     67 void faireDessinParmela(WContainerWidget* toto, particleBeam* beam);
     68 void faireDessinTransport(WContainerWidget* toto, particleBeam* beam);
    6669
    6770 public :
  • Interface_Web/trunk/pspaWT/include/dataManager.h

    r126 r138  
    4141  inline elementsCollection* getCollection() {return &elementsGallery_;}
    4242  inline particleBeam* getCurrentBeam() {return currentBeam_;}
     43
     44  particleBeam* getDiagnosticBeam(int index);
     45
    4346  void addSectionToExecute(int debut, int fin, nomDeLogiciel prog);
    4447 
Note: See TracChangeset for help on using the changeset viewer.