JUCE  v5.1.1-3-g1a0b28c73
JUCE API
ComponentAnimator Member List

This is the complete list of members for ComponentAnimator, including all inherited members.

addChangeListener(ChangeListener *listener)ChangeBroadcaster
animateComponent(Component *component, const Rectangle< int > &finalBounds, float finalAlpha, int animationDurationMilliseconds, bool useProxyComponent, double startSpeed, double endSpeed)ComponentAnimator
callAfterDelay(int milliseconds, std::function< void()> functionToCall)Timerprivatestatic
callPendingTimersSynchronously()Timerprivatestatic
cancelAllAnimations(bool moveComponentsToTheirFinalPositions)ComponentAnimator
cancelAnimation(Component *component, bool moveComponentToItsFinalPosition)ComponentAnimator
ChangeBroadcaster() noexceptChangeBroadcaster
ComponentAnimator()ComponentAnimator
dispatchPendingMessages()ChangeBroadcaster
fadeIn(Component *component, int millisecondsToTake)ComponentAnimator
fadeOut(Component *component, int millisecondsToTake)ComponentAnimator
findTaskFor(Component *) const noexceptComponentAnimatorprivate
getComponentDestination(Component *component)ComponentAnimator
getTimerInterval() const noexceptTimerinlineprivate
isAnimating(Component *component) const noexceptComponentAnimator
isAnimating() const noexceptComponentAnimator
isTimerRunning() const noexceptTimerinlineprivate
lastTimeComponentAnimatorprivate
removeAllChangeListeners()ChangeBroadcaster
removeChangeListener(ChangeListener *listener)ChangeBroadcaster
sendChangeMessage()ChangeBroadcaster
sendSynchronousChangeMessage()ChangeBroadcaster
startTimer(int intervalInMilliseconds) noexceptTimerprivate
startTimerHz(int timerFrequencyHz) noexceptTimerprivate
stopTimer() noexceptTimerprivate
tasksComponentAnimatorprivate
Timer() noexceptTimerprivate
Timer(const Timer &) noexceptTimerprivate
timerCallback() overrideComponentAnimatorprivatevirtual
~ChangeBroadcaster()ChangeBroadcastervirtual
~ComponentAnimator()ComponentAnimator
~Timer()Timerprivatevirtual