This is the complete list of members for juce::NativeMessageBox, including all inherited members.
NativeMessageBox()=delete | juce::NativeMessageBox | private |
show(const MessageBoxOptions &options) | juce::NativeMessageBox | static |
showAsync(const MessageBoxOptions &options, ModalComponentManager::Callback *callback) | juce::NativeMessageBox | static |
showAsync(const MessageBoxOptions &options, std::function< void(int)> callback) | juce::NativeMessageBox | static |
showMessageBox(MessageBoxIconType iconType, const String &title, const String &message, Component *associatedComponent=nullptr) | juce::NativeMessageBox | static |
showMessageBoxAsync(MessageBoxIconType iconType, const String &title, const String &message, Component *associatedComponent=nullptr, ModalComponentManager::Callback *callback=nullptr) | juce::NativeMessageBox | static |
showOkCancelBox(MessageBoxIconType iconType, const String &title, const String &message, Component *associatedComponent=nullptr, ModalComponentManager::Callback *callback=nullptr) | juce::NativeMessageBox | static |
showYesNoBox(MessageBoxIconType iconType, const String &title, const String &message, Component *associatedComponent=nullptr, ModalComponentManager::Callback *callback=nullptr) | juce::NativeMessageBox | static |
showYesNoCancelBox(MessageBoxIconType iconType, const String &title, const String &message, Component *associatedComponent=nullptr, ModalComponentManager::Callback *callback=nullptr) | juce::NativeMessageBox | static |