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