![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include "noui.h"
#include "ui_interface.h"
#include "util.h"
#include <cstdio>
#include <stdint.h>
#include <string>
Go to the source code of this file.
Functions | |
static bool | noui_ThreadSafeMessageBox (const std::string &message, const std::string &caption, unsigned int style) |
static bool | noui_ThreadSafeQuestion (const std::string &, const std::string &message, const std::string &caption, unsigned int style) |
static void | noui_InitMessage (const std::string &message) |
void | noui_connect () |
|
static |
Definition at line 48 of file noui.cpp.
Referenced by noui_connect().
|
static |
Definition at line 16 of file noui.cpp.
Referenced by noui_connect(), and noui_ThreadSafeQuestion().
|
static |
Definition at line 43 of file noui.cpp.
Referenced by noui_connect().