42 #ifndef QRESOURCE_ITERATOR_P_H 43 #define QRESOURCE_ITERATOR_P_H 61 class QResourceFileEngineIteratorPrivate;
#define QT_END_NAMESPACE
This macro expands to.
QString next()
This pure virtual function advances the iterator to the next directory entry, and returns the file pa...
~QResourceFileEngineIterator()
The QString class provides a Unicode character string.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QStringList class provides a list of strings.
QResourceFileEngineIterator(QDir::Filters filters, const QStringList &filterNames)
QDir::Filters filters() const
Returns the entry filters for this iterator.
The QAbstractFileEngineIterator class provides an iterator interface for custom file engines...
QString currentFileName() const
This pure virtual function returns the name of the current directory entry, excluding the path...
bool hasNext() const
This pure virtual function returns true if there is at least one more entry in the current directory ...