|
enum | Flag : int { Info,
Warn,
Error
} |
|
typedef Signal< void()> | SignalAsync |
|
|
| MessageBox (std::string_view title={}, std::string_view txt={}, Flag flags=Info) |
| Construct a new Message Box object. More...
|
|
| MessageBox (const MessageBox &) |
|
SignalAsync & | sig_async () |
|
void | set_title (std::string_view title) |
|
void | set_message (std::string_view message) |
|
void | set_flag (Flag flag) |
|
bool | show (bool focus_async=false) |
|
◆ MessageBox()
Btk::MessageBox::MessageBox |
( |
std::string_view |
title = {} , |
|
|
std::string_view |
txt = {} , |
|
|
Flag |
flags = Info |
|
) |
| |
Construct a new Message Box object.
- Parameters
-
title | The MessageBox title |
txt | The messageBox message |
flags | The messagebox flag |
The documentation for this class was generated from the following files:
- include/Btk/msgbox/msgbox.hpp
- src/msgbox/msgbox.cpp