![]() |
Bitcoin Core 29.99.0
P2P Digital Currency
|
#include <freespacechecker.h>
Classes | |
class | PathQuery |
Public Types | |
enum | Status { ST_OK , ST_ERROR } |
Public Slots | |
void | check () |
Signals | |
void | reply (int status, const QString &message, quint64 available) |
Public Member Functions | |
FreespaceChecker (PathQuery *intro) | |
Private Attributes | |
PathQuery * | intro |
Definition at line 22 of file freespacechecker.h.
Enumerator | |
---|---|
ST_OK | |
ST_ERROR |
Definition at line 35 of file freespacechecker.h.
|
inlineexplicit |
Definition at line 33 of file freespacechecker.h.
|
slot |
Definition at line 15 of file freespacechecker.cpp.
|
signal |
|
private |
Definition at line 47 of file freespacechecker.h.