Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TEvePointSetArrayEditor.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_TEvePointSetArrayEditor
13#define ROOT_TEvePointSetArrayEditor
14
15#include "TGedFrame.h"
16
17class TGCheckButton;
18class TGNumberEntry;
19class TGColorSelect;
20
21class TEveGValuator;
23
25
27{
30
31protected:
32 TEvePointSetArray *fM; // Model object.
33
34 TEveGDoubleValuator *fRange; // Control for displayed range of the separating quantity.
35
36public:
37 TEvePointSetArrayEditor(const TGWindow *p = nullptr, Int_t width=170, Int_t height=30,
39 ~TEvePointSetArrayEditor() override;
40
41 void SetModel(TObject* obj) override;
42
43 void DoRange();
44
45 ClassDefOverride(TEvePointSetArrayEditor, 0); // Editor for TEvePointSetArray class.
46};
47
48#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
Composite GUI element for selection of range (label, two number-entries and double-slider).
Composite GUI element for single value selection (supports label, number-entry and slider).
Editor for TEvePointSetArray class.
TEvePointSetArrayEditor(const TEvePointSetArrayEditor &)
void SetModel(TObject *obj) override
Set model object.
void DoRange()
Slot for setting the range of the separating quantity.
~TEvePointSetArrayEditor() override
Destructor.
TEvePointSetArrayEditor & operator=(const TEvePointSetArrayEditor &)
ClassDefOverride(TEvePointSetArrayEditor, 0)
An array of point-sets with each point-set playing a role of a bin in a histogram.
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