4#ifndef QFSFILEENGINE_ITERATOR_P_H
5#define QFSFILEENGINE_ITERATOR_P_H
18#include "private/qabstractfileengine_p.h"
22#ifndef QT_NO_FILESYSTEMITERATOR
26class QFSFileEngineIteratorPrivate;
27class QFSFileEngineIteratorPlatformSpecificData;
The QAbstractFileEngineIterator class provides an iterator interface for custom file engines.
QDir::Filters filters() const
Returns the entry filters for this iterator.
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.
bool hasNext() const override
This pure virtual function returns true if there is at least one more entry in the current directory ...
QString next() override
This pure virtual function advances the iterator to the next directory entry, and returns the file pa...
\inmodule QtCore \reentrant
\macro QT_RESTRICTED_CAST_FROM_ASCII
Combined button and popup list for selecting options.