source:
trunk/MagicSoft/Mars/mmain/MEvtDisp.h@
2015
Last change on this file since 2015 was 1668, checked in by , 22 years ago | |
---|---|
File size: 409 bytes |
Line | |
---|---|
1 | #ifndef MARS_MEvtDisp |
2 | #define MARS_MEvtDisp |
3 | |
4 | #ifndef MARS_MBrowser |
5 | #include "MBrowser.h" |
6 | #endif |
7 | |
8 | class MEvtDisp : public MBrowser |
9 | { |
10 | public: |
11 | MEvtDisp(/*const TGWindow *main=NULL,*/ const TGWindow *p=NULL, |
12 | const UInt_t w=500, const UInt_t h=500) ; |
13 | |
14 | Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2); |
15 | |
16 | ClassDef(MEvtDisp, 0) // GUI: The 'event display' browser. |
17 | }; |
18 | |
19 | #endif |
20 | |
21 |
Note:
See TracBrowser
for help on using the repository browser.