Logo ROOT   6.16/01
Reference Guide
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=0, 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
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
GUI editor for TEveArrow.
TEveGValuator * fConeR
virtual void SetModel(TObject *obj)
Set model object.
void DoConeL()
Slot for ConeL.
TEveArrowEditor(const TEveArrowEditor &)
virtual ~TEveArrowEditor()
TEveArrow * fM
void DoVertex()
Slot for origin and vector.
void DoConeR()
Slot for ConeR.
TEveArrowEditor & operator=(const TEveArrowEditor &)
TEveGTriVecValuator * fOrigin
TEveGValuator * fConeL
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:665
Mother of all ROOT objects.
Definition: TObject.h:37