Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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 = nullptr, Int_t width=170, Int_t height=30,
45 ~TEveElementEditor() override {}
46
47 void SetModel(TObject* obj) override;
48
49 void DoRnrSelf();
50 void DoRnrChildren();
51 void DoRnrState();
52 void DoMainColor(Pixel_t color);
53 void DoTransparency();
54
55 ClassDefOverride(TEveElementEditor, 0); // Editor for TEveElement class.
56};
57
58#endif
@ kChildFrame
Definition GuiTypes.h:379
ULong_t Pixel_t
Pixel value.
Definition GuiTypes.h:40
winID h TVirtualViewer3D TVirtualGLPainter p
Option_t Option_t width
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t height
Editor for TEveElement class.
void SetModel(TObject *obj) override
Set model object.
TGNumberEntry * fTransparency
ClassDefOverride(TEveElementEditor, 0)
void DoTransparency()
Slot for Transparency.
~TEveElementEditor() override
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 &)
void DoRnrSelf()
Slot for RnrSelf.
Base class for TEveUtil visualization elements, providing hierarchy management, rendering control and...
Definition TEveElement.h:36
Sub-editor for TEveTrans class.
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
A composite frame that layout their children in horizontal way.
Definition TGFrame.h:385
This class handles GUI labels.
Definition TGLabel.h:24
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