cluttermm 1.3.3
|
Public Member Functions | |
virtual | ~ChildMeta () |
ClutterChildMeta* | gobj () |
Provides access to the underlying C GObject. | |
const ClutterChildMeta* | gobj () const |
Provides access to the underlying C GObject. | |
ClutterChildMeta* | 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< Container > | get_container () |
Retrieves the container using data. | |
Glib::RefPtr< const Container > | get_container () const |
Retrieves the container using data. | |
Glib::RefPtr< Actor > | get_actor () |
Retrieves the actor wrapped by data. | |
Glib::RefPtr< const Actor > | get_actor () const |
Retrieves the actor wrapped by data. | |
Glib::PropertyProxy_ReadOnly < Glib::RefPtr< Container > > | property_container () const |
The container that created this data. | |
Glib::PropertyProxy_ReadOnly < Glib::RefPtr< Actor > > | property_actor () const |
The actor wrapped by this data. | |
Protected Member Functions | |
ChildMeta (const Glib::RefPtr< Container >& container, const Glib::RefPtr< Actor >& actor) | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Clutter::ChildMeta > | wrap (ClutterChildMeta* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
virtual Clutter::ChildMeta::~ChildMeta | ( | ) | [virtual] |
Clutter::ChildMeta::ChildMeta | ( | const Glib::RefPtr< Container >& | container, |
const Glib::RefPtr< Actor >& | actor | ||
) | [protected] |
Glib::RefPtr<Actor> Clutter::ChildMeta::get_actor | ( | ) |
Glib::RefPtr<const Actor> Clutter::ChildMeta::get_actor | ( | ) | const |
Glib::RefPtr<const Container> Clutter::ChildMeta::get_container | ( | ) | const |
Glib::RefPtr<Container> Clutter::ChildMeta::get_container | ( | ) |
const ClutterChildMeta* Clutter::ChildMeta::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
Reimplemented in Clutter::LayoutMeta.
ClutterChildMeta* Clutter::ChildMeta::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
Reimplemented in Clutter::LayoutMeta.
ClutterChildMeta* Clutter::ChildMeta::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::LayoutMeta.
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Actor> > Clutter::ChildMeta::property_actor | ( | ) | const |
The actor wrapped by this data.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Container> > Clutter::ChildMeta::property_container | ( | ) | const |
The container that created this data.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::RefPtr< Clutter::ChildMeta > wrap | ( | ClutterChildMeta * | 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. |