Main PIVX application object.
More...
Main PIVX application object.
Definition at line 177 of file pivx.cpp.
◆ BitcoinApplication()
| BitcoinApplication::BitcoinApplication |
( |
int & |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
explicit |
◆ ~BitcoinApplication()
| BitcoinApplication::~BitcoinApplication |
( |
| ) |
|
◆ createOptionsModel()
| void BitcoinApplication::createOptionsModel |
( |
| ) |
|
Create options model.
Definition at line 366 of file pivx.cpp.
◆ createSplashScreen()
| void BitcoinApplication::createSplashScreen |
( |
const NetworkStyle * |
networkStyle | ) |
|
Create splash screen.
Definition at line 379 of file pivx.cpp.
◆ createTutorialScreen()
| bool BitcoinApplication::createTutorialScreen |
( |
| ) |
|
Create tutorial screen.
Definition at line 390 of file pivx.cpp.
◆ createWindow()
| void BitcoinApplication::createWindow |
( |
const NetworkStyle * |
networkStyle | ) |
|
Create main window.
Definition at line 371 of file pivx.cpp.
◆ getMainWinId()
| WId BitcoinApplication::getMainWinId |
( |
| ) |
const |
◆ getReturnValue()
| int BitcoinApplication::getReturnValue |
( |
| ) |
|
|
inline |
Get process return value.
Definition at line 206 of file pivx.cpp.
◆ 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 537 of file pivx.cpp.
◆ initializeResult
| void BitcoinApplication::initializeResult |
( |
int |
retval | ) |
|
|
slot |
◆ parameterSetup()
| void BitcoinApplication::parameterSetup |
( |
| ) |
|
parameter interaction/setup based on rules
Definition at line 431 of file pivx.cpp.
◆ requestedInitialize
| void BitcoinApplication::requestedInitialize |
( |
| ) |
|
|
signal |
◆ requestedRestart
| void BitcoinApplication::requestedRestart |
( |
QStringList |
args | ) |
|
|
signal |
◆ requestedShutdown
| void BitcoinApplication::requestedShutdown |
( |
| ) |
|
|
signal |
◆ requestInitialize()
| void BitcoinApplication::requestInitialize |
( |
| ) |
|
Request core initialization.
Definition at line 441 of file pivx.cpp.
◆ requestShutdown()
| void BitcoinApplication::requestShutdown |
( |
| ) |
|
Request core shutdown.
Definition at line 448 of file pivx.cpp.
◆ shutdownResult
| void BitcoinApplication::shutdownResult |
( |
int |
retval | ) |
|
|
slot |
◆ splashFinished
| void BitcoinApplication::splashFinished |
( |
QWidget * |
window | ) |
|
|
signal |
◆ startThread()
| void BitcoinApplication::startThread |
( |
| ) |
|
|
private |
◆ stopThread
| void BitcoinApplication::stopThread |
( |
| ) |
|
|
signal |
◆ updateTranslation
| void BitcoinApplication::updateTranslation |
( |
bool |
forceLangFromSettings = false | ) |
|
|
slot |
◆ clientModel
◆ coreThread
| QThread* BitcoinApplication::coreThread {nullptr} |
|
private |
◆ optionsModel
◆ pollShutdownTimer
| QTimer* BitcoinApplication::pollShutdownTimer {nullptr} |
|
private |
◆ qtTranslator
| QTranslator BitcoinApplication::qtTranslator |
|
private |
◆ qtTranslatorBase
| QTranslator BitcoinApplication::qtTranslatorBase |
|
private |
◆ returnValue
| int BitcoinApplication::returnValue {0} |
|
private |
◆ translator
| QTranslator BitcoinApplication::translator |
|
private |
◆ translatorBase
| QTranslator BitcoinApplication::translatorBase |
|
private |
◆ window
| PIVXGUI* BitcoinApplication::window {nullptr} |
|
private |
The documentation for this class was generated from the following file: