12 #ifndef ROOT_TAttMarkerEditor
13 #define ROOT_TAttMarkerEditor
23 #ifndef ROOT_TGedFrame
virtual ~TAttMarkerEditor()
Destructor of marker editor.
virtual void DoMarkerAlphaColor(ULong_t p)
Slot connected to the color with alpha.
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
TGedMarkerSelect * fMarkerType
virtual void DoMarkerColor(Pixel_t color)
Slot connected to the marker color.
virtual void DoAlpha()
Slot to set the alpha value.
TGNumberEntryField * fAlphaField
virtual void GetCurAlpha()
Slot to update alpha value on click on Slider.
TGNumberEntry * fMarkerSize
virtual void SetModel(TObject *obj)
Pick up the values of used marker attributes.
virtual void DoMarkerSize()
Slot connected to the marker size.
virtual void ConnectSignals2Slots()
Connect signals to slots.
Mother of all ROOT objects.
virtual void DoLiveAlpha(Int_t a)
Slot to set alpha value online.
virtual void DoAlphaField()
Slot to set the alpha value from the entry field.
TGColorSelect * fColorSelect
virtual void DoMarkerStyle(Style_t style)
Slot connected to the marker type.
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.