source: PSPA/Interface_Web/trunk/pspaWT/src/LigneFaisceau.h @ 28

Last change on this file since 28 was 28, checked in by garnier, 12 years ago

Ajout de composant (console) et réarragement du GUI

File size: 509 bytes
Line 
1#ifndef LIGNEFAISCEAU_SEEN
2#define LIGNEFAISCEAU_SEEN
3
4#include "dataManager.h"
5#include "pspa.h"
6
7#include <Wt/WApplication>
8
9#include <Wt/WPushButton>
10#include <Wt/WHBoxLayout>
11#include <Wt/WContainerWidget>
12#include <Wt/WImage>
13
14
15
16
17
18
19using namespace Wt;
20
21class LigneFaisceau : public WContainerWidget
22{
23
24  WHBoxLayout* beamLayout_;
25  dataManager* dtmanage_;
26
27public:
28  LigneFaisceau(PspaApplication*);
29
30private:
31  void dropEvent(WDropEvent evt);
32  void lancerCalcul();
33  PspaApplication* pspa;
34};
35
36
37#endif
Note: See TracBrowser for help on using the repository browser.