![]() |
CYD-UI
A C++ library for building native graphic user interfaces
|
Public Member Functions | |
AnimationSystem (const fabric::tasks::executor::sptr &executor) | |
void | enable () |
void | disable () |
void | start_animation (animation &anim, const cydui::components::component_base_t::sptr &component) |
Public Attributes | |
fabric::wiring::output_signal< AnimationSystem, components::component_base_t::sptr > | s_repaint {} |
fabric::wiring::output_signal< AnimationSystem, bool & > | s_render_all {} |
fabric::wiring::output_signal< AnimationSystem > | s_compose_all {} |
Definition at line 350 of file animations.cppm.
|
inlineexplicit |
Definition at line 360 of file animations.cppm.
|
inline |
Definition at line 377 of file animations.cppm.
|
inline |
|
inline |
fabric::wiring::output_signal<AnimationSystem> cydui::AnimationSystem::s_compose_all {} |
Definition at line 358 of file animations.cppm.
fabric::wiring::output_signal<AnimationSystem, bool&> cydui::AnimationSystem::s_render_all {} |
Definition at line 357 of file animations.cppm.
fabric::wiring::output_signal<AnimationSystem, components::component_base_t::sptr> cydui::AnimationSystem::s_repaint {} |
Definition at line 356 of file animations.cppm.