|
LMMS
|
Go to the source code of this file.
Classes | |
| class | juce::AlertTextComp |
| class | juce::AlertWindowInfo |
Namespaces | |
| namespace | juce |
| namespace | juce::AlertWindowMappings |
Typedefs | |
| using | juce::AlertWindowMappings::MapFn = int (*) (int) |
Enumerations | |
| enum class | juce::Async { juce::no , juce::yes } |
Functions | |
| static juce_wchar | juce::getDefaultPasswordChar () noexcept |
| static int | juce::AlertWindowMappings::noMapping (int buttonIndex) |
| static int | juce::AlertWindowMappings::messageBox (int) |
| static int | juce::AlertWindowMappings::okCancel (int buttonIndex) |
| static int | juce::AlertWindowMappings::yesNoCancel (int buttonIndex) |
| static std::unique_ptr< ModalComponentManager::Callback > | juce::AlertWindowMappings::getWrappedCallback (ModalComponentManager::Callback *callbackIn, MapFn mapFn) |
| static int | juce::showMaybeAsync (const MessageBoxOptions &options, ModalComponentManager::Callback *callbackIn, AlertWindowMappings::MapFn mapFn) |