Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QStorageIterator Class Reference
+ Collaboration diagram for QStorageIterator:

Public Member Functions

 QStorageIterator ()
 
 ~QStorageIterator ()
 
bool isValid () const
 
bool next ()
 
QString rootPath () const
 
QByteArray fileSystemType () const
 
QByteArray device () const
 
QByteArray options () const
 
QByteArray subvolume () const
 

Detailed Description

Definition at line 77 of file qstorageinfo_unix.cpp.

Constructor & Destructor Documentation

◆ QStorageIterator()

QStorageIterator::QStorageIterator ( )
inline

Definition at line 325 of file qstorageinfo_unix.cpp.

◆ ~QStorageIterator()

QStorageIterator::~QStorageIterator ( )
inline

Definition at line 329 of file qstorageinfo_unix.cpp.

Member Function Documentation

◆ device()

QByteArray QStorageIterator::device ( ) const
inline

Definition at line 353 of file qstorageinfo_unix.cpp.

References QByteArray().

+ Here is the call graph for this function:

◆ fileSystemType()

QByteArray QStorageIterator::fileSystemType ( ) const
inline

Definition at line 348 of file qstorageinfo_unix.cpp.

References QByteArray().

+ Here is the call graph for this function:

◆ isValid()

bool QStorageIterator::isValid ( ) const
inline

Definition at line 333 of file qstorageinfo_unix.cpp.

◆ next()

bool QStorageIterator::next ( )
inline

Definition at line 338 of file qstorageinfo_unix.cpp.

◆ options()

QByteArray QStorageIterator::options ( ) const
inline

Definition at line 358 of file qstorageinfo_unix.cpp.

References QByteArray().

+ Here is the call graph for this function:

◆ rootPath()

QString QStorageIterator::rootPath ( ) const
inline

Definition at line 343 of file qstorageinfo_unix.cpp.

◆ subvolume()

QByteArray QStorageIterator::subvolume ( ) const
inline

Definition at line 363 of file qstorageinfo_unix.cpp.

References QByteArray().

+ Here is the call graph for this function:

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