BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
BesMdcPalette.h
Go to the documentation of this file.
1//
2// BesMdcPalette.h
3//
4
5#ifndef BESMDCPALETTE_H
6#define BESMDCPALETTE_H
7
8#include <TGFrame.h>
9
10class TGHorizontalFrame;
11class TGVerticalFrame;
12class TGCompositeFrame;
13class TGLabel;
14class TList;
15class TEnv;
16class TVirtualX;
17class TGClient;
18class TGTab;
19class TGLayoutHints;
20class TGListBox;
21class TGTextButton;
22class TString;
23class TGIcon;
24class TGPicture;
25
26class BesMdcPalette : public TGTransientFrame {
27
28private:
29 // TGHorizontalFrame *fTitleFrame; // Title frame
30 // TGLabel *fTitle; // Title
31 // TGIcon *fIcon; // Icon
32 // TGTab *fMain; // Main tab frame
33 // TGVerticalFrame *fAbout; // 1st tab
34 // TGListBox *fVersion; // 2nd tab
35 // TGLabel *fDescription1; // Line 1 of description
36 // TGLabel *fDescription2; // Line 2 of description
37 // TGLabel *fDescription3; // Line 3 of description
38 // TGLabel *fDescription4; // Line 4 of description
39 // TGHorizontalFrame *fBottomFrame; // Bottom frame
40 // TGTextButton *fCloseBtn; // Close button
41 // TList *fWidgets; // list for widgets to be destroyed by destructor
42 // TGLayoutHints *fLayout; // dummy for TGlayouts to add to fWidgets
43
44public:
45 BesMdcPalette( const TGWindow* p, const TGWindow* main );
46 // virtual ~BesMdcPalette();
47
48 // virtual Bool_t ProcessMessage(Long_t msg, Long_t parm, Long_t);
49 // virtual Pixmap_t GetPic(const char *file);
50
51 ClassDef( BesMdcPalette, 0 ) // Info box about the Bes Vis client
52};
53
54#endif
BesMdcPalette(const TGWindow *p, const TGWindow *main)