Ardour
9.0-pre0-582-g084a23a80d
|
#include <luadialog.h>
Public Types | |
enum | MessageType { Info , Warning , Question , Error } |
enum | ButtonType { OK , Close , Cancel , Yes_No , OK_Cancel } |
Public Member Functions | |
Message (std::string const &, std::string const &, Message::MessageType, Message::ButtonType) | |
int | run () |
Private Member Functions | |
Message (Message const &) | |
Static Private Member Functions | |
static Gtk::ButtonsType | to_gtk_bt (ButtonType bt) |
static Gtk::MessageType | to_gtk_mt (MessageType mt) |
Private Attributes | |
ArdourMessageDialog | _message_dialog |
Definition at line 34 of file luadialog.h.
Enumerator | |
---|---|
OK | |
Close | |
Cancel | |
Yes_No | |
OK_Cancel |
Definition at line 41 of file luadialog.h.
Enumerator | |
---|---|
Info | |
Warning | |
Question | |
Error |
Definition at line 37 of file luadialog.h.
LuaDialog::Message::Message | ( | std::string const & | , |
std::string const & | , | ||
Message::MessageType | , | ||
Message::ButtonType | |||
) |
|
private |
int LuaDialog::Message::run | ( | ) |
|
staticprivate |
|
staticprivate |
|
private |
Definition at line 55 of file luadialog.h.