#include <transition_animator.hpp>
Definition at line 30 of file transition_animator.hpp.
◆ transition()
| neogfx::transition::transition |
( |
i_animator & |
aAnimator, |
|
|
easing |
aEasingFunction, |
|
|
double |
aDuration, |
|
|
bool |
aEnabled = true |
|
) |
| |
◆ ~transition()
| neogfx::transition::~transition |
( |
| ) |
|
◆ active()
| bool neogfx::transition::active |
( |
| ) |
const |
|
override |
◆ animation_finished()
| bool neogfx::transition::animation_finished |
( |
| ) |
const |
|
override |
◆ animator()
| i_animator & neogfx::transition::animator |
( |
| ) |
const |
|
override |
◆ disable()
| void neogfx::transition::disable |
( |
| ) |
|
|
override |
◆ disable_when_finished()
| bool neogfx::transition::disable_when_finished |
( |
| ) |
const |
|
override |
◆ disabled()
| bool neogfx::transition::disabled |
( |
| ) |
const |
|
override |
◆ duration()
| double neogfx::transition::duration |
( |
| ) |
const |
|
override |
◆ easing_function()
| easing neogfx::transition::easing_function |
( |
| ) |
const |
|
override |
◆ enable()
| void neogfx::transition::enable |
( |
bool |
aDisableWhenFinished = false | ) |
|
|
override |
◆ enabled()
| bool neogfx::transition::enabled |
( |
| ) |
const |
|
override |
◆ id()
◆ mix_value()
| double neogfx::transition::mix_value |
( |
| ) |
const |
|
override |
◆ pause()
| void neogfx::transition::pause |
( |
| ) |
|
|
override |
◆ paused()
| bool neogfx::transition::paused |
( |
| ) |
const |
|
override |
◆ reset() [1/2]
| void neogfx::transition::reset |
( |
bool |
aEnable = true, |
|
|
bool |
aDisableWhenFinished = false, |
|
|
bool |
aResetStartTime = true |
|
) |
| |
|
override |
◆ reset() [2/2]
| void neogfx::transition::reset |
( |
easing |
aNewEasingFunction, |
|
|
bool |
aEnable = true, |
|
|
bool |
aDisableWhenFinished = false, |
|
|
bool |
aResetStartTime = true |
|
) |
| |
|
override |
◆ resume()
| void neogfx::transition::resume |
( |
| ) |
|
|
override |
◆ start_time()
| double neogfx::transition::start_time |
( |
| ) |
const |
|
override |
The documentation for this class was generated from the following file: