52 fRnrLine->
Connect(
"Toggled(Bool_t)",
"TEveLineEditor",
this,
"DoRnrLine()");
58 fSmooth->
Connect(
"Toggled(Bool_t)",
"TEveLineEditor",
this,
"DoSmooth()");
include TDocParser_001 C image html pict1_TDocParser_001 png width
Editor for TEveLine class.
void DoSmooth()
Slot for anti-alias.
TEveLineEditor(const TEveLineEditor &)
void DoRnrPoints()
Slot for RnrPoints.
void DoRnrLine()
Slot for RnrLine.
TGCheckButton * fRnrPoints
virtual void SetModel(TObject *obj)
Set model object.
An arbitrary polyline with fixed line and marker attributes.
void SetRnrLine(Bool_t r)
Set rendering of line. Propagate to projected lines.
void SetSmooth(Bool_t r)
Set smooth rendering. Propagate to projected lines.
void SetRnrPoints(Bool_t r)
Set rendering of points. Propagate to projected lines.
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=0)
Add frame to the composite frame using the specified layout hints.
virtual void Update()
Update the current pad when an attribute is changed via GUI.
Mother of all ROOT objects.
Bool_t Connect(const char *signal, const char *receiver_class, void *receiver, const char *slot)
Non-static method is used to connect from the signal of this object to the receiver slot.