40 fRnrPoints->Connect(
"Toggled(Bool_t)",
"TEveLineEditor",
this,
"DoRnrPoints()");
44 fRnrLine->Connect(
"Toggled(Bool_t)",
"TEveLineEditor",
this,
"DoRnrLine()");
50 fSmooth->Connect(
"Toggled(Bool_t)",
"TEveLineEditor",
this,
"DoSmooth()");
ULong_t Pixel_t
Pixel value.
int Int_t
Signed integer 4 bytes (int).
unsigned int UInt_t
Unsigned integer 4 bytes (unsigned int).
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.