63 std::string button1_text,
64 std::string button2_text,
74 #endif // IALERTABLE_HPP
Definition: Alertable.hpp:58
Definition: Alertable.hpp:50
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
virtual LateReturn ShowErrorAlert(std::string message, std::string button_text)=0
Definition: Alertable.hpp:26
WindowNotAlertable(std::string t)
Definition: Alertable.hpp:51
ButtonID
Definition: Alertable.hpp:30
Definition: LateReturn.hpp:35
AlertType
Definition: Alertable.hpp:42
static const Color & Get(const std::string &)
Definition: Exception.hpp:29