![]() |
Qt 6.x
The Qt SDK
|
Public Attributes | |
QIOSAssetEnumerator * | m_enumerator |
Additional Inherited Members | |
![]() | |
QAbstractFileEngineIterator (QDir::Filters filters, const QStringList &nameFilters) | |
Constructs a QAbstractFileEngineIterator, using the entry filters filters, and wildcard name filters nameFilters. | |
virtual | ~QAbstractFileEngineIterator () |
Destroys the QAbstractFileEngineIterator. | |
virtual QString | next ()=0 |
This pure virtual function advances the iterator to the next directory entry, and returns the file path to the current entry. | |
virtual bool | hasNext () const =0 |
This pure virtual function returns true if there is at least one more entry in the current directory (i.e., the iterator path is valid and accessible, and the iterator has not reached the end of the entry list). | |
QString | path () const |
Returns the path for this iterator. | |
QStringList | nameFilters () const |
Returns the name filters for this iterator. | |
QDir::Filters | filters () const |
Returns the entry filters for this iterator. | |
virtual QString | currentFileName () const =0 |
This pure virtual function returns the name of the current directory entry, excluding the path. | |
virtual QFileInfo | currentFileInfo () const |
The virtual function returns a QFileInfo for the current directory entry. | |
virtual QString | currentFilePath () const |
Returns the path to the current directory entry. | |
![]() | |
enum | EntryInfoType |
![]() | |
virtual QVariant | entryInfo (EntryInfoType type) const |
Definition at line 254 of file qiosfileengineassetslibrary.mm.
QIOSAssetEnumerator* QIOSFileEngineIteratorAssetsLibrary::m_enumerator |
Definition at line 257 of file qiosfileengineassetslibrary.mm.