|
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::MessageBoxOptions, including all inherited members.
| getAssociatedComponent() const noexcept | juce::MessageBoxOptions | |
| getButtonText(int buttonIndex) const | juce::MessageBoxOptions | |
| getIconType() const noexcept | juce::MessageBoxOptions | |
| getMessage() const | juce::MessageBoxOptions | |
| getNumButtons() const noexcept | juce::MessageBoxOptions | |
| getParentComponent() const noexcept | juce::MessageBoxOptions | |
| getTitle() const | juce::MessageBoxOptions | |
| makeOptionsOk(MessageBoxIconType iconType, const String &title, const String &message, const String &buttonText=String(), Component *associatedComponent=nullptr) | juce::MessageBoxOptions | static |
| makeOptionsOkCancel(MessageBoxIconType iconType, const String &title, const String &message, const String &button1Text=String(), const String &button2Text=String(), Component *associatedComponent=nullptr) | juce::MessageBoxOptions | static |
| makeOptionsYesNo(MessageBoxIconType iconType, const String &title, const String &message, const String &button1Text=String(), const String &button2Text=String(), Component *associatedComponent=nullptr) | juce::MessageBoxOptions | static |
| makeOptionsYesNoCancel(MessageBoxIconType iconType, const String &title, const String &message, const String &button1Text=String(), const String &button2Text=String(), const String &button3Text=String(), Component *associatedComponent=nullptr) | juce::MessageBoxOptions | static |
| MessageBoxOptions()=default (defined in juce::MessageBoxOptions) | juce::MessageBoxOptions | |
| MessageBoxOptions(const MessageBoxOptions &)=default (defined in juce::MessageBoxOptions) | juce::MessageBoxOptions | |
| operator=(const MessageBoxOptions &)=default (defined in juce::MessageBoxOptions) | juce::MessageBoxOptions | |
| withAssociatedComponent(Component *component) const | juce::MessageBoxOptions | |
| withButton(const String &text) const | juce::MessageBoxOptions | |
| withIconType(MessageBoxIconType type) const | juce::MessageBoxOptions | |
| withMessage(const String &boxMessage) const | juce::MessageBoxOptions | |
| withParentComponent(Component *component) const | juce::MessageBoxOptions | |
| withTitle(const String &boxTitle) const | juce::MessageBoxOptions |