42 #ifndef QFSFILEENGINE_ITERATOR_P_H 43 #define QFSFILEENGINE_ITERATOR_P_H 60 #ifndef QT_NO_FSFILEENGINE 61 #ifndef QT_NO_FILESYSTEMITERATOR 65 class QFSFileEngineIteratorPrivate;
66 class QFSFileEngineIteratorPlatformSpecificData;
90 #endif // QT_NO_FILESYSTEMITERATOR 91 #endif // QT_NO_FSFILEENGINE 93 #endif // QFSFILEENGINE_ITERATOR_P_H
#define QT_END_NAMESPACE
This macro expands to.
QString currentFileName() const
This pure virtual function returns the name of the current directory entry, excluding the path...
QFileInfo currentFileInfo() const
The virtual function returns a QFileInfo for the current directory entry.
QFSFileEngineIterator(QDir::Filters filters, const QStringList &filterNames)
The QString class provides a Unicode character string.
QString next()
This pure virtual function advances the iterator to the next directory entry, and returns the file pa...
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QStringList class provides a list of strings.
QDir::Filters filters() const
Returns the entry filters for this iterator.
QScopedPointer< QFileSystemIterator > nativeIterator
The QAbstractFileEngineIterator class provides an iterator interface for custom file engines...
bool hasNext() const
This pure virtual function returns true if there is at least one more entry in the current directory ...
The QFileInfo class provides system-independent file information.