GObject.Object
GObject.InitiallyUnowned
Clutter.Interval
Import line: | Clutter = imports.gi.Clutter; |
GIR File: | Clutter-1.0.gir |
C documentation: | ClutterInterval |
Class : | Interval |
Extends: | GObject.InitiallyUnowned |
Properties | Defined By | |
---|---|---|
g_type_instance : GObject.TypeInstance
|
GObject.InitiallyUnowned | |
parent_instance : GObject.InitiallyUnowned
read only
|
Clutter.Interval | |
priv : Clutter.IntervalPrivate
read only
|
Clutter.Interval | |
qdata : GLib.Data
read only
|
GObject.InitiallyUnowned | |
ref_count : guint32
read only
|
GObject.InitiallyUnowned | |
value_type : Number
The type of the values in the interval.
The type of the values in the interval.
|
Clutter.Interval |
Method / Constructor | Defined By | |
---|---|---|
new Clutter.Interval
(Object properties)
Create a new Clutter.Interval
Create a new Clutter.Interval
|
||
Create a new Clutter.Interval
Create a new Clutter.Interval
|
||
clone
()
:
Clutter.Interval
Creates a copy of interval.
Creates a copy of interval.
|
Clutter.Interval | |
compute
(gdouble factor)
:
GObject.Value
Computes the value between the interval boundaries given the
progress factor Unlike clutter_interval_compute_value(), this function will return a const pointer to the computed value You should use this function if you immediately pass the computed value to another function that makes a copy of it, like g_object_set_property() or NULL if the computation was not successfull
Computes the value between the interval boundaries given the
progress factor Unlike clutter_interval_compute_value(), this function will return a const pointer to the computed value You should use this function if you immediately pass the computed value to another function that makes a copy of it, like g_object_set_property() or NULL if the computation was not successfull
|
Clutter.Interval | |
Computes the value between the interval boundaries given the
progress factor and copies it into value.
Computes the value between the interval boundaries given the
progress factor and copies it into value.
|
Clutter.Interval | |
get_final_value
()
:
GObject.Value
Retrieves the final value of interval and copies
it into value.
Retrieves the final value of interval and copies
it into value. The passed GValue must be initialized to the value held by the ClutterInterval.
|
Clutter.Interval | |
get_initial_value
()
:
GObject.Value
Retrieves the initial value of interval and copies
it into value.
Retrieves the initial value of interval and copies
it into value. The passed GValue must be initialized to the value held by the ClutterInterval.
|
Clutter.Interval | |
get_value_type
()
:
Number
Retrieves the GType of the values inside interval.
Retrieves the GType of the values inside interval.
|
Clutter.Interval | |
peek_final_value
()
:
GObject.Value
Gets the pointer to the final value of interval
The value is owned by the ClutterInterval and it should not be modified or freed
Gets the pointer to the final value of interval
The value is owned by the ClutterInterval and it should not be modified or freed
|
Clutter.Interval | |
peek_initial_value
()
:
GObject.Value
Gets the pointer to the initial value of interval
The value is owned by the ClutterInterval and it should not be modified or freed
Gets the pointer to the initial value of interval
The value is owned by the ClutterInterval and it should not be modified or freed
|
Clutter.Interval | |
set_final_value
(Value value)
:
none
Sets the final value of interval to value.
Sets the final value of interval to value. The value is
copied inside the ClutterInterval.
|
Clutter.Interval | |
set_initial_value
(Value value)
:
none
Sets the initial value of interval to value.
Sets the initial value of interval to value. The value is copied
inside the ClutterInterval.
|
Clutter.Interval | |
Validates the initial and final values of interval against
a GParamSpec.
Validates the initial and final values of interval against
a GParamSpec.
|
Clutter.Interval |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Clutter.Animation
Method |
Binds interval to the property_name of the GObject
attached to animation. |
Clutter.Animation
Method |
get_interval
(String property_name)
:
Clutter.Interval
Retrieves the ClutterInterval associated to property_name
inside animation. |
Clutter.Animation
Method |
Changes the interval for property_name.
|