BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Functions
noui.cpp File Reference
#include <noui.h>
#include <ui_interface.h>
#include <util.h>
#include <cstdio>
#include <stdint.h>
#include <string>
#include <boost/signals2/connection.hpp>
Include dependency graph for noui.cpp:

Go to the source code of this file.

Functions

bool noui_ThreadSafeMessageBox (const std::string &message, const std::string &caption, unsigned int style)
 Non-GUI handler, which logs and prints messages. More...
 
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. More...
 
void noui_InitMessage (const std::string &message)
 Non-GUI handler, which only logs a message. More...
 
void noui_connect ()
 Connect all bsha3d signal handlers. More...
 

Function Documentation

◆ noui_connect()

void noui_connect ( )

Connect all bsha3d signal handlers.

Definition at line 54 of file noui.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ 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.

Here is the caller graph for this function:

◆ 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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ 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.

Here is the call graph for this function:
Here is the caller graph for this function: