4#ifndef QRESOURCE_ITERATOR_P_H
5#define QRESOURCE_ITERATOR_P_H
23class QResourceFileEngineIteratorPrivate;
The QAbstractFileEngineIterator class provides an iterator interface for custom file engines.
QDir::Filters filters() const
Returns the entry filters for this iterator.
~QResourceFileEngineIterator()
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...
QString currentFileName() const override
This pure virtual function returns the name of the current directory entry, excluding the path.
\macro QT_RESTRICTED_CAST_FROM_ASCII
Combined button and popup list for selecting options.