Bitcoin Core  27.99.0
P2P Digital Currency
Public Types | Public Slots | Signals | Public Member Functions | Private Attributes | List of all members
FreespaceChecker Class Reference
Inheritance diagram for FreespaceChecker:
[legend]
Collaboration diagram for FreespaceChecker:
[legend]

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

Introintro
 

Detailed Description

Definition at line 40 of file intro.cpp.

Member Enumeration Documentation

◆ Status

Enumerator
ST_OK 
ST_ERROR 

Definition at line 47 of file intro.cpp.

Constructor & Destructor Documentation

◆ FreespaceChecker()

FreespaceChecker::FreespaceChecker ( Intro intro)
explicit

Definition at line 64 of file intro.cpp.

Member Function Documentation

◆ check

void FreespaceChecker::check ( )
slot

Definition at line 69 of file intro.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ reply

void FreespaceChecker::reply ( int  status,
const QString &  message,
quint64  available 
)
signal
Here is the caller graph for this function:

Member Data Documentation

◆ intro

Intro* FreespaceChecker::intro
private

Definition at line 59 of file intro.cpp.


The documentation for this class was generated from the following file: