◆ WindowsMessageBoxBase()
◆ getParentHWND()
| HWND juce::WindowsMessageBoxBase::getParentHWND |
( |
| ) |
const |
|
inline |
◆ getResult()
| virtual int juce::WindowsMessageBoxBase::getResult |
( |
| ) |
|
|
pure virtual |
◆ handleAsyncUpdate()
| void juce::WindowsMessageBoxBase::handleAsyncUpdate |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
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 juce::AsyncUpdater.
◆ triggerAsyncUpdate()
| void juce::AsyncUpdater::triggerAsyncUpdate |
( |
| ) |
|
Causes the callback to be triggered at a later time.
This method returns immediately, after which a callback to the handleAsyncUpdate() method will be made by the message thread as soon as possible.
If an update callback is already pending but hasn't happened yet, calling this method will have no effect.
It's thread-safe to call this method from any thread, BUT beware of calling it from a real-time (e.g. audio) thread, because it involves posting a message to the system queue, which means it may block (and in general will do on most OSes).
◆ associatedComponent
◆ callback
The documentation for this class was generated from the following file:
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/modules/juce_gui_basics/native/juce_win32_Windowing.cpp