12 #ifndef ROOT_TAttLineEditor 13 #define ROOT_TAttLineEditor 23 #ifndef ROOT_TGedFrame
TGLineStyleComboBox * fStyleCombo
virtual void DoAlphaField()
Slot to set the alpha value from the entry field.
virtual ~TAttLineEditor()
Destructor of line editor.
virtual void DoLineWidth(Int_t width)
Slot connected to the line width.
#define ClassDef(name, id)
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
TGColorSelect * fColorSelect
virtual void SetModel(TObject *obj)
Pick up the used line attributes.
virtual void DoLineColor(Pixel_t color)
Slot connected to the line color.
TGLineWidthComboBox * fWidthCombo
virtual void DoLineAlphaColor(ULong_t p)
Slot connected to the color with alpha.
virtual void DoAlpha()
Slot to set the alpha value.
TGNumberEntryField * fAlphaField
Mother of all ROOT objects.
virtual void GetCurAlpha()
Slot to update alpha value on click on Slider.
virtual void DoLineStyle(Int_t style)
Slot connected to the line style.
virtual void ConnectSignals2Slots()
Connect signals to slots.
virtual void DoLiveAlpha(Int_t a)
Slot to set alpha value online.
TAttLineEditor(const TGWindow *p=0, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor of line attributes GUI.