CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
cydui::animation_state Struct Referenceexport
+ 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
 

Detailed Description

Definition at line 326 of file animations.cppm.

Constructor & Destructor Documentation

◆ animation_state()

cydui::animation_state::animation_state ( animation anim_,
components::component_base_t::wptr component_,
std::chrono::system_clock::time_point started_ )
inline

Definition at line 329 of file animations.cppm.

Friends And Related Symbol Documentation

◆ AnimationSystem

friend class AnimationSystem
friend

Definition at line 327 of file animations.cppm.

Member Data Documentation

◆ anim

animation cydui::animation_state::anim

Definition at line 338 of file animations.cppm.

◆ component

components::component_base_t::wptr cydui::animation_state::component

Definition at line 339 of file animations.cppm.

◆ started

std::chrono::system_clock::time_point cydui::animation_state::started

Definition at line 340 of file animations.cppm.


The documentation for this struct was generated from the following file: