42 fBrightness->
Connect(
"ValueSet(Double_t)",
"TEveViewerListEditor",
this,
"DoBrightness()");
46 fColorSet->
Connect(
"Clicked()",
"TEveViewerListEditor",
this,
"SwitchColorSet()");
ULong_t Pixel_t
Pixel value.
winID h TVirtualViewer3D TVirtualGLPainter p
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t height
void SetLabelWidth(Int_t w)
void SetNELength(Int_t l)
Composite GUI element for single value selection (supports label, number-entry and slider).
void SetLimits(Int_t min, Int_t max)
Set limits of the represented value for integer values.
virtual void Build(Bool_t connect=kTRUE)
Create sub-components (label, number entry, slider).
virtual void SetValue(Float_t v, Bool_t emit=kFALSE)
Set value, optionally emit signal.
GUI editor for TEveViewerList.
TEveViewerListEditor(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.
void SwitchColorSet()
Switch background color.
Float_t GetColorBrightness() const
void SetColorBrightness(Float_t b)
Set color brightness.
Bool_t UseLightColorSet() const
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=nullptr)
Add frame to the composite frame using the specified layout hints.
This class describes layout hints used by the layout classes.
Yield an action as soon as it is clicked.
virtual void SetText(TGHotString *new_label)
Set new button text.
ROOT GUI Window base class.
Base frame for implementing GUI - a service class.
virtual void MakeTitle(const char *title)
Create attribute frame title.
Mother of all ROOT objects.
Bool_t Connect(const char *signal, const char *receiver_class, void *receiver, const char *slot)
Non-static method is used to connect from the signal of this object to the receiver slot.