JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
juce::NativeMessageBox Member List

This is the complete list of members for juce::NativeMessageBox, including all inherited members.

showAsync(const MessageBoxOptions &options, ModalComponentManager::Callback *callback)juce::NativeMessageBoxstatic
showAsync(const MessageBoxOptions &options, std::function< void(int)> callback)juce::NativeMessageBoxstatic
showMessageBoxAsync(MessageBoxIconType iconType, const String &title, const String &message, Component *associatedComponent=nullptr, ModalComponentManager::Callback *callback=nullptr)juce::NativeMessageBoxstatic
showOkCancelBox(MessageBoxIconType iconType, const String &title, const String &message, Component *associatedComponent, ModalComponentManager::Callback *callback)juce::NativeMessageBoxstatic
showScopedAsync(const MessageBoxOptions &options, std::function< void(int)> callback)juce::NativeMessageBoxstatic
showYesNoBox(MessageBoxIconType iconType, const String &title, const String &message, Component *associatedComponent, ModalComponentManager::Callback *callback)juce::NativeMessageBoxstatic
showYesNoCancelBox(MessageBoxIconType iconType, const String &title, const String &message, Component *associatedComponent, ModalComponentManager::Callback *callback)juce::NativeMessageBoxstatic