cluttermm: Clutter::LayoutMeta Class Reference

Inheritance diagram for Clutter::LayoutMeta:
Collaboration diagram for Clutter::LayoutMeta:

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< LayoutManagerget_manager ()
 Retrieves the actor wrapped by data. More...

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

 
- Public Member Functions inherited from Clutter::ChildMeta
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...

 
- Static Public Member Functions inherited from Clutter::ChildMeta
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)
 
- Protected Member Functions inherited from Clutter::ChildMeta
 ChildMeta (const Glib::RefPtr< Container >& container, const Glib::RefPtr< Actor >& actor)
 

Related Functions

(Note that these are not member functions.)

Glib::RefPtr< Clutter::LayoutMetawrap (ClutterLayoutMeta* object, bool take_copy=false)
 A Glib::wrap() method for this object. More...

 

Constructor & Destructor Documentation

virtual Clutter::LayoutMeta::~LayoutMeta ( )
virtual
Clutter::LayoutMeta::LayoutMeta ( const Glib::RefPtr< LayoutManager >&  layoutManager)
explicitprotected

Member Function Documentation

Glib::RefPtr<LayoutManager> Clutter::LayoutMeta::get_manager ( )

Retrieves the actor wrapped by data.

Since cluttermm 1.2:
Returns
A Clutter::LayoutManager.
Glib::RefPtr<const LayoutManager> Clutter::LayoutMeta::get_manager ( ) const

Retrieves the actor wrapped by data.

Since cluttermm 1.2:
Returns
A Clutter::LayoutManager.
static GType Clutter::LayoutMeta::get_type ( )
static

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

ClutterLayoutMeta* Clutter::LayoutMeta::gobj ( )
inline

Provides access to the underlying C GObject.

const ClutterLayoutMeta* Clutter::LayoutMeta::gobj ( ) const
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.

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::LayoutMeta > wrap ( ClutterLayoutMeta *  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/layoutmeta.h