Class
ClutterPathConstraint
Description [src]
final class Clutter.PathConstraint : Clutter.Constraint {
/* No available fields */
}
ClutterPathConstraint
is an opaque structure
whose members cannot be directly accessed.
Available since: | 1.6 |
Constructors
clutter_path_constraint_new
Creates a new ClutterPathConstraint
with the given path
and offset
.
Available since: 1.6
Instance methods
clutter_path_constraint_get_offset
Retrieves the offset along the ClutterPath
used by constraint
.
Available since: 1.6
clutter_path_constraint_get_path
Retrieves a pointer to the ClutterPath
used by constraint
.
Available since: 1.6
clutter_path_constraint_set_offset
Sets the offset along the ClutterPath
used by constraint
.
Available since: 1.6
clutter_path_constraint_set_path
Sets the path
to be followed by the ClutterPathConstraint
.
Available since: 1.6
Methods inherited from ClutterConstraint (1)
clutter_constraint_update_preferred_size
Asks the constraint
to update the size request of a ClutterActor
.
Methods inherited from ClutterActorMeta (5)
clutter_actor_meta_get_actor
Retrieves a pointer to the ClutterActor
that owns meta
.
Available since: 1.4
clutter_actor_meta_get_enabled
Retrieves whether meta
is enabled.
Available since: 1.4
clutter_actor_meta_get_name
Retrieves the name set using clutter_actor_meta_set_name()
Available since: 1.4
clutter_actor_meta_set_enabled
Sets whether meta
should be enabled or not.
Available since: 1.4
clutter_actor_meta_set_name
Sets the name of meta
.
Available since: 1.4
Properties
Clutter.PathConstraint:offset
The offset along the ClutterPathConstraint:path
, between -1.0 and 2.0.
Available since: 1.6
Clutter.PathConstraint:path
The ClutterPath
used to constrain the position of an actor.
Available since: 1.6
Properties inherited from ClutterActorMeta (3)
Clutter.ActorMeta:actor
The ClutterActor
attached to the ClutterActorMeta
instance.
Available since: 1.4
Clutter.ActorMeta:enabled
Whether or not the ClutterActorMeta
is enabled.
Available since: 1.4
Clutter.ActorMeta:name
The unique name to access the ClutterActorMeta
.
Available since: 1.4
Signals
Clutter.PathConstraint::node-reached
The ::node-reached signal is emitted each time a
ClutterPathConstraint:offset
value results in the actor
passing a ClutterPathNode
.
Available since: 1.6
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.