#include <noui.h>
#include <ui_interface.h>
#include <util.h>
#include <cstdio>
#include <stdint.h>
#include <string>
#include <boost/signals2/connection.hpp>
Go to the source code of this file.
◆ noui_connect()
Connect all bsha3d signal handlers.
Definition at line 54 of file noui.cpp.
◆ noui_InitMessage()
void noui_InitMessage |
( |
const std::string & |
message | ) |
|
Non-GUI handler, which only logs a message.
Definition at line 49 of file noui.cpp.
◆ noui_ThreadSafeMessageBox()
bool noui_ThreadSafeMessageBox |
( |
const std::string & |
message, |
|
|
const std::string & |
caption, |
|
|
unsigned int |
style |
|
) |
| |
Non-GUI handler, which logs and prints messages.
Definition at line 17 of file noui.cpp.
◆ noui_ThreadSafeQuestion()
bool noui_ThreadSafeQuestion |
( |
const std::string & |
, |
|
|
const std::string & |
message, |
|
|
const std::string & |
caption, |
|
|
unsigned int |
style |
|
) |
| |
Non-GUI handler, which logs and prints questions.
Definition at line 44 of file noui.cpp.