Gin
|
Like juce::AsyncUpdater but it doesn't use the message queue. More...
Public Member Functions | |
RealtimeAsyncUpdater () | |
virtual | ~RealtimeAsyncUpdater () |
void | triggerAsyncUpdate () |
void | cancelPendingUpdate () noexcept |
void | handleUpdateNowIfNeeded () |
bool | isUpdatePending () const noexcept |
virtual void | handleAsyncUpdate ()=0 |
Like juce::AsyncUpdater but it doesn't use the message queue.
RealtimeAsyncUpdater::RealtimeAsyncUpdater | ( | ) |
|
virtual |
void RealtimeAsyncUpdater::triggerAsyncUpdate | ( | ) |
|
noexcept |
void RealtimeAsyncUpdater::handleUpdateNowIfNeeded | ( | ) |
|
noexcept |
|
pure virtual |