12#ifndef ROOT_TAttMarkerEditor
13#define ROOT_TAttMarkerEditor
#define ClassDef(name, id)
include TDocParser_001 C image html pict1_TDocParser_001 png width
virtual void DoAlpha()
Slot to set the alpha value.
virtual void GetCurAlpha()
Slot to update alpha value on click on Slider.
virtual void SetModel(TObject *obj)
Pick up the values of used marker attributes.
virtual void ConnectSignals2Slots()
Connect signals to slots.
virtual void DoLiveAlpha(Int_t a)
Slot to set alpha value online.
TGNumberEntryField * fAlphaField
virtual void DoMarkerStyle(Style_t style)
Slot connected to the marker type.
TGedMarkerSelect * fMarkerType
virtual void DoMarkerSize()
Slot connected to the marker size.
virtual void DoMarkerColor(Pixel_t color)
Slot connected to the marker color.
TGColorSelect * fColorSelect
virtual void DoAlphaField()
Slot to set the alpha value from the entry field.
virtual ~TAttMarkerEditor()
Destructor of marker editor.
virtual void DoMarkerAlphaColor(ULong_t p)
Slot connected to the color with alpha.
TGNumberEntry * fMarkerSize
TAttMarkerEditor(const TGWindow *p=0, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor of marker attributes GUI.
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
Mother of all ROOT objects.