#include <DialogUtils.hpp>
|
static Enigma::MessageBox::Action | Error (const std::string &title, const std::string &message, const Enigma::MessageBox::Choice choice=Enigma::MessageBox::Choice::Ok) |
|
static Enigma::MessageBox::Action | Error (const std::string &message, const Enigma::MessageBox::Choice choice=Enigma::MessageBox::Choice::Ok) |
|
static Enigma::MessageBox::Action | Warn (const std::string &title, const std::string &message, const Enigma::MessageBox::Choice choice=Enigma::MessageBox::Choice::Ok) |
|
static Enigma::MessageBox::Action | Warn (const std::string &message, const Enigma::MessageBox::Choice choice=Enigma::MessageBox::Choice::Ok) |
|
static Enigma::MessageBox::Action | Question (const std::string &title, const std::string &message, const Enigma::MessageBox::Choice choice=Enigma::MessageBox::Choice::Yes_No) |
|
static Enigma::MessageBox::Action | Question (const std::string &message, const Enigma::MessageBox::Choice choice=Enigma::MessageBox::Choice::Yes_No) |
|
static Enigma::MessageBox::Action | Info (const std::string &title, const std::string &message, const Enigma::MessageBox::Choice choice=Enigma::MessageBox::Choice::Ok) |
|
static Enigma::MessageBox::Action | Info (const std::string &message, const Enigma::MessageBox::Choice choice=Enigma::MessageBox::Choice::Ok) |
|
Definition at line 14 of file DialogUtils.hpp.
◆ Error() [1/2]
static Enigma::MessageBox::Action DialogUtils::Error |
( |
const std::string & |
message, |
|
|
const Enigma::MessageBox::Choice |
choice = Enigma::MessageBox::Choice::Ok |
|
) |
| |
|
inlinestatic |
◆ Error() [2/2]
static Enigma::MessageBox::Action DialogUtils::Error |
( |
const std::string & |
title, |
|
|
const std::string & |
message, |
|
|
const Enigma::MessageBox::Choice |
choice = Enigma::MessageBox::Choice::Ok |
|
) |
| |
|
inlinestatic |
◆ Info() [1/2]
static Enigma::MessageBox::Action DialogUtils::Info |
( |
const std::string & |
message, |
|
|
const Enigma::MessageBox::Choice |
choice = Enigma::MessageBox::Choice::Ok |
|
) |
| |
|
inlinestatic |
◆ Info() [2/2]
static Enigma::MessageBox::Action DialogUtils::Info |
( |
const std::string & |
title, |
|
|
const std::string & |
message, |
|
|
const Enigma::MessageBox::Choice |
choice = Enigma::MessageBox::Choice::Ok |
|
) |
| |
|
inlinestatic |
◆ Question() [1/2]
static Enigma::MessageBox::Action DialogUtils::Question |
( |
const std::string & |
message, |
|
|
const Enigma::MessageBox::Choice |
choice = Enigma::MessageBox::Choice::Yes_No |
|
) |
| |
|
inlinestatic |
◆ Question() [2/2]
static Enigma::MessageBox::Action DialogUtils::Question |
( |
const std::string & |
title, |
|
|
const std::string & |
message, |
|
|
const Enigma::MessageBox::Choice |
choice = Enigma::MessageBox::Choice::Yes_No |
|
) |
| |
|
inlinestatic |
◆ Warn() [1/2]
static Enigma::MessageBox::Action DialogUtils::Warn |
( |
const std::string & |
message, |
|
|
const Enigma::MessageBox::Choice |
choice = Enigma::MessageBox::Choice::Ok |
|
) |
| |
|
inlinestatic |
◆ Warn() [2/2]
static Enigma::MessageBox::Action DialogUtils::Warn |
( |
const std::string & |
title, |
|
|
const std::string & |
message, |
|
|
const Enigma::MessageBox::Choice |
choice = Enigma::MessageBox::Choice::Ok |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: