openshot-audio
0.1.4
|
Public Member Functions | |
WindowsMessageBox (AlertWindow::AlertIconType iconType, const String &boxTitle, const String &m, Component *associatedComponent, UINT extraFlags, ModalComponentManager::Callback *cb, const bool runAsync) | |
int | getResult () const |
void | handleAsyncUpdate () override |
![]() | |
AsyncUpdater () | |
virtual | ~AsyncUpdater () |
void | triggerAsyncUpdate () |
void | cancelPendingUpdate () noexcept |
void | handleUpdateNowIfNeeded () |
bool | isUpdatePending () const noexcept |
|
inline |
|
inline |
|
inlineoverridevirtual |
Called back to do whatever your class needs to do.
This method is called by the message thread at the next convenient time after the triggerAsyncUpdate() method has been called.
Implements AsyncUpdater.