#include <rect.h>
Inheritance diagram for Goocanvas::Rect:
Public Member Functions | |
virtual | ~Rect () |
GooCanvasRect * | gobj () |
Provides access to the underlying C GObject. | |
const GooCanvasRect * | gobj () const |
Provides access to the underlying C GObject. | |
GooCanvasRect * | 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 > | _height () |
The height of the rectangle. | |
Glib::PropertyProxy_ReadOnly< double > | _height () const |
The height of the rectangle. | |
Glib::PropertyProxy< double > | _radius_x () |
The horizontal radius to use for rounded corners. | |
Glib::PropertyProxy_ReadOnly< double > | _radius_x () const |
The horizontal radius to use for rounded corners. | |
Glib::PropertyProxy< double > | _radius_y () |
The vertical radius to use for rounded corners. | |
Glib::PropertyProxy_ReadOnly< double > | _radius_y () const |
The vertical radius to use for rounded corners. | |
Glib::PropertyProxy< double > | _width () |
The width of the rectangle. | |
Glib::PropertyProxy_ReadOnly< double > | _width () const |
The width of the rectangle. | |
Glib::PropertyProxy< double > | _x () |
The x coordinate of the rectangle. | |
Glib::PropertyProxy_ReadOnly< double > | _x () const |
The x coordinate of the rectangle. | |
Glib::PropertyProxy< double > | _y () |
The y coordinate of the rectangle. | |
Glib::PropertyProxy_ReadOnly< double > | _y () const |
The y coordinate of the rectangle. | |
Static Public Member Functions | |
static Glib::RefPtr< Rect > | create (double x=0.0, double y=0.0, double width=0.0, double height=0.0) |
static Glib::RefPtr< Rect > | create () |
Protected Member Functions | |
Rect () | |
Rect (double x, double y, double width, double height) | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Goocanvas::Rect > | wrap (GooCanvasRect *object, bool take_copy=false) |
A Glib::wrap() method for this object. |
virtual Goocanvas::Rect::~Rect | ( | ) | [virtual] |
Goocanvas::Rect::Rect | ( | ) | [protected] |
Goocanvas::Rect::Rect | ( | double | x, | |
double | y, | |||
double | width, | |||
double | height | |||
) | [explicit, protected] |
GooCanvasRect* Goocanvas::Rect::gobj | ( | ) | [inline] |
const GooCanvasRect* Goocanvas::Rect::gobj | ( | ) | const [inline] |
GooCanvasRect* Goocanvas::Rect::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<Rect> Goocanvas::Rect::create | ( | double | x = 0.0 , |
|
double | y = 0.0 , |
|||
double | width = 0.0 , |
|||
double | height = 0.0 | |||
) | [static] |
static Glib::RefPtr<Rect> Goocanvas::Rect::create | ( | ) | [static] |
Glib::PropertyProxy<double> Goocanvas::Rect::_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<double> Goocanvas::Rect::_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<double> Goocanvas::Rect::_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<double> Goocanvas::Rect::_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<double> Goocanvas::Rect::_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<double> Goocanvas::Rect::_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<double> Goocanvas::Rect::_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<double> Goocanvas::Rect::_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<double> Goocanvas::Rect::_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<double> Goocanvas::Rect::_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<double> Goocanvas::Rect::_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<double> Goocanvas::Rect::_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::Rect > wrap | ( | GooCanvasRect * | 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. |