12 #ifndef ROOT_TAttFillEditor
13 #define ROOT_TAttFillEditor
23 #ifndef ROOT_TGedFrame
virtual void SetModel(TObject *obj)
Pick up the used fill attributes.
virtual void DoLiveAlpha(Int_t a)
Slot to set alpha value online.
Fill Area Attributes class.
virtual ~TAttFillEditor()
Destructor of fill editor.
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
virtual void DoFillPattern(Style_t color)
Slot connected to the fill area pattern.
virtual void DoFillColor(Pixel_t color)
Slot connected to the fill area color.
virtual void DoAlpha()
Slot to set the alpha value.
virtual void DoAlphaField()
Slot to set the alpha value from the entry field.
virtual void GetCurAlpha()
Slot to update alpha value on click on Slider.
TAttFillEditor(const TGWindow *p=0, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor of fill attributes GUI.
Mother of all ROOT objects.
virtual void DoFillAlphaColor(ULong_t p)
Slot connected to the fill area color with alpha.
TGedPatternSelect * fPatternSelect
TGColorSelect * fColorSelect
virtual void ConnectSignals2Slots()
Connect signals to slots.
TGNumberEntryField * fAlphaField