Inherits Glib::Object.
Inherited by Clutter::Action, and Clutter::Effect.
Public Member Functions | |
virtual | ~ActorMeta () |
ClutterActorMeta* | gobj () |
Provides access to the underlying C GObject. | |
const ClutterActorMeta* | gobj () const |
Provides access to the underlying C GObject. | |
ClutterActorMeta* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
void | set_name (const Glib::ustring& name) |
Glib::ustring | get_name () const |
void | set_enabled (bool is_enabled=true) |
bool | get_enabled () const |
Glib::RefPtr< Actor > | get_actor () |
Glib::RefPtr< const Actor > | get_actor () const |
Protected Member Functions | |
ActorMeta () | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Clutter::ActorMeta > | wrap (ClutterActorMeta* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
virtual Clutter::ActorMeta::~ActorMeta | ( | ) | [virtual] |
Clutter::ActorMeta::ActorMeta | ( | ) | [protected] |
Glib::RefPtr<Actor> Clutter::ActorMeta::get_actor | ( | ) |
Glib::RefPtr<const Actor> Clutter::ActorMeta::get_actor | ( | ) | const |
bool Clutter::ActorMeta::get_enabled | ( | ) | const |
Glib::ustring Clutter::ActorMeta::get_name | ( | ) | const |
ClutterActorMeta* Clutter::ActorMeta::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase.
Reimplemented in Clutter::Action, and Clutter::Effect.
const ClutterActorMeta* Clutter::ActorMeta::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase.
Reimplemented in Clutter::Action, and Clutter::Effect.
ClutterActorMeta* Clutter::ActorMeta::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 Clutter::Action, and Clutter::Effect.
void Clutter::ActorMeta::set_enabled | ( | bool | is_enabled = true |
) |
void Clutter::ActorMeta::set_name | ( | const Glib::ustring & | name | ) |
Glib::RefPtr< Clutter::ActorMeta > wrap | ( | ClutterActorMeta * | 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. |