virtual void SetPhimax(Double_t phimax)
Set Curly Arc maximum Phi.
virtual void SetCenter(Double_t x1, Double_t y1)
Set Curly Arc center.
Double_t GetPhimin() const
TGNumberEntry * fPhimaxEntry
virtual void SetToolTipText(const char *text, Long_t delayms=500)
Set tool tip text associated with this text entry.
ClassImp(TCurlyArcEditor) enum ECurlyArcWid
virtual void SetNumber(Double_t val)
TGNumberEntry * fRadiusEntry
TGNumberEntry * fCenterYEntry
TGNumberEntryField * GetNumberEntry() const
virtual void DoPhimin()
Slot connected to the phimin setting.
virtual void SetModel(TObject *obj)
Pick up the used curly arc attributes.
virtual Option_t * GetDrawOption() const
Get option used by the graphics system to draw this object.
TGNumberEntry * fPhiminEntry
virtual void Update()
Update the current pad when an attribute is changed via GUI.
TGCompositeFrame(const TGCompositeFrame &)
virtual ~TCurlyArcEditor()
Destructor of CurlyArc editor.
virtual void DoPhimax()
Slot connected to the phimax setting.
Double_t GetPhimax() const
virtual void SetRadius(Double_t radius)
Set Curly Arc radius.
virtual void DoRadius()
Slot connected to the radius setting.
virtual void ConnectSignals2Slots()
Connect signals to slots.
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...
virtual void SetPhimin(Double_t phimin)
Set Curly Arc minimum Phi.
Double_t GetRadius() const
Double_t GetStartX() const
TCurlyArcEditor(const TGWindow *p=0, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor of CurlyArc GUI.
TGNumberEntry * fCenterXEntry
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=0)
Add frame to the composite frame using the specified layout hints.
Mother of all ROOT objects.
Double_t GetStartY() const
virtual void Paint(Option_t *option="")
Paint this polyline with its current attributes.
virtual Double_t GetNumber() const
virtual void MakeTitle(const char *title)
Create attribute frame title.
Implements curly or wavy arcs used to draw Feynman diagrams.
virtual void DoCenterXY()
Slot connected to set center .