Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TEveArrowEditor.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_TEveArrowEditor
13#define ROOT_TEveArrowEditor
14
15#include "TGedFrame.h"
16
17class TEveGValuator;
18class TEveArrow;
20
22{
23private:
24 TEveArrowEditor(const TEveArrowEditor&); // Not implemented
25 TEveArrowEditor& operator=(const TEveArrowEditor&); // Not implemented
26
27protected:
28 TEveArrow *fM; // Model object.
29
33
36
37public:
38 TEveArrowEditor(const TGWindow *p = nullptr, Int_t width=170, Int_t height=30,
40 virtual ~TEveArrowEditor() {}
41
42 virtual void SetModel(TObject* obj);
43
44 void DoTubeR();
45 void DoConeR();
46 void DoConeL();
47 void DoVertex();
48
49 ClassDef(TEveArrowEditor, 0); // GUI editor for TEveArrow.
50};
51
52#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
GUI editor for TEveArrow.
TEveGValuator * fConeR
virtual void SetModel(TObject *obj)
Set model object.
void DoConeL()
Slot for ConeL.
TEveArrowEditor(const TEveArrowEditor &)
virtual ~TEveArrowEditor()
void DoVertex()
Slot for origin and vector.
void DoConeR()
Slot for ConeR.
TEveArrowEditor & operator=(const TEveArrowEditor &)
TEveGTriVecValuator * fOrigin
TEveGValuator * fConeL
ClassDef(TEveArrowEditor, 0)
TEveGTriVecValuator * fVector
void DoTubeR()
Slot for TubeR.
TEveGValuator * fTubeR
Class used for display of a thick arrow.
Definition TEveArrow.h:25
Composite GUI element for setting three numerical values (label, three number-entries).
Composite GUI element for single value selection (supports label, number-entry and slider).
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
Definition TGFrame.cxx:683
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