![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Attributes | |
| QIOSAssetEnumerator * | m_enumerator |
Additional Inherited Members | |
| Public Member Functions inherited from QAbstractFileEngineIterator | |
| QAbstractFileEngineIterator (const QString &path, QDir::Filters filters, const QStringList &nameFilters) | |
| Constructs a QAbstractFileEngineIterator, using the entry filters filters, and wildcard name filters nameFilters. | |
| QAbstractFileEngineIterator (const QString &path, QDirListing::IteratorFlags filters, const QStringList &nameFilters) | |
| virtual | ~QAbstractFileEngineIterator () |
| Destroys the QAbstractFileEngineIterator. | |
| virtual bool | advance ()=0 |
This pure virtual function advances the iterator to the next directory entry; if the operation was successful this method returns true, otherwise it returs false. | |
| 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. | |
| Protected Attributes inherited from QAbstractFileEngineIterator | |
| QFileInfo | m_fileInfo |
Definition at line 256 of file qiosfileengineassetslibrary.mm.
| QIOSAssetEnumerator * QIOSFileEngineIteratorAssetsLibrary::m_enumerator |
Definition at line 259 of file qiosfileengineassetslibrary.mm.