12#ifndef ROOT_TEveRGBAPaletteEditor
13#define ROOT_TEveRGBAPaletteEditor
ULong_t Pixel_t
Pixel value.
winID h TVirtualViewer3D TVirtualGLPainter p
Option_t Option_t TPoint TPoint const char mode
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 selection of range (label, two number-entries and double-slider).
Composite GUI element for single value selection (supports label, number-entry and slider).
Editor for TEveRGBAPalette class.
ClassDef(TEveRGBAPaletteEditor, 0)
TEveRGBAPaletteEditor & operator=(const TEveRGBAPaletteEditor &)
virtual ~TEveRGBAPaletteEditor()
TEveRGBAPaletteEditor(const TEveRGBAPaletteEditor &)
TEveRGBAPaletteSubEditor * fSE
virtual void SetModel(TObject *obj)
Set model object.
Sub-editor for TEveRGBAPalette class.
void DoUnderflowAction(Int_t mode)
Slot for UnderflowAction.
TGComboBox * fOverflowAction
TGComboBox * fUnderflowAction
void DoUnderColor(Pixel_t color)
Slot for UnderColor.
void DoFixColorRange()
Slot for FixColorRange.
void DoOverColor(Pixel_t color)
Slot for OverColor.
void DoShowDefValue()
Slot for ShowDefValue.
void DoDefaultColor(Pixel_t color)
Slot for DefaultColor.
TEveRGBAPaletteSubEditor(const TEveRGBAPaletteSubEditor &)
void DoOverflowAction(Int_t mode)
Slot for OverflowAction.
void DoInterpolate()
Slot for Interpolate.
void Changed()
Emit "Changed()" signal.
TGColorSelect * fUnderColor
TGCheckButton * fShowDefValue
virtual ~TEveRGBAPaletteSubEditor()
TEveGDoubleValuator * fMinMax
void DoMinMax()
Slot for MinMax.
TGCheckButton * fInterpolate
ClassDef(TEveRGBAPaletteSubEditor, 0)
TGColorSelect * fDefaultColor
TGColorSelect * fOverColor
TEveRGBAPaletteSubEditor & operator=(const TEveRGBAPaletteSubEditor &)
void SetModel(TEveRGBAPalette *p)
Set model object.
TGCheckButton * fFixColorRange
A generic, speed-optimised mapping from value to RGBA color supporting different wrapping and range t...
Like a checkbutton but instead of the check mark there is color area with a little down arrow.
A combobox (also known as a drop down listbox) allows the selection of one item out of a list of item...
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
A composite frame that layout their children in vertical way.
ROOT GUI Window base class.
Base frame for implementing GUI - a service class.
Mother of all ROOT objects.