Class TimedAnimation
public class TimedAnimation
- Inheritance
-
TimedAnimation
- Inherited Members
Methods
GetAlternate(IntPtr)
Calls native method adw_timed_animation_get_alternate.
public static extern bool GetAlternate(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
GetDuration(IntPtr)
Calls native method adw_timed_animation_get_duration.
public static extern uint GetDuration(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- uint
Transfer ownership: None Nullable: False
GetEasing(IntPtr)
Calls native method adw_timed_animation_get_easing.
public static extern Easing GetEasing(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- Easing
Transfer ownership: None Nullable: False
GetGType()
Calls native function adw_timed_animation_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
GetRepeatCount(IntPtr)
Calls native method adw_timed_animation_get_repeat_count.
public static extern uint GetRepeatCount(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- uint
Transfer ownership: None Nullable: False
GetReverse(IntPtr)
Calls native method adw_timed_animation_get_reverse.
public static extern bool GetReverse(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- bool
Transfer ownership: None Nullable: False
GetValueFrom(IntPtr)
Calls native method adw_timed_animation_get_value_from.
public static extern double GetValueFrom(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- double
Transfer ownership: None Nullable: False
GetValueTo(IntPtr)
Calls native method adw_timed_animation_get_value_to.
public static extern double GetValueTo(IntPtr self)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
Returns
- double
Transfer ownership: None Nullable: False
New(IntPtr, double, double, uint, IntPtr)
Calls native constructor adw_timed_animation_new.
public static extern IntPtr New(IntPtr widget, double from, double to, uint duration, IntPtr target)
Parameters
widget
IntPtrTransfer ownership: None Nullable: False
from
doubleTransfer ownership: None Nullable: False
to
doubleTransfer ownership: None Nullable: False
duration
uintTransfer ownership: None Nullable: False
target
IntPtrTransfer ownership: Full Nullable: False
Returns
- IntPtr
Transfer ownership: None Nullable: False
SetAlternate(IntPtr, bool)
Calls native method adw_timed_animation_set_alternate.
public static extern void SetAlternate(IntPtr self, bool alternate)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
alternate
boolTransfer ownership: None Nullable: False
SetDuration(IntPtr, uint)
Calls native method adw_timed_animation_set_duration.
public static extern void SetDuration(IntPtr self, uint duration)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
duration
uintTransfer ownership: None Nullable: False
SetEasing(IntPtr, Easing)
Calls native method adw_timed_animation_set_easing.
public static extern void SetEasing(IntPtr self, Easing easing)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
easing
EasingTransfer ownership: None Nullable: False
SetRepeatCount(IntPtr, uint)
Calls native method adw_timed_animation_set_repeat_count.
public static extern void SetRepeatCount(IntPtr self, uint repeatCount)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
repeatCount
uintTransfer ownership: None Nullable: False
SetReverse(IntPtr, bool)
Calls native method adw_timed_animation_set_reverse.
public static extern void SetReverse(IntPtr self, bool reverse)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
reverse
boolTransfer ownership: None Nullable: False
SetValueFrom(IntPtr, double)
Calls native method adw_timed_animation_set_value_from.
public static extern void SetValueFrom(IntPtr self, double value)
Parameters
self
IntPtrTransfer ownership: None Nullable: False
value
doubleTransfer ownership: None Nullable: False
SetValueTo(IntPtr, double)
Calls native method adw_timed_animation_set_value_to.
public static extern void SetValueTo(IntPtr self, double value)