#include <ellipse.h>
Inheritance diagram for Goocanvas::Ellipse:
Public Member Functions | |
virtual | ~Ellipse () |
GooCanvasEllipse * | gobj () |
Provides access to the underlying C GObject. | |
const GooCanvasEllipse * | gobj () const |
Provides access to the underlying C GObject. | |
GooCanvasEllipse * | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
Glib::PropertyProxy< double > | _center_x () |
The x coordinate of the center of the ellipse. | |
Glib::PropertyProxy_ReadOnly< double > | _center_x () const |
The x coordinate of the center of the ellipse. | |
Glib::PropertyProxy< double > | _center_y () |
The y coordinate of the center of the ellipse. | |
Glib::PropertyProxy_ReadOnly< double > | _center_y () const |
The y coordinate of the center of the ellipse. | |
Glib::PropertyProxy< double > | _radius_x () |
The horizontal radius of the ellipse. | |
Glib::PropertyProxy_ReadOnly< double > | _radius_x () const |
The horizontal radius of the ellipse. | |
Glib::PropertyProxy< double > | _radius_y () |
The vertical radius of the ellipse. | |
Glib::PropertyProxy_ReadOnly< double > | _radius_y () const |
The vertical radius of the ellipse. | |
Static Public Member Functions | |
static Glib::RefPtr< Ellipse > | create (double center_x=0.0, double center_y=0.0, double radius_x=0.0, double radius_y=0.0) |
Protected Member Functions | |
Ellipse (double center_x, double center_y, double radius_x, double radius_y) | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Goocanvas::Ellipse > | wrap (GooCanvasEllipse *object, bool take_copy=false) |
A Glib::wrap() method for this object. |
virtual Goocanvas::Ellipse::~Ellipse | ( | ) | [virtual] |
Goocanvas::Ellipse::Ellipse | ( | double | center_x, | |
double | center_y, | |||
double | radius_x, | |||
double | radius_y | |||
) | [explicit, protected] |
GooCanvasEllipse* Goocanvas::Ellipse::gobj | ( | ) | [inline] |
const GooCanvasEllipse* Goocanvas::Ellipse::gobj | ( | ) | const [inline] |
GooCanvasEllipse* Goocanvas::Ellipse::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Reimplemented from Goocanvas::ItemSimple.
static Glib::RefPtr<Ellipse> Goocanvas::Ellipse::create | ( | double | center_x = 0.0 , |
|
double | center_y = 0.0 , |
|||
double | radius_x = 0.0 , |
|||
double | radius_y = 0.0 | |||
) | [static] |
Glib::PropertyProxy<double> Goocanvas::Ellipse::_center_x | ( | ) |
The x coordinate of the center of the ellipse.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Goocanvas::Ellipse::_center_x | ( | ) | const |
The x coordinate of the center of the ellipse.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Goocanvas::Ellipse::_center_y | ( | ) |
The y coordinate of the center of the ellipse.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Goocanvas::Ellipse::_center_y | ( | ) | const |
The y coordinate of the center of the ellipse.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Goocanvas::Ellipse::_radius_x | ( | ) |
The horizontal radius of the ellipse.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Goocanvas::Ellipse::_radius_x | ( | ) | const |
The horizontal radius of the ellipse.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Goocanvas::Ellipse::_radius_y | ( | ) |
The vertical radius of the ellipse.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Goocanvas::Ellipse::_radius_y | ( | ) | const |
The vertical radius of the ellipse.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::RefPtr< Goocanvas::Ellipse > wrap | ( | GooCanvasEllipse * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
object | The C instance. | |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |