Class

HeAnimation

Description

abstract class He.Animation : GObject.Object
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this HeAnimation ancestor_0 GObject ancestor_0--this

Ancestors

Instance methods

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.Animation:state
No description available.

He.Animation:target
No description available.

He.Animation:widget
No description available.

He.Animation:avalue
No description available.

Signals

He.Animation::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 HeAnimationClass {
  guint (* estimate_duration) (
    HeAnimation* self
  );
  gdouble (* calculate_value) (
    HeAnimation* self,
    guint t
  );
  
}

No description available.

Class members
estimate_duration: guint (* estimate_duration) ( HeAnimation* self )

No description available.

calculate_value: gdouble (* calculate_value) ( HeAnimation* self, guint t )

No description available.

Virtual methods

He.AnimationClass.estimate_duration
No description available.

He.AnimationClass.calculate_value
No description available.