Class

HeSpringAnimation

Description

class He.SpringAnimation : He.Animation
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this HeSpringAnimation ancestor_0 HeAnimation ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Ancestors

Constructors

he_spring_animation_new
No description available.

Instance methods

he_spring_animation_get_epsilon
No description available.

he_spring_animation_set_epsilon
No description available.

he_spring_animation_get_estimated_duration
No description available.

he_spring_animation_set_estimated_duration
No description available.

he_spring_animation_get_initial_velocity
No description available.

he_spring_animation_set_initial_velocity
No description available.

he_spring_animation_get_latch
No description available.

he_spring_animation_set_latch
No description available.

he_spring_animation_get_spring_params
No description available.

he_spring_animation_set_spring_params
No description available.

he_spring_animation_get_value_from
No description available.

he_spring_animation_set_value_from
No description available.

he_spring_animation_get_value_to
No description available.

he_spring_animation_set_value_to
No description available.

he_spring_animation_get_velocity
No description available.

he_spring_animation_set_velocity
No description available.

Methods inherited from HeAnimation (15)
he_animation_pause
No description available.

he_animation_play
No description available.

he_animation_reset
No description available.

he_animation_resume
No description available.

he_animation_skip
No description available.

he_animation_estimate_duration
No description available.

he_animation_calculate_value
No description available.

he_animation_get_state
No description available.

he_animation_set_state
No description available.

he_animation_get_target
No description available.

he_animation_set_target
No description available.

he_animation_get_widget
No description available.

he_animation_set_widget
No description available.

he_animation_get_avalue
No description available.

he_animation_set_avalue
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

He.SpringAnimation:epsilon
No description available.

He.SpringAnimation:estimated-duration
No description available.

He.SpringAnimation:initial-velocity
No description available.

He.SpringAnimation:latch
No description available.

He.SpringAnimation:spring-params
No description available.

He.SpringAnimation:value-from
No description available.

He.SpringAnimation:value-to
No description available.

He.SpringAnimation:velocity
No description available.

Properties inherited from HeAnimation (4)
He.Animation:state
No description available.

He.Animation:target
No description available.

He.Animation:widget
No description available.

He.Animation:avalue
No description available.

Signals

Signals inherited from HeAnimation (1)
HeAnimation::done
No description available.

Signals inherited from GObject (1)
GObject::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.

Class structure

struct HeSpringAnimationClass {
  /* no available fields */
}

No description available.