Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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
17class TGButton;
18class TGCheckButton;
19class TGNumberEntry;
20class TGColorSelect;
21
22class TEveWindow;
23
25{
26private:
27 TEveWindowEditor(const TEveWindowEditor&); // Not implemented
28 TEveWindowEditor& operator=(const TEveWindowEditor&); // Not implemented
29
30protected:
31 TEveWindow *fM; // Model object.
32
34
35public:
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
@ kChildFrame
Definition GuiTypes.h:379
ULong_t Pixel_t
Pixel value.
Definition GuiTypes.h:40
#define ClassDef(name, id)
Definition Rtypes.h:325
include TDocParser_001 C image html pict1_TDocParser_001 png width
GUI editor for TEveWindow.
TEveWindowEditor(const TEveWindowEditor &)
virtual ~TEveWindowEditor()
virtual void SetModel(TObject *obj)
Set model object.
TEveWindowEditor & operator=(const TEveWindowEditor &)
TGCheckButton * fShowTitleBar
void DoShowTitleBar()
Slot for ShowTitleBar.
Abstract base-class for representing eve-windows.
Definition TEveWindow.h:210
A button abstract base class.
Definition TGButton.h:68
Selects different options.
Definition TGButton.h:264
Like a checkbutton but instead of the check mark there is color area with a little down arrow.
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
Definition TGFrame.cxx:683
TGNumberEntry is a number entry input widget with up/down buttons.
ROOT GUI Window base class.
Definition TGWindow.h:23
Base frame for implementing GUI - a service class.
Definition TGedFrame.h:27
Mother of all ROOT objects.
Definition TObject.h:41