41 fBrightness->Connect(
"ValueSet(Double_t)",
"TEveViewerListEditor",
this,
"DoBrightness()");
45 fColorSet->Connect(
"Clicked()",
"TEveViewerListEditor",
this,
"SwitchColorSet()");
64 fColorSet->SetText(
fM->UseLightColorSet()?
"DarkColorSet":
"Light ColorSet");
73 fColorSet->SetText(
fM->UseLightColorSet()?
"Light ColorSet":
"Dark ColorSet");
ULong_t Pixel_t
Pixel value.
int Int_t
Signed integer 4 bytes (int).
unsigned int UInt_t
Unsigned integer 4 bytes (unsigned int).
Composite GUI element for single value selection (supports label, number-entry and slider).
void SetModel(TObject *obj) override
Set model object.
TEveViewerListEditor(const TEveViewerListEditor &)
TEveGValuator * fBrightness
void SwitchColorSet()
Slot for color set.
void DoBrightness()
Slot for brightness.
List of Viewers providing common operations on TEveViewer collections.
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.
ROOT GUI Window base class.
TGedFrame(const TGedFrame &)=delete
virtual void MakeTitle(const char *title)
Create attribute frame title.
Mother of all ROOT objects.