![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <loadingdialog.h>
Public Member Functions | |
| WalletWorker (Runnable *runnable, int type, std::unique_ptr< WalletModel::UnlockContext > _pctx) | |
| void | clean () override |
| void | setContext (std::unique_ptr< WalletModel::UnlockContext > _pctx) |
Public Member Functions inherited from Worker | |
| Worker (Runnable *runnable, int type) | |
| ~Worker () | |
| void | setType (int _type) |
Private Attributes | |
| std::unique_ptr< WalletModel::UnlockContext > | pctx {nullptr} |
Additional Inherited Members | |
Public Slots inherited from Worker | |
| void | process () |
Signals inherited from Worker | |
| void | finished () |
| void | error (QString err, int type) |
Definition at line 43 of file loadingdialog.h.
|
inline |
Definition at line 46 of file loadingdialog.h.
|
inlineoverridevirtual |
Reimplemented from Worker.
Definition at line 50 of file loadingdialog.h.
|
inline |
Definition at line 54 of file loadingdialog.h.
|
private |
Definition at line 60 of file loadingdialog.h.