Logo ROOT   6.16/01
Reference Guide
TEveElementEditor.h
Go to the documentation of this file.
1// @(#)root/eve:$Id$
2// Authors: Matevz Tadel & Alja Mrak-Tadel: 2006, 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_TEveElementEditor
13#define ROOT_TEveElementEditor
14
15#include "TGedFrame.h"
16
17class TGCheckButton;
18class TGNumberEntry;
19class TGColorSelect;
20class TGLabel;
21
22class TEveElement;
24
26{
27 TEveElementEditor(const TEveElementEditor&); // Not implemented
28 TEveElementEditor& operator=(const TEveElementEditor&); // Not implemented
29
30protected:
31 TEveElement *fRE; // Model object.
32
41
42public:
43 TEveElementEditor(const TGWindow* p=0, Int_t width=170, Int_t height=30,
45 virtual ~TEveElementEditor() {}
46
47 virtual void SetModel(TObject* obj);
48
49 void DoRnrSelf();
50 void DoRnrChildren();
51 void DoRnrState();
52 void DoMainColor(Pixel_t color);
53 void DoTransparency();
54
55 ClassDef(TEveElementEditor, 0); // Editor for TEveElement class.
56};
57
58#endif
ULong_t Pixel_t
Definition: GuiTypes.h:39
int Int_t
Definition: RtypesCore.h:41
unsigned int UInt_t
Definition: RtypesCore.h:42
#define ClassDef(name, id)
Definition: Rtypes.h:324
include TDocParser_001 C image html pict1_TDocParser_001 png width
Definition: TDocParser.cxx:121
@ kChildFrame
Definition: TGFrame.h:57
Editor for TEveElement class.
TGNumberEntry * fTransparency
void DoTransparency()
Slot for Transparency.
TEveTransSubEditor * fTrans
void DoRnrChildren()
Slot for RnrChildren.
TGCheckButton * fRnrState
void DoMainColor(Pixel_t color)
Slot for MainColor.
void DoRnrState()
Slot for RnrState.
TGHorizontalFrame * fHFrame
TGColorSelect * fMainColor
TGCheckButton * fRnrSelf
TGCheckButton * fRnrChildren
TEveElementEditor(const TEveElementEditor &)
TEveElementEditor & operator=(const TEveElementEditor &)
virtual ~TEveElementEditor()
virtual void SetModel(TObject *obj)
Set model object.
void DoRnrSelf()
Slot for RnrSelf.
Base class for TEveUtil visualization elements, providing hierarchy management, rendering control and...
Definition: TEveElement.h:34
Sub-editor for TEveTrans class.
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
Definition: TGFrame.cxx:665
Mother of all ROOT objects.
Definition: TObject.h:37