![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qstorageinfo_p.h>
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. | |
| QSharedData & | operator= (const QSharedData &)=delete |
| ~QSharedData ()=default | |
Static Public Member Functions | |
| static QList< QStorageInfo > | mountedVolumes () |
| 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 |
Definition at line 33 of file qstorageinfo_p.h.
|
default |
| void QStorageInfoPrivate::doStat | ( | ) |
Definition at line 434 of file qstorageinfo_linux.cpp.
|
static |
Definition at line 507 of file qstorageinfo_linux.cpp.
|
inlinestatic |
Definition at line 42 of file qstorageinfo_p.h.
| int QStorageInfoPrivate::blockSize = -1 |
Definition at line 116 of file qstorageinfo_p.h.
| qint64 QStorageInfoPrivate::bytesAvailable = -1 |
Definition at line 115 of file qstorageinfo_p.h.
| qint64 QStorageInfoPrivate::bytesFree = -1 |
Definition at line 114 of file qstorageinfo_p.h.
| qint64 QStorageInfoPrivate::bytesTotal = -1 |
Definition at line 113 of file qstorageinfo_p.h.
| QByteArray QStorageInfoPrivate::device |
Definition at line 108 of file qstorageinfo_p.h.
| QByteArray QStorageInfoPrivate::fileSystemType |
Definition at line 110 of file qstorageinfo_p.h.
| QString QStorageInfoPrivate::name |
Definition at line 111 of file qstorageinfo_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| bool QStorageInfoPrivate::readOnly = false |
Definition at line 118 of file qstorageinfo_p.h.
| bool QStorageInfoPrivate::ready = false |
Definition at line 119 of file qstorageinfo_p.h.
| QString QStorageInfoPrivate::rootPath |
Definition at line 107 of file qstorageinfo_p.h.
| QByteArray QStorageInfoPrivate::subvolume |
Definition at line 109 of file qstorageinfo_p.h.
| bool QStorageInfoPrivate::valid = false |
Definition at line 120 of file qstorageinfo_p.h.