libAlgAudio
v1.99-440-g08538e5-dirty
The development library for AlgAudio framework.
|
#include <Alertable.hpp>
Public Member Functions | |
virtual LateReturn | ShowErrorAlert (std::string message, std::string button_text)=0 |
virtual LateReturn< int > | ShowSimpleAlert (std::string message, std::string button1_text, std::string button2_text, AlertType type=AlertType::NONE, Color button1_color=Theme::Get("bg-button-neutral"), Color button2_color=Theme::Get("bg-button-neutral"))=0 |
|
pure virtual |
Implemented in AlgAudio::Window, and AlgAudio::MainWindow.
|
pure virtual |
Returns 0 if the first button was clicked, 1, if the second.
Implemented in AlgAudio::Window, and AlgAudio::MainWindow.