Class encapsulating PIVX Core startup and shutdown.
More...
Class encapsulating PIVX Core startup and shutdown.
Allows running startup and shutdown in a different thread from the UI thread.
Definition at line 154 of file pivx.cpp.
◆ BitcoinCore()
| BitcoinCore::BitcoinCore |
( |
| ) |
|
|
explicit |
◆ handleRunawayException()
| void BitcoinCore::handleRunawayException |
( |
const std::exception * |
e | ) |
|
|
private |
Pass fatal exception message to UI thread.
Definition at line 249 of file pivx.cpp.
◆ initialize
| void BitcoinCore::initialize |
( |
| ) |
|
|
slot |
◆ initializeResult
| void BitcoinCore::initializeResult |
( |
int |
retval | ) |
|
|
signal |
◆ restart
| void BitcoinCore::restart |
( |
const QStringList & |
args | ) |
|
|
slot |
◆ runawayException
| void BitcoinCore::runawayException |
( |
const QString & |
message | ) |
|
|
signal |
◆ shutdown
| void BitcoinCore::shutdown |
( |
| ) |
|
|
slot |
◆ shutdownFromThread
| bool BitcoinCore::shutdownFromThread |
( |
const QString & |
type = "Shutdown" | ) |
|
|
slot |
◆ shutdownResult
| void BitcoinCore::shutdownResult |
( |
int |
retval | ) |
|
|
signal |
The documentation for this class was generated from the following file: