Main Bitcoin application object.
More...
#include <bitcoin.h>
Main Bitcoin application object.
Definition at line 60 of file bitcoin.h.
◆ BitcoinApplication()
BitcoinApplication::BitcoinApplication |
( |
| ) |
|
|
explicit |
◆ ~BitcoinApplication()
BitcoinApplication::~BitcoinApplication |
( |
| ) |
|
◆ baseInitialize()
bool BitcoinApplication::baseInitialize |
( |
Config & |
config | ) |
|
Basic initialization, before starting initialization/shutdown thread.
Return true on success.
Definition at line 373 of file bitcoin.cpp.
◆ createOptionsModel()
void BitcoinApplication::createOptionsModel |
( |
bool |
resetSettings | ) |
|
◆ createSplashScreen()
void BitcoinApplication::createSplashScreen |
( |
const NetworkStyle * |
networkStyle | ) |
|
◆ createWindow()
void BitcoinApplication::createWindow |
( |
const Config * |
config, |
|
|
const NetworkStyle * |
networkStyle |
|
) |
| |
◆ getMainWinId()
WId BitcoinApplication::getMainWinId |
( |
| ) |
const |
◆ getReturnValue()
int BitcoinApplication::getReturnValue |
( |
| ) |
const |
|
inline |
Get process return value.
Definition at line 91 of file bitcoin.h.
◆ handleRunawayException
void BitcoinApplication::handleRunawayException |
( |
const QString & |
message | ) |
|
|
slot |
Handle runaway exceptions.
Shows a message box with the problem and quits the program.
Definition at line 540 of file bitcoin.cpp.
◆ InitializePruneSetting()
void BitcoinApplication::InitializePruneSetting |
( |
bool |
prune | ) |
|
◆ initializeResult
◆ node()
◆ parameterSetup()
void BitcoinApplication::parameterSetup |
( |
| ) |
|
parameter interaction/setup based on rules
Definition at line 417 of file bitcoin.cpp.
◆ requestedInitialize
◆ requestedShutdown
void BitcoinApplication::requestedShutdown |
( |
| ) |
|
|
signal |
◆ requestInitialize()
Request core initialization.
Definition at line 432 of file bitcoin.cpp.
◆ requestShutdown()
void BitcoinApplication::requestShutdown |
( |
Config & |
config | ) |
|
◆ setNode()
◆ setupPlatformStyle()
void BitcoinApplication::setupPlatformStyle |
( |
| ) |
|
◆ shutdownResult
void BitcoinApplication::shutdownResult |
( |
| ) |
|
|
slot |
◆ splashFinished
void BitcoinApplication::splashFinished |
( |
| ) |
|
|
signal |
◆ startThread()
void BitcoinApplication::startThread |
( |
| ) |
|
|
private |
◆ windowShown
void BitcoinApplication::windowShown |
( |
BitcoinGUI * |
window | ) |
|
|
signal |
◆ clientModel
◆ coreThread
QThread* BitcoinApplication::coreThread |
|
private |
◆ m_node
◆ m_splash
◆ optionsModel
◆ platformStyle
◆ pollShutdownTimer
QTimer* BitcoinApplication::pollShutdownTimer |
|
private |
◆ returnValue
int BitcoinApplication::returnValue |
|
private |
◆ shutdownWindow
std::unique_ptr<QWidget> BitcoinApplication::shutdownWindow |
|
private |
◆ window
The documentation for this class was generated from the following files: