JUCE
NativeMessageBox Member List

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

showMessageBox(AlertWindow::AlertIconType iconType, const String &title, const String &message, Component *associatedComponent=nullptr)NativeMessageBoxstatic
showMessageBoxAsync(AlertWindow::AlertIconType iconType, const String &title, const String &message, Component *associatedComponent=nullptr, ModalComponentManager::Callback *callback=nullptr)NativeMessageBoxstatic
showOkCancelBox(AlertWindow::AlertIconType iconType, const String &title, const String &message, Component *associatedComponent=nullptr, ModalComponentManager::Callback *callback=nullptr)NativeMessageBoxstatic
showYesNoBox(AlertWindow::AlertIconType iconType, const String &title, const String &message, Component *associatedComponent=nullptr, ModalComponentManager::Callback *callback=nullptr)NativeMessageBoxstatic
showYesNoCancelBox(AlertWindow::AlertIconType iconType, const String &title, const String &message, Component *associatedComponent=nullptr, ModalComponentManager::Callback *callback=nullptr)NativeMessageBoxstatic