Logo ROOT  
Reference Guide
TEveViewerListEditor.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_TEveViewerListEditor
13#define ROOT_TEveViewerListEditor
14
15#include "TGedFrame.h"
16
17class TEveGValuator;
18class TEveViewerList;
19
21{
22private:
23 TEveViewerListEditor(const TEveViewerListEditor&); // Not implemented
25
26protected:
27 TEveViewerList *fM; // Model object.
28
31
32public:
33 TEveViewerListEditor(const TGWindow* p=0, Int_t width=170, Int_t height=30,
36
37 virtual void SetModel(TObject* obj);
38
39 // Declare callback/slot methods
40 void DoBrightness();
41 void SwitchColorSet();
42
43 ClassDef(TEveViewerListEditor, 0); // GUI editor for TEveViewerList.
44};
45
46#endif
@ kChildFrame
Definition: GuiTypes.h:379
ULong_t Pixel_t
Definition: GuiTypes.h:39
#define ClassDef(name, id)
Definition: Rtypes.h:322
include TDocParser_001 C image html pict1_TDocParser_001 png width
Definition: TDocParser.cxx:121
Composite GUI element for single value selection (supports label, number-entry and slider).
GUI editor for TEveViewerList.
TEveViewerListEditor(const TEveViewerListEditor &)
TEveViewerListEditor & operator=(const TEveViewerListEditor &)
TEveGValuator * fBrightness
virtual void SetModel(TObject *obj)
Set model object.
void SwitchColorSet()
Slot for color set.
void DoBrightness()
Slot for brightness.
List of Viewers providing common operations on TEveViewer collections.
Definition: TEveViewer.h:80
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
Definition: TGFrame.cxx:667
Mother of all ROOT objects.
Definition: TObject.h:37