int Int_t
Signed integer 4 bytes (int).
bool Bool_t
Boolean (0=false, 1=true) (bool).
double Double_t
Double 8 bytes.
const char Option_t
Option string (const char).
#define ClassDefOverride(name, id)
Abstract base class for elements drawn in the editor.
virtual void SetR1(Double_t r1)
void ls(Option_t *option="") const override
The ls function lists the contents of a class on stdout.
virtual void SetX1(Double_t x1)
void SetBBoxCenterY(const Int_t y) override
Double_t GetTheta() const
void ExecuteEvent(Int_t event, Int_t px, Int_t py) override
Execute action corresponding to an event at (px,py).
void SetBBoxY1(const Int_t y) override
void SetBBoxX1(const Int_t x) override
Double_t GetPhimax() const
void SetBBoxY2(const Int_t y) override
Double_t fPhimax
Maximum angle (degrees).
Double_t GetPhimin() const
Int_t DistancetoPrimitive(Int_t px, Int_t py) override
Computes distance from point (px,py) to the object.
virtual void PaintEllipse(Double_t x1, Double_t y1, Double_t r1, Double_t r2, Double_t phimin, Double_t phimax, Double_t theta, Option_t *option="")
virtual void SetPhimax(Double_t phi=360)
TEllipse(const TEllipse &ellipse)
Double_t fX1
X coordinate of centre.
void SetBBoxX2(const Int_t x) override
Bool_t GetNoEdges() const
void Draw(Option_t *option="") override
Default Draw method for all objects.
Rectangle_t GetBBox() override
void Paint(Option_t *option="") override
This method must be overridden if a class wants to paint itself.
Double_t fY1
Y coordinate of centre.
Double_t fTheta
Rotation angle (degrees).
virtual void SetPhimin(Double_t phi=0)
void SetBBoxCenter(const TPoint &p) override
Int_t IsInside(Double_t x, Double_t y) const
void SetBBoxCenterX(const Int_t x) override
virtual TEllipse * DrawEllipse(Double_t x1, Double_t y1, Double_t r1, Double_t r2, Double_t phimin, Double_t phimax, Double_t theta, Option_t *option="")
virtual void SetY1(Double_t y1)
Double_t fR2
second radius
void Copy(TObject &ellipse) const override
Copy this to obj.
Double_t fPhimin
Minimum angle (degrees).
virtual void SetNoEdges(Bool_t noEdges=kTRUE)
TEllipse(Double_t x1, Double_t y1, Double_t r1, Double_t r2=0, Double_t phimin=0, Double_t phimax=360, Double_t theta=0)
TPoint GetBBoxCenter() override
virtual void SetR2(Double_t r2)
void Print(Option_t *option="") const override
This method must be overridden when a class wants to print itself.
virtual void SetTheta(Double_t theta=0)
void SavePrimitive(std::ostream &out, Option_t *option="") override
Save a primitive as a C++ statement(s) on output stream "out".
TObject()
TObject constructor.
Rectangle structure (maps to the X11 XRectangle structure).