12#ifndef ROOT_TLineEditor
13#define ROOT_TLineEditor
#define ClassDef(name, id)
include TDocParser_001 C image html pict1_TDocParser_001 png width
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
virtual void ConnectSignals2Slots()
Connect signals to slots.
virtual void SetModel(TObject *obj)
Pick up the used line attributes.
TLineEditor(const TGWindow *p=0, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor of line GUI.
TGNumberEntry * fEndPointX
virtual void DoLineVertical()
Slot so set the line vertical.
virtual ~TLineEditor()
Destructor of line editor.
TGCheckButton * fHorizontal
virtual void DoStartPoint()
Slot connected to the line start point.
TGNumberEntry * fEndPointY
TGCheckButton * fVertical
virtual void DoEndPoint()
Slot connected to the line EndPoint.
TGNumberEntry * fStartPointX
TGNumberEntry * fStartPointY
virtual void DoLineHorizontal()
Slot so set the line horizontal.
Mother of all ROOT objects.