#include <polygon.h>
Inheritance diagram for Gnome::Canvas::Polygon:
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) | |||
|
virtual Gnome::Canvas::Polygon::~Polygon | ( | ) | [virtual] |
Gnome::Canvas::Polygon::Polygon | ( | Group & | parent | ) | [explicit] |
GnomeCanvasPolygon* Gnome::Canvas::Polygon::gobj | ( | ) | [inline] |
const GnomeCanvasPolygon* Gnome::Canvas::Polygon::gobj | ( | ) | const [inline] |
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.
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.
Gnome::Canvas::Polygon * wrap | ( | GnomeCanvasPolygon * | object, | |
bool | take_copy = false | |||
) | [related] |
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. |