QDirIterator

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(const(QDir) dir, IteratorFlags flags)
Undocumented in source.
this
this(const(QString) path, IteratorFlags flags)
Undocumented in source.
this
this(const(QString) path, QDir.Filters filter, IteratorFlags flags)
Undocumented in source.
this
this(const(QString) path, const(QStringList) nameFilters, QDir.Filters filters, IteratorFlags flags)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

IteratorFlags
alias IteratorFlags = QFlags!(IteratorFlag)
Undocumented in source.

Enums

IteratorFlag
enum IteratorFlag
Undocumented in source.

Functions

fileInfo
QFileInfo fileInfo()
Undocumented in source.
fileName
QString fileName()
Undocumented in source.
filePath
QString filePath()
Undocumented in source.
hasNext
bool hasNext()
Undocumented in source.
next
QString next()
Undocumented in source.
path
QString path()
Undocumented in source.

Meta