LMMS
Loading...
Searching...
No Matches
juce::AlertWindowMappings Namespace Reference

Typedefs

using MapFn = int (*) (int)

Functions

static int noMapping (int buttonIndex)
static int messageBox (int)
static int okCancel (int buttonIndex)
static int yesNoCancel (int buttonIndex)
static std::unique_ptr< ModalComponentManager::CallbackgetWrappedCallback (ModalComponentManager::Callback *callbackIn, MapFn mapFn)

Typedef Documentation

◆ MapFn

using juce::AlertWindowMappings::MapFn = int (*) (int)

Function Documentation

◆ getWrappedCallback()

std::unique_ptr< ModalComponentManager::Callback > juce::AlertWindowMappings::getWrappedCallback ( ModalComponentManager::Callback * callbackIn,
MapFn mapFn )
static

◆ messageBox()

int juce::AlertWindowMappings::messageBox ( int )
inlinestatic

◆ noMapping()

int juce::AlertWindowMappings::noMapping ( int buttonIndex)
inlinestatic

◆ okCancel()

int juce::AlertWindowMappings::okCancel ( int buttonIndex)
inlinestatic

◆ yesNoCancel()

int juce::AlertWindowMappings::yesNoCancel ( int buttonIndex)
inlinestatic