![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
Public Member Functions | |
QtRPCTimerBase (boost::function< void(void)> &func, int64_t millis) | |
~QtRPCTimerBase () | |
![]() | |
virtual | ~RPCTimerBase () |
Private Slots | |
void | timeout () |
Private Attributes | |
QTimer | timer |
boost::function< void(void)> | func |
Class for handling RPC timers (used for e.g. re-locking the wallet after a timeout)
Definition at line 88 of file rpcconsole.cpp.
|
inline |
Definition at line 92 of file rpcconsole.cpp.
|
inline |
Definition at line 99 of file rpcconsole.cpp.
|
inlineprivateslot |
Definition at line 101 of file rpcconsole.cpp.
Referenced by QtRPCTimerBase().
|
private |
Definition at line 104 of file rpcconsole.cpp.
Referenced by timeout().
|
private |
Definition at line 103 of file rpcconsole.cpp.
Referenced by QtRPCTimerBase().