Main Bitcoin application object.
More...
#include <bitcoin.h>
|
| bool | event (QEvent *e) override |
| |
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 370 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 |
|
) |
| |
◆ event()
| bool BitcoinApplication::event |
( |
QEvent * |
e | ) |
|
|
overrideprotected |
◆ getMainWinId()
| WId BitcoinApplication::getMainWinId |
( |
| ) |
const |
◆ 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 550 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 414 of file bitcoin.cpp.
◆ requestedInitialize
◆ requestedShutdown
| void BitcoinApplication::requestedShutdown |
( |
| ) |
|
|
signal |
◆ requestInitialize()
Request core initialization.
Definition at line 429 of file bitcoin.cpp.
◆ requestShutdown
| void BitcoinApplication::requestShutdown |
( |
| ) |
|
|
slot |
◆ setNode()
◆ setupPlatformStyle()
| void BitcoinApplication::setupPlatformStyle |
( |
| ) |
|
◆ 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 |
◆ shutdownWindow
| std::unique_ptr<QWidget> BitcoinApplication::shutdownWindow |
|
private |
◆ window
The documentation for this class was generated from the following files: