Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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 = nullptr, Int_t width=170, Int_t height=30,
36
37 void SetModel(TObject* obj) override;
38
39 // Declare callback/slot methods
40 void DoBrightness();
41 void SwitchColorSet();
42
43 ClassDefOverride(TEveViewerListEditor, 0); // GUI editor for TEveViewerList.
44};
45
46#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 single value selection (supports label, number-entry and slider).
GUI editor for TEveViewerList.
ClassDefOverride(TEveViewerListEditor, 0)
void SetModel(TObject *obj) override
Set model object.
TEveViewerListEditor(const TEveViewerListEditor &)
TEveViewerListEditor & operator=(const TEveViewerListEditor &)
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:683
Yield an action as soon as it is clicked.
Definition TGButton.h:142
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