#include <rect-ellipse.h>
Public Member Functions | |
virtual | ~RectEllipse () |
GnomeCanvasRE * | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeCanvasRE * | gobj () const |
Provides access to the underlying C GtkObject. | |
RectEllipse (Group &parent) | |
Glib::PropertyProxy< double > | property_x1 () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < double > | property_x1 () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< double > | property_y1 () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < double > | property_y1 () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< double > | property_x2 () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < double > | property_x2 () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< double > | property_y2 () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < double > | property_y2 () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Canvas::RectEllipse * | wrap (GnomeCanvasRE *object, bool take_copy=false) |
A Glib::wrap() method for this object. |
virtual Gnome::Canvas::RectEllipse::~RectEllipse | ( | ) | [virtual] |
Gnome::Canvas::RectEllipse::RectEllipse | ( | Group & | parent | ) | [explicit] |
const GnomeCanvasRE* Gnome::Canvas::RectEllipse::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gnome::Canvas::Shape.
Reimplemented in Gnome::Canvas::Ellipse, and Gnome::Canvas::Rect.
GnomeCanvasRE* Gnome::Canvas::RectEllipse::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gnome::Canvas::Shape.
Reimplemented in Gnome::Canvas::Ellipse, and Gnome::Canvas::Rect.
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::RectEllipse::property_x1 | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::RectEllipse::property_x1 | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::RectEllipse::property_x2 | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::RectEllipse::property_x2 | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::RectEllipse::property_y1 | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::RectEllipse::property_y1 | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<double> Gnome::Canvas::RectEllipse::property_y2 | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<double> Gnome::Canvas::RectEllipse::property_y2 | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Gnome::Canvas::RectEllipse * wrap | ( | GnomeCanvasRE * | 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. |