JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::AnimatorUpdater::Entry Struct Reference
Collaboration diagram for juce::AnimatorUpdater::Entry:

Public Member Functions

 Entry ()=default
 
 Entry (Animator::Weak animatorIn, std::function< void()> onCompleteIn)
 

Public Attributes

Animator::Weak animator
 
std::function< void()> onComplete
 

Constructor & Destructor Documentation

◆ Entry() [1/2]

juce::AnimatorUpdater::Entry::Entry ( )
default

◆ Entry() [2/2]

juce::AnimatorUpdater::Entry::Entry ( Animator::Weak  animatorIn,
std::function< void()>  onCompleteIn 
)
inline

Member Data Documentation

◆ animator

Animator::Weak juce::AnimatorUpdater::Entry::animator

◆ onComplete

std::function<void()> juce::AnimatorUpdater::Entry::onComplete

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