cluttermm
1.17.3
|
Public Member Functions | |
virtual | ~LayoutMeta () |
ClutterLayoutMeta* | gobj () |
Provides access to the underlying C GObject. More... | |
const ClutterLayoutMeta* | gobj () const |
Provides access to the underlying C GObject. More... | |
ClutterLayoutMeta* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. More... | |
Glib::RefPtr< LayoutManager > | get_manager () |
Retrieves the actor wrapped by data. More... | |
Glib::RefPtr< const LayoutManager > | get_manager () const |
Retrieves the actor wrapped by data. More... | |
Glib::PropertyProxy_ReadOnly < Glib::RefPtr< LayoutManager > > | property_manager () const |
The manager that created this data. More... | |
![]() | |
virtual | ~ChildMeta () |
ClutterChildMeta* | gobj () |
Provides access to the underlying C GObject. More... | |
const ClutterChildMeta* | gobj () const |
Provides access to the underlying C GObject. More... | |
ClutterChildMeta* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. More... | |
Glib::RefPtr< Container > | get_container () |
Retrieves the container using data. More... | |
Glib::RefPtr< const Container > | get_container () const |
Retrieves the container using data. More... | |
Glib::RefPtr< Actor > | get_actor () |
Retrieves the actor wrapped by data. More... | |
Glib::RefPtr< const Actor > | get_actor () const |
Retrieves the actor wrapped by data. More... | |
Glib::PropertyProxy_ReadOnly < Glib::RefPtr< Container > > | property_container () const |
The container that created this data. More... | |
Glib::PropertyProxy_ReadOnly < Glib::RefPtr< Actor > > | property_actor () const |
The actor wrapped by this data. More... | |
Static Public Member Functions | |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. More... | |
![]() | |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. More... | |
Protected Member Functions | |
LayoutMeta (const Glib::RefPtr< LayoutManager >& layoutManager) | |
![]() | |
ChildMeta (const Glib::RefPtr< Container >& container, const Glib::RefPtr< Actor >& actor) | |
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. More... | |
![]() | |
Glib::RefPtr< Clutter::ChildMeta > | wrap (ClutterChildMeta* object, bool take_copy=false) |
A Glib::wrap() method for this object. More... | |
|
virtual |
|
explicitprotected |
Glib::RefPtr<LayoutManager> Clutter::LayoutMeta::get_manager | ( | ) |
Retrieves the actor wrapped by data.
Glib::RefPtr<const LayoutManager> Clutter::LayoutMeta::get_manager | ( | ) | const |
Retrieves the actor wrapped by data.
|
static |
Get the GType for this class, for use with the underlying GObject type system.
|
inline |
Provides access to the underlying C GObject.
|
inline |
Provides access to the underlying C GObject.
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.
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.
|
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. |