52 fRnrLine->
Connect(
"Toggled(Bool_t)",
"TEveLineEditor",
this,
"DoRnrLine()");
58 fSmooth->
Connect(
"Toggled(Bool_t)",
"TEveLineEditor",
this,
"DoSmooth()");
void DoSmooth()
Slot for anti-alias.
void SetRnrPoints(Bool_t r)
Set rendering of points. Propagate to projected lines.
An arbitrary polyline with fixed line and marker attributes.
image html pict1_TGaxis_012 png width
Define new text attributes for the label number "labNum".
virtual void SetModel(TObject *obj)
Set model object.
Editor for TEveLine class.
void DoRnrPoints()
Slot for RnrPoints.
TEveLineEditor(const TEveLineEditor &)
virtual void Update()
Update the current pad when an attribute is changed via GUI.
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...
void SetRnrLine(Bool_t r)
Set rendering of line. Propagate to projected lines.
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=0)
Add frame to the composite frame using the specified layout hints.
Mother of all ROOT objects.
void DoRnrLine()
Slot for RnrLine.
TGCheckButton * fRnrPoints
void SetSmooth(Bool_t r)
Set smooth rendering. Propagate to projected lines.