cluttermm 1.3.3
|
Public Member Functions | |
virtual | ~LayoutMeta () |
ClutterLayoutMeta* | gobj () |
Provides access to the underlying C GObject. | |
const ClutterLayoutMeta* | gobj () const |
Provides access to the underlying C GObject. | |
ClutterLayoutMeta* | 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< LayoutManager > | get_manager () |
Retrieves the actor wrapped by data. | |
Glib::RefPtr< const LayoutManager > | get_manager () const |
Retrieves the actor wrapped by data. | |
Glib::PropertyProxy_ReadOnly < Glib::RefPtr< LayoutManager > > | property_manager () const |
The manager that created this data. | |
Protected Member Functions | |
LayoutMeta (const Glib::RefPtr< LayoutManager >& layoutManager) | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Clutter::LayoutMeta > | wrap (ClutterLayoutMeta* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
virtual Clutter::LayoutMeta::~LayoutMeta | ( | ) | [virtual] |
Clutter::LayoutMeta::LayoutMeta | ( | const Glib::RefPtr< LayoutManager >& | layoutManager | ) | [explicit, protected] |
Glib::RefPtr<LayoutManager> Clutter::LayoutMeta::get_manager | ( | ) |
Glib::RefPtr<const LayoutManager> Clutter::LayoutMeta::get_manager | ( | ) | const |
ClutterLayoutMeta* Clutter::LayoutMeta::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
Reimplemented from Clutter::ChildMeta.
const ClutterLayoutMeta* Clutter::LayoutMeta::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
Reimplemented from Clutter::ChildMeta.
ClutterLayoutMeta* Clutter::LayoutMeta::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::ChildMeta.
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<LayoutManager> > Clutter::LayoutMeta::property_manager | ( | ) | const |
The manager 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::LayoutMeta > wrap | ( | ClutterLayoutMeta * | 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. |