Bitcoin Core 29.99.0
P2P Digital Currency
Classes | Public Types | Public Slots | Signals | Public Member Functions | Private Attributes | List of all members
FreespaceChecker Class Reference

#include <freespacechecker.h>

Inheritance diagram for FreespaceChecker:
[legend]
Collaboration diagram for FreespaceChecker:
[legend]

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

PathQueryintro
 

Detailed Description

Definition at line 22 of file freespacechecker.h.

Member Enumeration Documentation

◆ Status

Enumerator
ST_OK 
ST_ERROR 

Definition at line 35 of file freespacechecker.h.

Constructor & Destructor Documentation

◆ FreespaceChecker()

FreespaceChecker::FreespaceChecker ( PathQuery intro)
inlineexplicit

Definition at line 33 of file freespacechecker.h.

Member Function Documentation

◆ check

void FreespaceChecker::check ( )
slot

Definition at line 15 of file freespacechecker.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

PathQuery* FreespaceChecker::intro
private

Definition at line 47 of file freespacechecker.h.


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