Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Public Types |
Public Slots |
Signals |
Public Member Functions |
Private Attributes |
List of all members
FreespaceChecker Class Reference
Inheritance diagram for FreespaceChecker:
Collaboration diagram for FreespaceChecker:
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 (Intro *intro) | |
Private Attributes | |
Intro * | intro |
Detailed Description
Member Enumeration Documentation
◆ Status
Constructor & Destructor Documentation
◆ FreespaceChecker()
|
explicit |
Member Function Documentation
◆ check
|
slot |
Definition at line 71 of file intro.cpp.
References Intro::getPathToCheck(), intro, GUIUtil::qstringToBoostPath(), reply(), ST_ERROR, and ST_OK.
◆ reply
|
signal |
Referenced by check().
Member Data Documentation
◆ intro
|
private |
Definition at line 61 of file intro.cpp.
Referenced by check(), and FreespaceChecker().
The documentation for this class was generated from the following file:
- src/qt/intro.cpp