![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
Main Anoncoin application object. More...
Public Slots | |
void | initializeResult (int retval) |
void | shutdownResult (int retval) |
void | handleRunawayException (const QString &message) |
Handle runaway exceptions. Shows a message box with the problem and quits the program. More... | |
Signals | |
void | requestedInitialize () |
void | requestedShutdown () |
void | stopThread () |
void | splashFinished (QWidget *window) |
Public Member Functions | |
AnoncoinApplication (int &argc, char **argv) | |
~AnoncoinApplication () | |
void | createOptionsModel () |
Create options model. More... | |
void | createWindow (bool isaTestNet) |
Create main window. More... | |
void | createSplashScreen (bool isaTestNet) |
Create splash screen. More... | |
void | requestInitialize () |
Request core initialization. More... | |
void | requestShutdown () |
Request core shutdown. More... | |
int | getReturnValue () |
Get process return value. More... | |
WId | getMainWinId () const |
Get window identifier of QMainWindow (AnoncoinGUI) More... | |
Private Member Functions | |
void | startThread () |
Private Attributes | |
QThread * | coreThread |
OptionsModel * | optionsModel |
ClientModel * | clientModel |
AnoncoinGUI * | window |
QTimer * | pollShutdownTimer |
int | returnValue |
Main Anoncoin application object.
Definition at line 177 of file anoncoin.cpp.
|
explicit |
AnoncoinApplication::~AnoncoinApplication | ( | ) |
Definition at line 301 of file anoncoin.cpp.
void AnoncoinApplication::createOptionsModel | ( | ) |
Create options model.
Definition at line 325 of file anoncoin.cpp.
void AnoncoinApplication::createSplashScreen | ( | bool | isaTestNet | ) |
Create splash screen.
Definition at line 339 of file anoncoin.cpp.
void AnoncoinApplication::createWindow | ( | bool | isaTestNet | ) |
Create main window.
Definition at line 330 of file anoncoin.cpp.
WId AnoncoinApplication::getMainWinId | ( | ) | const |
Get window identifier of QMainWindow (AnoncoinGUI)
Definition at line 461 of file anoncoin.cpp.
|
inline |
Get process return value.
Definition at line 201 of file anoncoin.cpp.
|
slot |
Handle runaway exceptions. Shows a message box with the problem and quits the program.
Definition at line 455 of file anoncoin.cpp.
|
slot |
Definition at line 394 of file anoncoin.cpp.
|
signal |
|
signal |
void AnoncoinApplication::requestInitialize | ( | ) |
Request core initialization.
Definition at line 366 of file anoncoin.cpp.
void AnoncoinApplication::requestShutdown | ( | ) |
Request core shutdown.
Definition at line 372 of file anoncoin.cpp.
|
slot |
|
signal |
|
private |
Definition at line 347 of file anoncoin.cpp.
|
signal |
|
private |
Definition at line 221 of file anoncoin.cpp.
|
private |
Definition at line 219 of file anoncoin.cpp.
|
private |
Definition at line 220 of file anoncoin.cpp.
|
private |
Definition at line 223 of file anoncoin.cpp.
|
private |
Definition at line 228 of file anoncoin.cpp.
|
private |
Definition at line 222 of file anoncoin.cpp.