com.trolltech.qt.core
Class QDirIterator.IteratorFlag
java.lang.Object
java.lang.Enum
com.trolltech.qt.core.QDirIterator.IteratorFlag
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- QDirIterator
public static final class QDirIterator.IteratorFlag
- extends java.lang.Enum
- implements QtEnumerator
These flags can be passed to a QTreeWidgetItemIterator
constructor (OR-ed together if more than one is used), so that the iterator will only iterate over items that match the given flags.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
NoIteratorFlags
public static final QDirIterator.IteratorFlag NoIteratorFlags
FollowSymlinks
public static final QDirIterator.IteratorFlag FollowSymlinks
Subdirectories
public static final QDirIterator.IteratorFlag Subdirectories
values
public static QDirIterator.IteratorFlag[] values()
valueOf
public static QDirIterator.IteratorFlag valueOf(java.lang.String name)
value
public int value()
- This function should return an integer value for the enum values of the enumeration that implements this interface.
- Specified by:
value
in interface QtEnumerator
createQFlags
public static QDirIterator.IteratorFlags createQFlags(QDirIterator.IteratorFlag[] values)
- This function creates a com.trolltech.qt.core.QDirIterator$IteratorFlags with the specified com.trolltech.qt.core.QDirIterator$IteratorFlag[] IteratorFlag values set.
resolve
public static QDirIterator.IteratorFlag resolve(int value)
- Returns the IteratorFlag constant with the specified int.