ROOT
Version master
v6.34
v6.32
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
►
core
►
documentation
►
geom
►
graf2d
▼
graf3d
▼
eve
doc
▼
inc
TEveArrow.h
TEveArrowEditor.h
TEveArrowGL.h
TEveBox.h
TEveBoxGL.h
►
TEveBoxSet.h
TEveBoxSetGL.h
TEveBrowser.h
TEveCalo.h
TEveCalo2DGL.h
TEveCalo3DGL.h
►
TEveCaloData.h
TEveCaloLegoEditor.h
►
TEveCaloLegoGL.h
TEveCaloLegoOverlay.h
TEveCaloVizEditor.h
►
TEveChunkManager.h
TEveCompound.h
►
TEveDigitSet.h
TEveDigitSetEditor.h
TEveDigitSetGL.h
TEveElement.h
TEveElementEditor.h
TEveEventManager.h
TEveFrameBox.h
TEveFrameBoxGL.h
TEveGedEditor.h
TEveGeoNode.h
TEveGeoNodeEditor.h
►
TEveGeoPolyShape.h
TEveGeoShape.h
TEveGeoShapeExtract.h
TEveGridStepper.h
TEveGridStepperEditor.h
TEveGValuators.h
TEveJetCone.h
TEveJetConeEditor.h
TEveJetConeGL.h
TEveLegoEventHandler.h
TEveLine.h
TEveLineEditor.h
TEveLineGL.h
TEveMacro.h
►
TEveManager.h
TEvePad.h
►
TEveParamList.h
►
TEvePathMark.h
TEvePlot3D.h
TEvePlot3DGL.h
TEvePointSet.h
TEvePointSetArrayEditor.h
►
TEvePolygonSetProjected.h
►
TEvePolygonSetProjectedGL.h
TEveProjectionAxes.h
TEveProjectionAxesEditor.h
TEveProjectionAxesGL.h
TEveProjectionBases.h
TEveProjectionManager.h
TEveProjectionManagerEditor.h
►
TEveProjections.h
►
TEveQuadSet.h
TEveQuadSetGL.h
TEveRGBAPalette.h
TEveRGBAPaletteEditor.h
TEveRGBAPaletteOverlay.h
TEveScalableStraightLineSet.h
TEveScene.h
TEveSceneInfo.h
TEveSecondarySelectable.h
TEveSelection.h
TEveShape.h
TEveShapeEditor.h
►
TEveStraightLineSet.h
TEveStraightLineSetEditor.h
TEveStraightLineSetGL.h
TEveText.h
TEveTextEditor.h
TEveTextGL.h
TEveTrack.h
TEveTrackEditor.h
TEveTrackGL.h
TEveTrackProjected.h
TEveTrackProjectedGL.h
►
TEveTrackPropagator.h
TEveTrackPropagatorEditor.h
►
TEveTrans.h
TEveTransEditor.h
TEveTreeTools.h
TEveTriangleSet.h
TEveTriangleSetEditor.h
TEveTriangleSetGL.h
►
TEveUtil.h
►
TEveVector.h
TEveViewer.h
TEveViewerListEditor.h
TEveVSD.h
►
TEveVSDStructs.h
TEveWindow.h
TEveWindowEditor.h
TEveWindowManager.h
►
src
►
eve7
►
g3d
►
gl
►
gviz3d
►
gui
►
hist
►
io
►
main
►
master
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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
17
class
TGCheckButton
;
18
class
TGNumberEntry
;
19
class
TGColorSelect
;
20
class
TGLabel
;
21
22
class
TEveElement
;
23
class
TEveTransSubEditor
;
24
25
class
TEveElementEditor
:
public
TGedFrame
26
{
27
TEveElementEditor
(
const
TEveElementEditor
&);
// Not implemented
28
TEveElementEditor
&
operator=
(
const
TEveElementEditor
&);
// Not implemented
29
30
protected
:
31
TEveElement
*
fRE
;
// Model object.
32
33
TGHorizontalFrame
*
fHFrame
;
34
TGLabel
*
fPreLabel
;
35
TGCheckButton
*
fRnrSelf
;
36
TGCheckButton
*
fRnrChildren
;
37
TGCheckButton
*
fRnrState
;
38
TGColorSelect
*
fMainColor
;
39
TGNumberEntry
*
fTransparency
;
40
TEveTransSubEditor
*
fTrans
;
41
42
public
:
43
TEveElementEditor
(
const
TGWindow
*
p
=
nullptr
,
Int_t
width
=170,
Int_t
height
=30,
44
UInt_t
options=
kChildFrame
,
Pixel_t
back=
GetDefaultFrameBackground
());
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
@ kChildFrame
Definition
GuiTypes.h:379
Pixel_t
ULong_t Pixel_t
Pixel value.
Definition
GuiTypes.h:40
p
winID h TVirtualViewer3D TVirtualGLPainter p
Definition
TGWin32VirtualGLProxy.cxx:51
width
Option_t Option_t width
Definition
TGWin32VirtualXProxy.cxx:56
height
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t height
Definition
TGWin32VirtualXProxy.cxx:164
TGedFrame.h
TEveElementEditor
Editor for TEveElement class.
Definition
TEveElementEditor.h:26
TEveElementEditor::SetModel
void SetModel(TObject *obj) override
Set model object.
Definition
TEveElementEditor.cxx:99
TEveElementEditor::fTransparency
TGNumberEntry * fTransparency
Definition
TEveElementEditor.h:39
TEveElementEditor::ClassDefOverride
ClassDefOverride(TEveElementEditor, 0)
TEveElementEditor::fRE
TEveElement * fRE
Definition
TEveElementEditor.h:31
TEveElementEditor::DoTransparency
void DoTransparency()
Slot for Transparency.
Definition
TEveElementEditor.cxx:181
TEveElementEditor::~TEveElementEditor
~TEveElementEditor() override
Definition
TEveElementEditor.h:45
TEveElementEditor::fTrans
TEveTransSubEditor * fTrans
Definition
TEveElementEditor.h:40
TEveElementEditor::DoRnrChildren
void DoRnrChildren()
Slot for RnrChildren.
Definition
TEveElementEditor.cxx:154
TEveElementEditor::fRnrState
TGCheckButton * fRnrState
Definition
TEveElementEditor.h:37
TEveElementEditor::DoMainColor
void DoMainColor(Pixel_t color)
Slot for MainColor.
Definition
TEveElementEditor.cxx:172
TEveElementEditor::DoRnrState
void DoRnrState()
Slot for RnrState.
Definition
TEveElementEditor.cxx:163
TEveElementEditor::fHFrame
TGHorizontalFrame * fHFrame
Definition
TEveElementEditor.h:33
TEveElementEditor::fMainColor
TGColorSelect * fMainColor
Definition
TEveElementEditor.h:38
TEveElementEditor::fRnrSelf
TGCheckButton * fRnrSelf
Definition
TEveElementEditor.h:35
TEveElementEditor::fRnrChildren
TGCheckButton * fRnrChildren
Definition
TEveElementEditor.h:36
TEveElementEditor::TEveElementEditor
TEveElementEditor(const TEveElementEditor &)
TEveElementEditor::operator=
TEveElementEditor & operator=(const TEveElementEditor &)
TEveElementEditor::fPreLabel
TGLabel * fPreLabel
Definition
TEveElementEditor.h:34
TEveElementEditor::DoRnrSelf
void DoRnrSelf()
Slot for RnrSelf.
Definition
TEveElementEditor.cxx:145
TEveElement
Base class for TEveUtil visualization elements, providing hierarchy management, rendering control and...
Definition
TEveElement.h:36
TEveTransSubEditor
Sub-editor for TEveTrans class.
Definition
TEveTransEditor.h:25
TGCheckButton
Selects different options.
Definition
TGButton.h:264
TGColorSelect
Like a checkbutton but instead of the check mark there is color area with a little down arrow.
Definition
TGColorSelect.h:104
TGFrame::GetDefaultFrameBackground
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
Definition
TGFrame.cxx:683
TGHorizontalFrame
A composite frame that layout their children in horizontal way.
Definition
TGFrame.h:387
TGLabel
This class handles GUI labels.
Definition
TGLabel.h:24
TGNumberEntry
TGNumberEntry is a number entry input widget with up/down buttons.
Definition
TGNumberEntry.h:148
TGWindow
ROOT GUI Window base class.
Definition
TGWindow.h:23
TGedFrame
Base frame for implementing GUI - a service class.
Definition
TGedFrame.h:27
TObject
Mother of all ROOT objects.
Definition
TObject.h:41
int
unsigned int
graf3d
eve
inc
TEveElementEditor.h
ROOT master - Reference Guide Generated on Tue Apr 8 2025 06:21:16 (GVA Time) using Doxygen 1.10.0