Logo ROOT   6.14/05
Reference Guide
TEveWindowEditor.h
Go to the documentation of this file.
1 // @(#)root/eve:$Id$
2 // Author: Matevz Tadel 2007
3 
4 /*************************************************************************
5  * Copyright (C) 1995-2007, Rene Brun and Fons Rademakers. *
6  * All rights reserved. *
7  * *
8  * For the licensing terms see $ROOTSYS/LICENSE. *
9  * For the list of contributors see $ROOTSYS/README/CREDITS. *
10  *************************************************************************/
11 
12 #ifndef ROOT_TEveWindowEditor
13 #define ROOT_TEveWindowEditor
14 
15 #include "TGedFrame.h"
16 
17 class TGButton;
18 class TGCheckButton;
19 class TGNumberEntry;
20 class TGColorSelect;
21 
22 class TEveWindow;
23 
25 {
26 private:
27  TEveWindowEditor(const TEveWindowEditor&); // Not implemented
28  TEveWindowEditor& operator=(const TEveWindowEditor&); // Not implemented
29 
30 protected:
31  TEveWindow *fM; // Model object.
32 
34 
35 public:
36  TEveWindowEditor(const TGWindow* p=0, Int_t width=170, Int_t height=30,
38  virtual ~TEveWindowEditor() {}
39 
40  virtual void SetModel(TObject* obj);
41 
42  void DoShowTitleBar();
43 
44  ClassDef(TEveWindowEditor, 0); // GUI editor for TEveWindow.
45 };
46 
47 #endif
TEveWindowEditor(const TEveWindowEditor &)
image html pict1_TGaxis_012 png width
Define new text attributes for the label number "labNum".
Definition: TGaxis.cxx:2551
virtual void SetModel(TObject *obj)
Set model object.
Abstract base-class for representing eve-windows.
Definition: TEveWindow.h:209
int Int_t
Definition: RtypesCore.h:41
TGCheckButton * fShowTitleBar
GUI editor for TEveWindow.
#define ClassDef(name, id)
Definition: Rtypes.h:320
ULong_t Pixel_t
Definition: GuiTypes.h:39
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
Definition: TGFrame.cxx:665
unsigned int UInt_t
Definition: RtypesCore.h:42
void DoShowTitleBar()
Slot for ShowTitleBar.
Mother of all ROOT objects.
Definition: TObject.h:37
TEveWindowEditor & operator=(const TEveWindowEditor &)
virtual ~TEveWindowEditor()