Gin
|
An alert window that doesn't add itself to the desktop. More...
Inherits juce::AlertWindow.
Public Member Functions | |
PluginAlertWindow (const juce::String &title, const juce::String &message, AlertIconType iconType, Component *associatedComponent=nullptr) | |
int | runModalLoop (juce::Component &parent) |
void | runAsync (juce::Component &parent, std::function< void(int)> callback) |
An alert window that doesn't add itself to the desktop.
Safer for use in plugins.
PluginAlertWindow::PluginAlertWindow | ( | const juce::String & | title, |
const juce::String & | message, | ||
AlertIconType | iconType, | ||
Component * | associatedComponent = nullptr |
||
) |
int PluginAlertWindow::runModalLoop | ( | juce::Component & | parent | ) |
References math::max().
void PluginAlertWindow::runAsync | ( | juce::Component & | parent, |
std::function< void(int)> | callback | ||
) |
References math::max().