c
GObject.Object
Clutter.Animation
Import line: | Clutter = imports.gi.Clutter; |
GIR File: | Clutter-1.0.gir |
C documentation: | ClutterAnimation |
Class : | Animation |
Implements: | Clutter.Scriptable |
Extends: | GObject.Object |
Properties | Defined By | |
---|---|---|
alpha : Clutter.Alpha
|
Clutter.Animation | |
duration : guint32
|
Clutter.Animation | |
loop : gboolean
|
Clutter.Animation | |
mode : guint32
|
Clutter.Animation | |
object : GObject.Object
|
Clutter.Animation | |
parent_instance : GObject.Object
read only
|
Clutter.Animation | |
priv : Clutter.AnimationPrivate
read only
|
Clutter.Animation | |
timeline : Clutter.Timeline
|
Clutter.Animation |
Method / Constructor | Defined By | |
---|---|---|
new Clutter.Animation
(Object properties)
Create a new Clutter.Animation
Create a new Clutter.Animation
|
||
|
Clutter.Animation | |
|
Clutter.Animation | |
completed
()
:
none
|
Clutter.Animation | |
get_alpha
()
:
Clutter.Alpha
|
Clutter.Animation | |
get_duration
()
:
guint32
|
Clutter.Animation | |
get_id
()
:
String
|
Clutter.Scriptable | |
get_interval
(String property_name)
:
Clutter.Interval
|
Clutter.Animation | |
get_loop
()
:
gboolean
|
Clutter.Animation | |
get_mode
()
:
guint32
|
Clutter.Animation | |
get_object
()
:
GObject.Object
|
Clutter.Animation | |
get_timeline
()
:
Clutter.Timeline
|
Clutter.Animation | |
Clutter.Animation | ||
|
Clutter.Scriptable | |
set_alpha
(Alpha alpha)
:
none
|
Clutter.Animation | |
|
Clutter.Scriptable | |
set_duration
(guint32 msecs)
:
none
|
Clutter.Animation | |
set_id
(String id)
:
none
|
Clutter.Scriptable | |
set_loop
(gboolean loop)
:
none
|
Clutter.Animation | |
set_mode
(guint32 mode)
:
none
|
Clutter.Animation | |
set_object
(Object object)
:
none
|
Clutter.Animation | |
set_timeline
(Timeline timeline)
:
none
|
Clutter.Animation | |
unbind_property
(String property_name)
:
none
|
Clutter.Animation | |
|
Clutter.Animation | |
|
Clutter.Animation |
Event | Defined By | |
---|---|---|
completed (Animation self)
:
none
|
Clutter.Animation | |
started (Animation self)
:
none
|
Clutter.Animation |
Class / Namespace | Method / Signal / Properties |
---|---|
Clutter.Actor
Method |
animate_with_alphav
(Alpha alpha, gint32 n_properties, Array properties, Array values)
:
Clutter.Animation
|
Clutter.Actor
Method |
animate_with_timelinev
(guint32 mode, Timeline timeline, gint32 n_properties, Array properties, Array values)
:
Clutter.Animation
|
Clutter.Actor
Method |
animatev
(guint32 mode, guint32 duration, gint32 n_properties, Array properties, Array values)
:
Clutter.Animation
|
Clutter.Actor
Method |
get_animation
()
:
Clutter.Animation
|
Clutter.Animatable
Method |
animate_property
(Animation animation, String property_name, Value initial_value, Value final_value, gdouble progress, Value value)
:
gboolean
|