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