Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

noui.cpp File Reference
#include <noui.h>
#include <ui_interface.h>
#include <util.h>
#include <cstdio>
#include <stdint.h>
#include <string>
+ Include dependency graph for noui.cpp:

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 ()
 

Function Documentation

◆ noui_connect()

◆ noui_InitMessage()

static void noui_InitMessage ( const std::string &  message)
static

Definition at line 48 of file noui.cpp.

References LogPrintf.

Referenced by noui_connect().

◆ noui_ThreadSafeMessageBox()

static bool noui_ThreadSafeMessageBox ( const std::string &  message,
const std::string &  caption,
unsigned int  style 
)
static

◆ noui_ThreadSafeQuestion()

static bool noui_ThreadSafeQuestion ( const std::string &  ,
const std::string &  message,
const std::string &  caption,
unsigned int  style 
)
static

Definition at line 43 of file noui.cpp.

References noui_ThreadSafeMessageBox().

Referenced by noui_connect().

Released under the MIT license