#include <bpath.h>
Inheritance diagram for Gnome::Canvas::Bpath:
Public Member Functions | ||||
virtual | ~Bpath () | |||
GnomeCanvasBpath * | gobj () | |||
Provides access to the underlying C GtkObject. | ||||
const GnomeCanvasBpath * | gobj () const | |||
Provides access to the underlying C GtkObject. | ||||
Bpath (Group &parent) | ||||
Glib::PropertyProxy< GnomeCanvasPathDef * > | property_bpath () | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
Glib::PropertyProxy_ReadOnly< GnomeCanvasPathDef * > | property_bpath () const | |||
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | ||||
void | set_bpath (const Glib::RefPtr< PathDef > &path) | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Gnome::Canvas::Bpath * | wrap (GnomeCanvasBpath *object, bool take_copy=false) | |||
|
virtual Gnome::Canvas::Bpath::~Bpath | ( | ) | [virtual] |
Gnome::Canvas::Bpath::Bpath | ( | Group & | parent | ) | [explicit] |
GnomeCanvasBpath* Gnome::Canvas::Bpath::gobj | ( | ) | [inline] |
const GnomeCanvasBpath* Gnome::Canvas::Bpath::gobj | ( | ) | const [inline] |
Glib::PropertyProxy<GnomeCanvasPathDef*> Gnome::Canvas::Bpath::property_bpath | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<GnomeCanvasPathDef*> Gnome::Canvas::Bpath::property_bpath | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
void Gnome::Canvas::Bpath::set_bpath | ( | const Glib::RefPtr< PathDef > & | path | ) |
Gnome::Canvas::Bpath * wrap | ( | GnomeCanvasBpath * | 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. |