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