![]() |
CYD-UI
A C++ library for building native graphic user interfaces
|
Collaboration diagram for cydui::animation_state:Public Member Functions | |
| animation_state (animation anim_, components::component_base_t::wptr component_, std::chrono::system_clock::time_point started_) | |
Public Attributes | |
| animation | anim |
| components::component_base_t::wptr | component |
| std::chrono::system_clock::time_point | started |
Friends | |
| class | AnimationSystem |
Definition at line 326 of file animations.cppm.
|
inline |
Definition at line 329 of file animations.cppm.
|
friend |
Definition at line 327 of file animations.cppm.
| animation cydui::animation_state::anim |
Definition at line 338 of file animations.cppm.
| components::component_base_t::wptr cydui::animation_state::component |
Definition at line 339 of file animations.cppm.
| std::chrono::system_clock::time_point cydui::animation_state::started |
Definition at line 340 of file animations.cppm.