#include <linedash.h>
Public Member Functions | |
LineDash () | |
LineDash (GooCanvasLineDash *gobject, bool make_a_copy=true) | |
LineDash (const LineDash &other) | |
LineDash & | operator= (const LineDash &other) |
~LineDash () | |
void | swap (LineDash &other) |
GooCanvasLineDash * | gobj () |
Provides access to the underlying C instance. | |
const GooCanvasLineDash * | gobj () const |
Provides access to the underlying C instance. | |
GooCanvasLineDash * | gobj_copy () const |
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs. | |
Protected Attributes | |
GooCanvasLineDash * | gobject_ |
Related Functions | |
(Note that these are not member functions.) | |
void | swap (LineDash &lhs, LineDash &rhs) |
Goocanvas::LineDash | wrap (GooCanvasLineDash *object, bool take_copy=false) |
A Glib::wrap() method for this object. |
Goocanvas::LineDash::LineDash | ( | ) |
Goocanvas::LineDash::LineDash | ( | GooCanvasLineDash * | gobject, | |
bool | make_a_copy = true | |||
) | [explicit] |
Goocanvas::LineDash::LineDash | ( | const LineDash & | other | ) |
Goocanvas::LineDash::~LineDash | ( | ) |
const GooCanvasLineDash* Goocanvas::LineDash::gobj | ( | ) | const [inline] |
GooCanvasLineDash* Goocanvas::LineDash::gobj | ( | ) | [inline] |
GooCanvasLineDash* Goocanvas::LineDash::gobj_copy | ( | ) | const |
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs.
Goocanvas::LineDash wrap | ( | GooCanvasLineDash * | 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. |
GooCanvasLineDash* Goocanvas::LineDash::gobject_ [protected] |
Referenced by gobj().