JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::NativeMessageBox Member List

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

NativeMessageBox()=deletejuce::NativeMessageBoxprivate
show(const MessageBoxOptions &options)juce::NativeMessageBoxstatic
showAsync(const MessageBoxOptions &options, ModalComponentManager::Callback *callback)juce::NativeMessageBoxstatic
showAsync(const MessageBoxOptions &options, std::function< void(int)> callback)juce::NativeMessageBoxstatic
showMessageBox(MessageBoxIconType iconType, const String &title, const String &message, Component *associatedComponent=nullptr)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=nullptr, ModalComponentManager::Callback *callback=nullptr)juce::NativeMessageBoxstatic
showScopedAsync(const MessageBoxOptions &options, std::function< void(int)> callback)juce::NativeMessageBoxstatic
showYesNoBox(MessageBoxIconType iconType, const String &title, const String &message, Component *associatedComponent=nullptr, ModalComponentManager::Callback *callback=nullptr)juce::NativeMessageBoxstatic
showYesNoCancelBox(MessageBoxIconType iconType, const String &title, const String &message, Component *associatedComponent=nullptr, ModalComponentManager::Callback *callback=nullptr)juce::NativeMessageBoxstatic