Class for handling RPC timers (used for e.g.
More...
|
| 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 87 of file rpcconsole.cpp.
◆ QtRPCTimerBase()
| QtRPCTimerBase::QtRPCTimerBase |
( |
boost::function< void(void)> & |
func, |
|
|
int64_t |
millis |
|
) |
| |
|
inline |
◆ ~QtRPCTimerBase()
| QtRPCTimerBase::~QtRPCTimerBase |
( |
| ) |
|
|
inline |
◆ timeout
| void QtRPCTimerBase::timeout |
( |
| ) |
|
|
inlineprivateslot |
◆ func
| boost::function<void(void)> QtRPCTimerBase::func |
|
private |
◆ timer
| QTimer QtRPCTimerBase::timer |
|
private |
The documentation for this class was generated from the following file: