Class

HeTimedAnimation

Description

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

No description available.

Hierarchy

hierarchy this HeTimedAnimation ancestor_0 HeAnimation ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Ancestors

Constructors

he_timed_animation_new
No description available.

Instance methods

he_timed_animation_get_value_from
No description available.

he_timed_animation_set_value_from
No description available.

he_timed_animation_get_value_to
No description available.

he_timed_animation_set_value_to
No description available.

he_timed_animation_get_duration
No description available.

he_timed_animation_set_duration
No description available.

he_timed_animation_get_easing
No description available.

he_timed_animation_set_easing
No description available.

he_timed_animation_get_repeat_count
No description available.

he_timed_animation_set_repeat_count
No description available.

he_timed_animation_get_reverse
No description available.

he_timed_animation_set_reverse
No description available.

he_timed_animation_get_alternate
No description available.

he_timed_animation_set_alternate
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.TimedAnimation:value-from
No description available.

He.TimedAnimation:value-to
No description available.

He.TimedAnimation:duration
No description available.

He.TimedAnimation:easing
No description available.

He.TimedAnimation:repeat-count
No description available.

He.TimedAnimation:reverse
No description available.

He.TimedAnimation:alternate
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 HeTimedAnimationClass {
  /* no available fields */
}

No description available.