Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QStorageInfoPrivate Class Reference

#include <qstorageinfo_p.h>

+ Inheritance diagram for QStorageInfoPrivate:
+ Collaboration diagram for QStorageInfoPrivate:

Public Member Functions

 QStorageInfoPrivate ()=default
 
void doStat ()
 
- Public Member Functions inherited from QSharedData
 QSharedData () noexcept
 Constructs a QSharedData object with a reference count of 0.
 
 QSharedData (const QSharedData &) noexcept
 Constructs a QSharedData object with reference count 0.
 
QSharedDataoperator= (const QSharedData &)=delete
 
 ~QSharedData ()=default
 

Static Public Member Functions

static QList< QStorageInfomountedVolumes ()
 
static QStorageInfo root ()
 

Public Attributes

QString rootPath
 
QByteArray device
 
QByteArray subvolume
 
QByteArray fileSystemType
 
QString name
 
qint64 bytesTotal = -1
 
qint64 bytesFree = -1
 
qint64 bytesAvailable = -1
 
int blockSize = -1
 
bool readOnly = false
 
bool ready = false
 
bool valid = false
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 32 of file qstorageinfo_p.h.

Constructor & Destructor Documentation

◆ QStorageInfoPrivate()

QStorageInfoPrivate::QStorageInfoPrivate ( )
default

Member Function Documentation

◆ doStat()

void QStorageInfoPrivate::doStat ( )

Definition at line 433 of file qstorageinfo_linux.cpp.

◆ mountedVolumes()

QList< QStorageInfo > QStorageInfoPrivate::mountedVolumes ( )
static

Definition at line 506 of file qstorageinfo_linux.cpp.

◆ root()

static QStorageInfo QStorageInfoPrivate::root ( )
inlinestatic

Definition at line 41 of file qstorageinfo_p.h.

Member Data Documentation

◆ blockSize

int QStorageInfoPrivate::blockSize = -1

Definition at line 115 of file qstorageinfo_p.h.

◆ bytesAvailable

qint64 QStorageInfoPrivate::bytesAvailable = -1

Definition at line 114 of file qstorageinfo_p.h.

◆ bytesFree

qint64 QStorageInfoPrivate::bytesFree = -1

Definition at line 113 of file qstorageinfo_p.h.

◆ bytesTotal

qint64 QStorageInfoPrivate::bytesTotal = -1

Definition at line 112 of file qstorageinfo_p.h.

◆ device

QByteArray QStorageInfoPrivate::device

Definition at line 107 of file qstorageinfo_p.h.

◆ fileSystemType

QByteArray QStorageInfoPrivate::fileSystemType

Definition at line 109 of file qstorageinfo_p.h.

◆ name

QString QStorageInfoPrivate::name

◆ readOnly

bool QStorageInfoPrivate::readOnly = false

Definition at line 117 of file qstorageinfo_p.h.

◆ ready

bool QStorageInfoPrivate::ready = false

Definition at line 118 of file qstorageinfo_p.h.

◆ rootPath

QString QStorageInfoPrivate::rootPath

Definition at line 106 of file qstorageinfo_p.h.

◆ subvolume

QByteArray QStorageInfoPrivate::subvolume

Definition at line 108 of file qstorageinfo_p.h.

◆ valid

bool QStorageInfoPrivate::valid = false

Definition at line 119 of file qstorageinfo_p.h.


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