45 #include <QtCore/qvariant.h> QString path() const
Returns the path for this iterator.
#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.
bool isValid() const
Returns true if the resource really exists in the resource hierarchy, false otherwise.
The QResource class provides an interface for reading directly from resources.
const T & at(int i) const
Returns the item at index position i in the list.
The QStringList class provides a list of strings.
QResourceFileEngineIterator(QDir::Filters filters, const QStringList &filterNames)
static const char *const filters[3]
int size() const
Returns the number of items in the list.
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...
QString currentFilePath() const
Returns the path to the current directory entry.
QStringList children() const
Returns a list of all resources in this directory, if the resource represents a file the list will be...
bool hasNext() const
This pure virtual function returns true if there is at least one more entry in the current directory ...