#include <bpath.h>
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) |
A Glib::wrap() method for this object. |
virtual Gnome::Canvas::Bpath::~Bpath | ( | ) | [virtual] |
Gnome::Canvas::Bpath::Bpath | ( | Group & | parent | ) | [explicit] |
const GnomeCanvasBpath* Gnome::Canvas::Bpath::gobj | ( | ) | const [inline] |
GnomeCanvasBpath* Gnome::Canvas::Bpath::gobj | ( | ) | [inline] |
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.
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.
void Gnome::Canvas::Bpath::set_bpath | ( | const Glib::RefPtr< PathDef > & | path | ) |
Gnome::Canvas::Bpath * wrap | ( | GnomeCanvasBpath * | 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. |