Class

ClutterActorMeta

[]

Description [src]

abstract class Clutter.ActorMeta : GObject.InitiallyUnowned
{
  /* No available fields */
}

Base class of actor modifiers

ClutterActorMeta is an abstract class providing a common API for modifiers of ClutterActor behaviour, appearance or layout.

A ClutterActorMeta can only be owned by a single ClutterActor at any time.

Every sub-class of ClutterActorMeta should check if the ClutterActorMeta:enabled property is set to TRUE before applying any kind of modification.

[]

Hierarchy

hierarchy this ClutterActorMeta ancestor_0 GInitiallyUnowned ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0
[]

Instance methods

clutter_actor_meta_get_actor

Retrieves a pointer to the ClutterActor that owns meta.

clutter_actor_meta_get_enabled

Retrieves whether meta is enabled.

clutter_actor_meta_get_name

Retrieves the name set using clutter_actor_meta_set_name().

clutter_actor_meta_set_enabled

Sets whether meta should be enabled or not.

clutter_actor_meta_set_name

Sets the name of meta.

Methods inherited from GObject (43)
[]

Properties

Clutter.ActorMeta:actor

The ClutterActor attached to the ClutterActorMeta instance.

Clutter.ActorMeta:enabled

Whether or not the ClutterActorMeta is enabled.

Clutter.ActorMeta:name

The unique name to access the ClutterActorMeta.

[]

Signals

Signals inherited from GObject (1)

Class structure

[]

Virtual methods

Clutter.ActorMetaClass.set_actor

Virtual function, called when meta is attached or detached from a ClutterActor.

Clutter.ActorMetaClass.set_enabled

Sets whether meta should be enabled or not.