Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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
17class TGButton;
18class TGCheckButton;
19class TGNumberEntry;
20class TGColorSelect;
21
22class TEveJetCone;
23
25{
26private:
27 TEveJetConeEditor(const TEveJetConeEditor&); // Not implemented
28 TEveJetConeEditor& operator=(const TEveJetConeEditor&); // Not implemented
29
30protected:
31 TEveJetCone *fM; // Model object.
32
33 // Declare widgets
34 // TGSomeWidget* fXYZZ;
35
36public:
37 TEveJetConeEditor(const TGWindow *p = nullptr, Int_t width=170, Int_t height=30,
39 ~TEveJetConeEditor() override {}
40
41 void SetModel(TObject* obj) override;
42
43 // Declare callback/slot methods
44 // void DoXYZZ();
45
46 ClassDefOverride(TEveJetConeEditor, 0); // GUI editor for TEveJetCone.
47};
48
49#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 TEveJetCone.
void SetModel(TObject *obj) override
Set model object.
~TEveJetConeEditor() override
TEveJetConeEditor(const TEveJetConeEditor &)
ClassDefOverride(TEveJetConeEditor, 0)
TEveJetConeEditor & operator=(const TEveJetConeEditor &)
Draws a jet cone with leading particle is specified in (eta,phi) and cone radius is given.
Definition TEveJetCone.h:24
A button abstract base class.
Definition TGButton.h:68
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
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