openshot-audio
0.1.7
|
This is the complete list of members for AlertWindow, including all inherited members.
addButton(const String &name, int returnValue, const KeyPress &shortcutKey1=KeyPress(), const KeyPress &shortcutKey2=KeyPress()) | AlertWindow | |
addComboBox(const String &name, const StringArray &items, const String &onScreenLabel=String::empty) | AlertWindow | |
addCustomComponent(Component *component) | AlertWindow | |
addProgressBarComponent(double &progressValue) | AlertWindow | |
addTextBlock(const String &text) | AlertWindow | |
addTextEditor(const String &name, const String &initialContents, const String &onScreenLabel=String::empty, bool isPasswordBox=false) | AlertWindow | |
AlertIconType enum name | AlertWindow | |
AlertWindow(const String &title, const String &message, AlertIconType iconType, Component *associatedComponent=nullptr) | AlertWindow | |
backgroundColourId enum value | AlertWindow | |
buttonClicked(Button *) override | AlertWindow | protectedvirtual |
buttonStateChanged(Button *) | Button::Listener | inlineprivatevirtual |
ColourIds enum name | AlertWindow | |
containsAnyExtraComponents() const | AlertWindow | |
getAlertType() const noexcept | AlertWindow | inline |
getComboBoxComponent(const String &nameOfList) const | AlertWindow | |
getCustomComponent(int index) const | AlertWindow | |
getDesktopWindowStyleFlags() const override | AlertWindow | protected |
getNumButtons() const | AlertWindow | |
getNumCustomComponents() const | AlertWindow | |
getTextEditor(const String &nameOfTextEditor) const | AlertWindow | |
getTextEditorContents(const String &nameOfTextEditor) const | AlertWindow | |
InfoIcon enum value | AlertWindow | |
keyPressed(const KeyPress &) override | AlertWindow | protected |
lookAndFeelChanged() override | AlertWindow | protected |
mouseDown(const MouseEvent &) override | AlertWindow | protected |
mouseDrag(const MouseEvent &) override | AlertWindow | protected |
NoIcon enum value | AlertWindow | |
outlineColourId enum value | AlertWindow | |
paint(Graphics &) override | AlertWindow | protected |
QuestionIcon enum value | AlertWindow | |
removeCustomComponent(int index) | AlertWindow | |
setEscapeKeyCancels(bool shouldEscapeKeyCancel) | AlertWindow | |
setMessage(const String &message) | AlertWindow | |
showMessageBoxAsync(AlertIconType iconType, const String &title, const String &message, const String &buttonText=String::empty, Component *associatedComponent=nullptr, ModalComponentManager::Callback *callback=nullptr) | AlertWindow | static |
showOkCancelBox(AlertIconType iconType, const String &title, const String &message, const String &button1Text, const String &button2Text, Component *associatedComponent, ModalComponentManager::Callback *callback) | AlertWindow | static |
showYesNoCancelBox(AlertIconType iconType, const String &title, const String &message, const String &button1Text, const String &button2Text, const String &button3Text, Component *associatedComponent, ModalComponentManager::Callback *callback) | AlertWindow | static |
textColourId enum value | AlertWindow | |
triggerButtonClick(const String &buttonName) | AlertWindow | |
userTriedToCloseWindow() override | AlertWindow | protected |
WarningIcon enum value | AlertWindow | |
~AlertWindow() | AlertWindow | |
~Listener() | Button::Listener | inlineprivatevirtual |