Back to Seed Clases

Clutter


Classes

Interfaces

Structs

Unions

Enums

Class Clutter.Alpha

Import line: Clutter = imports.gi.Clutter;
GIR File: Clutter-1.0.gir
C documentation: ClutterAlpha
Class : Alpha
Implements: Clutter.Scriptable
Extends: GObject.InitiallyUnowned
ClutterAlpha combines a ClutterTimeline and a function.
The contents of the ClutterAlpha structure are private and should
only be accessed using the provided API.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter.Actor
Method
animate_with_alphav (Alpha alpha, gint32 n_properties, Array properties, Array values) : Clutter.Animation
Animates the given list of properties of actor between the current
value for each property and a new final value.
Clutter.Animation
Property
alpha : Clutter.Alpha
The ClutterAlpha used by the animation.
Clutter.Animation
Method
get_alpha () : Clutter.Alpha
Retrieves the ClutterAlpha used by animation.
Clutter.Animation
Method
set_alpha (Alpha alpha) : none
Sets alpha as the ClutterAlpha used by animation.
Clutter.Behaviour
Property
alpha : Clutter.Alpha
The ClutterAlpha object used to drive this behaviour.
Clutter.Behaviour
Method
get_alpha () : Clutter.Alpha
Retrieves the ClutterAlpha object bound to behave.
Clutter.Behaviour
Method
set_alpha (Alpha alpha) : none
Binds alpha to a ClutterBehaviour.
Clutter.BehaviourDepth
Method
new Clutter.BehaviourDepth.c_new (Alpha alpha, gint32 depth_start, gint32 depth_end) : Clutter.Behaviour
Create a new Clutter.BehaviourDepth
Clutter.BehaviourEllipse
Method
new Clutter.BehaviourEllipse.c_new (Alpha alpha, gint32 x, gint32 y, gint32 width, gint32 height, RotateDirection direction, gdouble start, gdouble end) : Clutter.Behaviour
Create a new Clutter.BehaviourEllipse
Clutter.BehaviourOpacity
Method
new Clutter.BehaviourOpacity.c_new (Alpha alpha, guint8 opacity_start, guint8 opacity_end) : Clutter.Behaviour
Create a new Clutter.BehaviourOpacity
Clutter.BehaviourPath
Method
new Clutter.BehaviourPath.c_new (Alpha alpha, Path path) : Clutter.Behaviour
Create a new Clutter.BehaviourPath
Clutter.BehaviourPath
Method
new Clutter.BehaviourPath.with_description (Alpha alpha, String desc) : Clutter.Behaviour
Create a new Clutter.BehaviourPath
Clutter.BehaviourPath
Method
new Clutter.BehaviourPath.with_knots (Alpha alpha, Knot knots, guint32 n_knots) : Clutter.Behaviour
Create a new Clutter.BehaviourPath
Clutter.BehaviourRotate
Method
new Clutter.BehaviourRotate.c_new (Alpha alpha, RotateAxis axis, RotateDirection direction, gdouble angle_start, gdouble angle_end) : Clutter.Behaviour
Create a new Clutter.BehaviourRotate
Clutter.BehaviourScale
Method
new Clutter.BehaviourScale.c_new (Alpha alpha, gdouble x_scale_start, gdouble y_scale_start, gdouble x_scale_end, gdouble y_scale_end) : Clutter.Behaviour
Create a new Clutter.BehaviourScale
Clutter.LayoutManager
Method
begin_animation (guint32 duration, guint32 mode) : Clutter.Alpha
Begins an animation of duration milliseconds, using the provided
easing mode
The easing mode can be specified either as a ClutterAnimationMode
or as a logical id returned by clutter_alpha_register_func()
The result of this function depends on the manager implementation
layout manager; the returned instance is owned by the layout
manager and should not be unreferenced
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:09:26 GMT+0800 (HKT)