#include <clone-texture.h>
Public Member Functions | |
virtual | ~CloneTexture () |
ClutterCloneTexture * | gobj () |
Provides access to the underlying C GObject. | |
const ClutterCloneTexture * | gobj () const |
Provides access to the underlying C GObject. | |
ClutterCloneTexture * | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
Glib::RefPtr< Texture > | get_parent_texture () const |
Retrieves the parent Clutter::Texture used by clone. | |
void | get_parent_texture (const Glib::RefPtr< Texture > &texture) |
Sets the parent texture cloned by the Clutter::CloneTexture. | |
Static Public Member Functions | |
static Glib::RefPtr< CloneTexture > | create (const Glib::RefPtr< Texture > &parent_texture) |
Protected Member Functions | |
CloneTexture (const Glib::RefPtr< Texture > &parent_texture) | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr < Clutter::CloneTexture > | wrap (ClutterCloneTexture *object, bool take_copy=false) |
A Glib::wrap() method for this object. |
virtual Clutter::CloneTexture::~CloneTexture | ( | ) | [virtual] |
Clutter::CloneTexture::CloneTexture | ( | const Glib::RefPtr< Texture > & | parent_texture | ) | [explicit, protected] |
static Glib::RefPtr<CloneTexture> Clutter::CloneTexture::create | ( | const Glib::RefPtr< Texture > & | parent_texture | ) | [static] |
void Clutter::CloneTexture::get_parent_texture | ( | const Glib::RefPtr< Texture > & | texture | ) |
Sets the parent texture cloned by the Clutter::CloneTexture.
Since: 0.2
texture | A Clutter::Texture or 0 . |
Glib::RefPtr<Texture> Clutter::CloneTexture::get_parent_texture | ( | ) | const |
Retrieves the parent Clutter::Texture used by clone.
0
const ClutterCloneTexture* Clutter::CloneTexture::gobj | ( | ) | const [inline] |
ClutterCloneTexture* Clutter::CloneTexture::gobj | ( | ) | [inline] |
ClutterCloneTexture* Clutter::CloneTexture::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 Clutter::Actor.
Glib::RefPtr< Clutter::CloneTexture > wrap | ( | ClutterCloneTexture * | 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. |