cluttermm: Clutter::ChildMeta Class Reference

Inheritance diagram for Clutter::ChildMeta:
Collaboration diagram for Clutter::ChildMeta:

Public Member Functions

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< Containerget_container ()
 Retrieves the container using data. More...

 
Glib::RefPtr< const Containerget_container () const
 Retrieves the container using data. More...

 
Glib::RefPtr< Actorget_actor ()
 Retrieves the actor wrapped by data. More...

 
Glib::RefPtr< const Actorget_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...

 

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::ChildMetawrap (ClutterChildMeta* object, bool take_copy=false)
 A Glib::wrap() method for this object. More...

 

Constructor & Destructor Documentation

virtual Clutter::ChildMeta::~ChildMeta ( )
virtual
Clutter::ChildMeta::ChildMeta ( const Glib::RefPtr< Container >&  container,
const Glib::RefPtr< Actor >&  actor 
)
protected

Member Function Documentation

Glib::RefPtr<Actor> Clutter::ChildMeta::get_actor ( )

Retrieves the actor wrapped by data.

Since cluttermm 0.8:
Returns
A Clutter::Actor.
Glib::RefPtr<const Actor> Clutter::ChildMeta::get_actor ( ) const

Retrieves the actor wrapped by data.

Since cluttermm 0.8:
Returns
A Clutter::Actor.
Glib::RefPtr<Container> Clutter::ChildMeta::get_container ( )

Retrieves the container using data.

Since cluttermm 0.8:
Returns
A Clutter::Container.
Glib::RefPtr<const Container> Clutter::ChildMeta::get_container ( ) const

Retrieves the container using data.

Since cluttermm 0.8:
Returns
A Clutter::Container.
static GType Clutter::ChildMeta::get_type ( )
static

Get the GType for this class, for use with the underlying GObject type system.

ClutterChildMeta* Clutter::ChildMeta::gobj ( )
inline

Provides access to the underlying C GObject.

const ClutterChildMeta* Clutter::ChildMeta::gobj ( ) const
inline

Provides access to the underlying C GObject.

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.

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.

Returns
A PropertyProxy_ReadOnly that allows you to get the value of the property, or receive notification when the value of the property changes.
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.

Returns
A PropertyProxy_ReadOnly that allows you to get the value of the property, or receive notification when the value of the property changes.

Friends And Related Function Documentation

Glib::RefPtr< Clutter::ChildMeta > wrap ( ClutterChildMeta *  object,
bool  take_copy = false 
)
related

A Glib::wrap() method for this object.

Parameters
objectThe C instance.
take_copyFalse if the result should take ownership of the C instance. True if it should take a new copy or ref.
Returns
A C++ instance that wraps this C instance.

The documentation for this class was generated from the following file:
  • cluttermm/childmeta.h