QDirIterator
#include <QtCore/QDirIterator>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QDirIterator
Overview
Public Types Index
enum IteratorFlagNoIteratorFlags 0x0, FollowSymlinks 0x1, Subdirectories 0x2 |
Public Functions Index
QDirIterator (const QDir &dir, IteratorFlags flags=NoIteratorFlags) | |
QDirIterator (const QString &path, IteratorFlags flags=NoIteratorFlags) | |
QDirIterator (const QString &path, QDir::Filters filter, IteratorFlags flags=NoIteratorFlags) | |
QDirIterator (const QString &path, const QStringList &nameFilters, QDir::Filters filters=QDir::NoFilter, IteratorFlags flags=NoIteratorFlags) | |
virtual | ~QDirIterator () |
QFileInfo | fileInfo () const |
QString | fileName () const |
QString | filePath () const |
bool | hasNext () const |
QString | next () |
QString | path () const |
Public Types
- NoIteratorFlags 0x0
- FollowSymlinks 0x1
- Subdirectories 0x2
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy