libgeglmm Reference Documentation |
Public Member Functions | |
const GeglOperation* | gobj () const |
Provides access to the underlying C GObject. | |
GeglOperation* | gobj () |
Provides access to the underlying C GObject. | |
GeglOperation* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
virtual | ~Operation () |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr<Gegl::Operation> | wrap (GeglOperation* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
virtual Gegl::Operation::~Operation | ( | ) | [virtual] |
const GeglOperation* Gegl::Operation::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase.
Reimplemented in Gegl::OperationSource, Gegl::OperationSink, Gegl::OperationFilter, Gegl::OperationComposer, Gegl::OperationPointComposer, Gegl::OperationPointFilter, Gegl::OperationAreaFilter, and Gegl::OperationMeta.
GeglOperation* Gegl::Operation::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase.
Reimplemented in Gegl::OperationSource, Gegl::OperationSink, Gegl::OperationFilter, Gegl::OperationComposer, Gegl::OperationPointComposer, Gegl::OperationPointFilter, Gegl::OperationAreaFilter, and Gegl::OperationMeta.
GeglOperation* Gegl::Operation::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Reimplemented in Gegl::OperationSource, Gegl::OperationSink, Gegl::OperationFilter, Gegl::OperationComposer, Gegl::OperationPointComposer, Gegl::OperationPointFilter, Gegl::OperationAreaFilter, and Gegl::OperationMeta.
Glib::RefPtr<Gegl::Operation> wrap | ( | GeglOperation * | 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. |