Bitcoin
|
#include <noui.h>
#include <ui_interface.h>
#include <util/system.h>
#include <cstdio>
#include <stdint.h>
#include <string>
#include <boost/signals2/connection.hpp>
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.