5#ifndef QFSFILEENGINE_ITERATOR_P_H
6#define QFSFILEENGINE_ITERATOR_P_H
19#include "private/qabstractfileengine_p.h"
25#ifndef QT_NO_FILESYSTEMITERATOR
34 const QStringList &filterNames);
43 mutable std::unique_ptr<QFileSystemIterator> nativeIterator;
QString currentFileName() const override
This pure virtual function returns the name of the current directory entry, excluding the path.
QFileInfo currentFileInfo() const override
The virtual function returns a QFileInfo for the current directory entry.
QFSFileEngineIterator(const QString &path, QDir::Filters filters, const QStringList &filterNames)
bool advance() override
This pure virtual function advances the iterator to the next directory entry; if the operation was su...
ProcessOpenModeResult processOpenModeFlags(QIODevice::OpenMode openMode)