41 fRnrPoints->Connect(
"Toggled(Bool_t)",
"TEveLineEditor",
this,
"DoRnrPoints()");
45 fRnrLine->Connect(
"Toggled(Bool_t)",
"TEveLineEditor",
this,
"DoRnrLine()");
51 fSmooth->Connect(
"Toggled(Bool_t)",
"TEveLineEditor",
this,
"DoSmooth()");
ULong_t Pixel_t
Pixel value.
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t height
Editor for TEveLine class.
void DoSmooth()
Slot for anti-alias.
TEveLineEditor(const TEveLineEditor &)
void SetModel(TObject *obj) override
Set model object.
void DoRnrPoints()
Slot for RnrPoints.
void DoRnrLine()
Slot for RnrLine.
TGCheckButton * fRnrPoints
An arbitrary polyline with fixed line and marker attributes.
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=nullptr)
Add frame to the composite frame using the specified layout hints.
A composite frame that layout their children in horizontal way.
This class describes layout hints used by the layout classes.
ROOT GUI Window base class.
TGedFrame(const TGedFrame &)=delete
virtual void Update()
Update the current pad when an attribute is changed via GUI.
Int_t fPriority
location in GedEditor
Mother of all ROOT objects.