12#ifndef ROOT_TCurlyArcEditor 
   13#define ROOT_TCurlyArcEditor 
ULong_t Pixel_t
Pixel value.
 
#define ClassDefOverride(name, id)
 
winID h TVirtualViewer3D TVirtualGLPainter p
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t height
 
Implements GUI for editing CurlyArc attributes: radius, phi1, phi2.
 
~TCurlyArcEditor() override
Destructor of CurlyArc editor.
 
void SetModel(TObject *obj) override
Pick up the used curly arc attributes.
 
TCurlyArcEditor(const TGWindow *p=nullptr, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor of CurlyArc GUI.
 
virtual void DoCenterXY()
Slot connected to set center .
 
virtual void DoPhimin()
Slot connected to the phimin setting.
 
TGNumberEntry * fCenterYEntry
center y entry
 
virtual void ConnectSignals2Slots()
Connect signals to slots.
 
TCurlyArc * fCurlyArc
CurlyArc object.
 
TGNumberEntry * fRadiusEntry
radius entry
 
virtual void DoRadius()
Slot connected to the radius setting.
 
TGNumberEntry * fPhimaxEntry
Phimax entry.
 
TGNumberEntry * fCenterXEntry
center x entry
 
TGNumberEntry * fPhiminEntry
Phimin entry.
 
virtual void DoPhimax()
Slot connected to the phimax setting.
 
Implements curly or wavy arcs used to draw Feynman diagrams.
 
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
 
TGNumberEntry is a number entry input widget with up/down buttons.
 
ROOT GUI Window base class.
 
Base frame for implementing GUI - a service class.
 
Mother of all ROOT objects.