source: trunk/MagicSoft/Mars/mmain/MCameraDisplay.h@ 4349

Last change on this file since 4349 was 1668, checked in by tbretz, 22 years ago
*** empty log message ***
File size: 445 bytes
Line 
1#ifndef MARS_MCameraDisplay
2#define MARS_MCameraDisplay
3
4#ifndef MARS_MBrowser
5#include "MBrowser.h"
6#endif
7
8class MCameraDisplay : public MBrowser
9{
10public:
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.