|
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 |
This is the complete list of members for juce::NativeMessageBox, including all inherited members.
| showAsync(const MessageBoxOptions &options, ModalComponentManager::Callback *callback) | juce::NativeMessageBox | static |
| showAsync(const MessageBoxOptions &options, std::function< void(int)> callback) | 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, ModalComponentManager::Callback *callback) | juce::NativeMessageBox | static |
| showScopedAsync(const MessageBoxOptions &options, std::function< void(int)> callback) | juce::NativeMessageBox | static |
| showYesNoBox(MessageBoxIconType iconType, const String &title, const String &message, Component *associatedComponent, ModalComponentManager::Callback *callback) | juce::NativeMessageBox | static |
| showYesNoCancelBox(MessageBoxIconType iconType, const String &title, const String &message, Component *associatedComponent, ModalComponentManager::Callback *callback) | juce::NativeMessageBox | static |