Bitcoin
Functions
noui.h File Reference
#include <string>

Go to the source code of this file.

Functions

bool noui_ThreadSafeMessageBox (const std::string &message, const std::string &caption, unsigned int style)
 
bool noui_ThreadSafeQuestion (const std::string &, const std::string &message, const std::string &caption, unsigned int style)
 
void noui_InitMessage (const std::string &message)
 
void noui_connect ()
 

Function Documentation

◆ noui_connect()

void noui_connect ( )

Connect all bitcoind signal handlers

◆ noui_InitMessage()

void noui_InitMessage ( const std::string &  message)

Non-GUI handler, which only logs a message.

◆ noui_ThreadSafeMessageBox()

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

Non-GUI handler, which logs and prints messages.

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