#include <pathmodel.h>
Public Member Functions | |
virtual | ~PathModel () |
GooCanvasPathModel * | gobj () |
Provides access to the underlying C GObject. | |
const GooCanvasPathModel * | gobj () const |
Provides access to the underlying C GObject. | |
GooCanvasPathModel * | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
Glib::PropertyProxy_WriteOnly < Glib::ustring > | property_data () |
The sequence of path commands. | |
Static Public Member Functions | |
static Glib::RefPtr< PathModel > | create (const Glib::ustring &data) |
Protected Member Functions | |
PathModel (const Glib::ustring &data) | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr < Goocanvas::PathModel > | wrap (GooCanvasPathModel *object, bool take_copy=false) |
A Glib::wrap() method for this object. |
virtual Goocanvas::PathModel::~PathModel | ( | ) | [virtual] |
Goocanvas::PathModel::PathModel | ( | const Glib::ustring & | data | ) | [explicit, protected] |
GooCanvasPathModel* Goocanvas::PathModel::gobj | ( | ) | [inline] |
const GooCanvasPathModel* Goocanvas::PathModel::gobj | ( | ) | const [inline] |
GooCanvasPathModel* Goocanvas::PathModel::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Reimplemented from Goocanvas::ItemModelSimple.
static Glib::RefPtr<PathModel> Goocanvas::PathModel::create | ( | const Glib::ustring & | data | ) | [static] |
Glib::PropertyProxy_WriteOnly<Glib::ustring> Goocanvas::PathModel::property_data | ( | ) |
The sequence of path commands.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::RefPtr< Goocanvas::PathModel > wrap | ( | GooCanvasPathModel * | 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. |