Line | |
---|
1 | #ifndef MARS_MCameraDisplay
|
---|
2 | #define MARS_MCameraDisplay
|
---|
3 |
|
---|
4 | #ifndef MARS_MBrowser
|
---|
5 | #include "MBrowser.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class MCameraDisplay : public MBrowser
|
---|
9 | {
|
---|
10 | public:
|
---|
11 | MCameraDisplay(/*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(MCameraDisplay, 0) // GUI: The 'camera display' browser.
|
---|
17 | };
|
---|
18 |
|
---|
19 | #endif
|
---|
20 |
|
---|
21 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.