Logo ROOT   6.14/05
Reference Guide
TEveJetConeEditor.h
Go to the documentation of this file.
1 // @(#)root/eve:$Id$
2 // Author: Matevz Tadel, Jochen Thaeder 2009
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_TEveJetConeEditor
13 #define ROOT_TEveJetConeEditor
14 
15 #include "TGedFrame.h"
16 
17 class TGButton;
18 class TGCheckButton;
19 class TGNumberEntry;
20 class TGColorSelect;
21 
22 class TEveJetCone;
23 
25 {
26 private:
27  TEveJetConeEditor(const TEveJetConeEditor&); // Not implemented
28  TEveJetConeEditor& operator=(const TEveJetConeEditor&); // Not implemented
29 
30 protected:
31  TEveJetCone *fM; // Model object.
32 
33  // Declare widgets
34  // TGSomeWidget* fXYZZ;
35 
36 public:
37  TEveJetConeEditor(const TGWindow* p=0, Int_t width=170, Int_t height=30,
39  virtual ~TEveJetConeEditor() {}
40 
41  virtual void SetModel(TObject* obj);
42 
43  // Declare callback/slot methods
44  // void DoXYZZ();
45 
46  ClassDef(TEveJetConeEditor, 0); // GUI editor for TEveJetCone.
47 };
48 
49 #endif
GUI editor for TEveJetCone.
image html pict1_TGaxis_012 png width
Define new text attributes for the label number "labNum".
Definition: TGaxis.cxx:2551
Draws a jet cone with leading particle is specified in (eta,phi) and cone radius is given...
Definition: TEveJetCone.h:23
int Int_t
Definition: RtypesCore.h:41
TEveJetConeEditor & operator=(const TEveJetConeEditor &)
#define ClassDef(name, id)
Definition: Rtypes.h:320
ULong_t Pixel_t
Definition: GuiTypes.h:39
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
Definition: TGFrame.cxx:665
unsigned int UInt_t
Definition: RtypesCore.h:42
TEveJetConeEditor(const TEveJetConeEditor &)
Mother of all ROOT objects.
Definition: TObject.h:37
virtual void SetModel(TObject *obj)
Set model object.
virtual ~TEveJetConeEditor()