#include <polygon.h>
Public Member Functions | |
virtual | ~Polygon () |
GnomeCanvasPolygon * | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeCanvasPolygon * | gobj () const |
Provides access to the underlying C GtkObject. | |
Polygon (Group &parent, const Points &points) | |
Polygon (Group &parent) | |
Glib::PropertyProxy< Points > | property_points () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Points > | property_points () 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::Polygon * | wrap (GnomeCanvasPolygon *object, bool take_copy=false) |
A Glib::wrap() method for this object. |
virtual Gnome::Canvas::Polygon::~Polygon | ( | ) | [virtual] |
Gnome::Canvas::Polygon::Polygon | ( | Group & | parent | ) | [explicit] |
const GnomeCanvasPolygon* Gnome::Canvas::Polygon::gobj | ( | ) | const [inline] |
GnomeCanvasPolygon* Gnome::Canvas::Polygon::gobj | ( | ) | [inline] |
Glib::PropertyProxy_ReadOnly<Points> Gnome::Canvas::Polygon::property_points | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Points> Gnome::Canvas::Polygon::property_points | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Gnome::Canvas::Polygon * wrap | ( | GnomeCanvasPolygon * | 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. |