This is the complete list of members for juce::NativeMessageBox, including all inherited members.
NativeMessageBox()=delete | juce::NativeMessageBox | private |
showMessageBox(AlertWindow::AlertIconType iconType, const String &title, const String &message, Component *associatedComponent=nullptr) | juce::NativeMessageBox | static |
showMessageBoxAsync(AlertWindow::AlertIconType iconType, const String &title, const String &message, Component *associatedComponent=nullptr, ModalComponentManager::Callback *callback=nullptr) | juce::NativeMessageBox | static |
showOkCancelBox(AlertWindow::AlertIconType iconType, const String &title, const String &message, Component *associatedComponent=nullptr, ModalComponentManager::Callback *callback=nullptr) | juce::NativeMessageBox | static |
showYesNoBox(AlertWindow::AlertIconType iconType, const String &title, const String &message, Component *associatedComponent=nullptr, ModalComponentManager::Callback *callback=nullptr) | juce::NativeMessageBox | static |
showYesNoCancelBox(AlertWindow::AlertIconType iconType, const String &title, const String &message, Component *associatedComponent=nullptr, ModalComponentManager::Callback *callback=nullptr) | juce::NativeMessageBox | static |