#include <rectmodel.h>
Inheritance diagram for Goocanvas::RectModel:
Public Member Functions | |
virtual | ~RectModel () |
GooCanvasRectModel * | gobj () |
Provides access to the underlying C GObject. | |
const GooCanvasRectModel * | gobj () const |
Provides access to the underlying C GObject. | |
GooCanvasRectModel * | 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< gdouble > | _height () |
The height of the rectangle. | |
Glib::PropertyProxy_ReadOnly< gdouble > | _height () const |
The height of the rectangle. | |
Glib::PropertyProxy< gdouble > | _radius_x () |
The horizontal radius to use for rounded corners. | |
Glib::PropertyProxy_ReadOnly< gdouble > | _radius_x () const |
The horizontal radius to use for rounded corners. | |
Glib::PropertyProxy< gdouble > | _radius_y () |
The vertical radius to use for rounded corners. | |
Glib::PropertyProxy_ReadOnly< gdouble > | _radius_y () const |
The vertical radius to use for rounded corners. | |
Glib::PropertyProxy< gdouble > | _width () |
The width of the rectangle. | |
Glib::PropertyProxy_ReadOnly< gdouble > | _width () const |
The width of the rectangle. | |
Glib::PropertyProxy< gdouble > | _x () |
The x coordinate of the rectangle. | |
Glib::PropertyProxy_ReadOnly< gdouble > | _x () const |
The x coordinate of the rectangle. | |
Glib::PropertyProxy< gdouble > | _y () |
The y coordinate of the rectangle. | |
Glib::PropertyProxy_ReadOnly< gdouble > | _y () const |
The y coordinate of the rectangle. | |
Static Public Member Functions | |
static Glib::RefPtr< RectModel > | create (gdouble x, gdouble y, gdouble width, gdouble height) |
Protected Member Functions | |
RectModel (gdouble x, double y, gdouble width, gdouble height) | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Goocanvas::RectModel > | wrap (GooCanvasRectModel *object, bool take_copy=false) |
A Glib::wrap() method for this object. |
virtual Goocanvas::RectModel::~RectModel | ( | ) | [virtual] |
Goocanvas::RectModel::RectModel | ( | gdouble | x, | |
double | y, | |||
gdouble | width, | |||
gdouble | height | |||
) | [protected] |
GooCanvasRectModel* Goocanvas::RectModel::gobj | ( | ) | [inline] |
const GooCanvasRectModel* Goocanvas::RectModel::gobj | ( | ) | const [inline] |
GooCanvasRectModel* Goocanvas::RectModel::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::ItemModelSimple.
static Glib::RefPtr<RectModel> Goocanvas::RectModel::create | ( | gdouble | x, | |
gdouble | y, | |||
gdouble | width, | |||
gdouble | height | |||
) | [static] |
Glib::PropertyProxy<gdouble> Goocanvas::RectModel::_height | ( | ) |
The height of the rectangle.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<gdouble> Goocanvas::RectModel::_height | ( | ) | const |
The height of the rectangle.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<gdouble> Goocanvas::RectModel::_radius_x | ( | ) |
The horizontal radius to use for rounded corners.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<gdouble> Goocanvas::RectModel::_radius_x | ( | ) | const |
The horizontal radius to use for rounded corners.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<gdouble> Goocanvas::RectModel::_radius_y | ( | ) |
The vertical radius to use for rounded corners.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<gdouble> Goocanvas::RectModel::_radius_y | ( | ) | const |
The vertical radius to use for rounded corners.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<gdouble> Goocanvas::RectModel::_width | ( | ) |
The width of the rectangle.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<gdouble> Goocanvas::RectModel::_width | ( | ) | const |
The width of the rectangle.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<gdouble> Goocanvas::RectModel::_x | ( | ) |
The x coordinate of the rectangle.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<gdouble> Goocanvas::RectModel::_x | ( | ) | const |
The x coordinate of the rectangle.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<gdouble> Goocanvas::RectModel::_y | ( | ) |
The y coordinate of the rectangle.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<gdouble> Goocanvas::RectModel::_y | ( | ) | const |
The y coordinate of the rectangle.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::RefPtr< Goocanvas::RectModel > wrap | ( | GooCanvasRectModel * | 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. |