#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) | ||||
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] |
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. |