]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/Reve/.SKEL-ged.h
This commit was generated by cvs2svn to compensate for changes in r13732,
[u/mrichter/AliRoot.git] / EVE / Reve / .SKEL-ged.h
1 // $Header$
2
3 #ifndef REVE_CLASS_H
4 #define REVE_CLASS_H
5
6 #include <TGedFrame.h>
7
8 class TGCheckButton;
9 class TGNumberEntry;
10 class TGColorSelect;
11
12 namespace Reve {
13
14 class STEM;
15
16 class CLASS : public TGedFrame
17 {
18 protected:
19   STEM* fM; // fModel dynamic-casted to CLASS
20
21 public:
22   CLASS(const TGWindow* p, Int_t id, Int_t width = 170, Int_t height = 30, UInt_t options = kChildFrame, Pixel_t back = GetDefaultFrameBackground());
23   ~CLASS();
24
25   virtual void SetModel(TVirtualPad* pad, TObject* obj, Int_t event);
26
27   // void DoXYZZ();
28
29   ClassDef(CLASS, 1); // Editor for STEM
30 }; // endclass CLASS
31
32 }
33
34 #endif