Fabcoin Core
0.16.2
P2P Digital Currency
|
Class for handling RPC timers (used for e.g. More...
Public Member Functions | |
QtRPCTimerBase (std::function< void(void)> &_func, int64_t millis) | |
~QtRPCTimerBase () | |
Public Member Functions inherited from RPCTimerBase | |
virtual | ~RPCTimerBase () |
Private Slots | |
void | timeout () |
Private Attributes | |
QTimer | timer |
std::function< void(void)> | func |
Class for handling RPC timers (used for e.g.
re-locking the wallet after a timeout)
Definition at line 100 of file rpcconsole.cpp.
|
inline |
Definition at line 104 of file rpcconsole.cpp.
|
inline |
Definition at line 111 of file rpcconsole.cpp.
|
inlineprivateslot |
Definition at line 113 of file rpcconsole.cpp.
|
private |
Definition at line 116 of file rpcconsole.cpp.
|
private |
Definition at line 115 of file rpcconsole.cpp.