Logo ROOT   6.14/05
Reference Guide
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 
17 class TGCheckButton;
18 class TGNumberEntry;
19 class TGColorSelect;
20 
21 class TEveGValuator;
23 
24 class TEvePointSetArray;
25 
27 {
28  TEvePointSetArrayEditor(const TEvePointSetArrayEditor&); // Not implemented
29  TEvePointSetArrayEditor& operator=(const TEvePointSetArrayEditor&); // Not implemented
30 
31 protected:
32  TEvePointSetArray *fM; // Model object.
33 
34  TEveGDoubleValuator *fRange; // Control for displayed range of the separating quantity.
35 
36 public:
37  TEvePointSetArrayEditor(const TGWindow* p=0, Int_t width=170, Int_t height=30,
40 
41  virtual void SetModel(TObject* obj);
42 
43  void DoRange();
44 
45  ClassDef(TEvePointSetArrayEditor, 0); // Editor for TEvePointSetArray class.
46 };
47 
48 #endif
image html pict1_TGaxis_012 png width
Define new text attributes for the label number "labNum".
Definition: TGaxis.cxx:2551
TEvePointSetArrayEditor(const TEvePointSetArrayEditor &)
int Int_t
Definition: RtypesCore.h:41
An array of point-sets with each point-set playing a role of a bin in a histogram.
Definition: TEvePointSet.h:107
Composite GUI element for single value selection (supports label, number-entry and slider)...
TEvePointSetArrayEditor & operator=(const TEvePointSetArrayEditor &)
#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
void DoRange()
Slot for setting the range of the separating quantity.
TEveGDoubleValuator * fRange
unsigned int UInt_t
Definition: RtypesCore.h:42
virtual void SetModel(TObject *obj)
Set model object.
Mother of all ROOT objects.
Definition: TObject.h:37
Composite GUI element for selection of range (label, two number-entries and double-slider).
Editor for TEvePointSetArray class.