com.trolltech.qt.gui
Class QFileSystemModel.Roles
java.lang.Object
java.lang.Enum
com.trolltech.qt.gui.QFileSystemModel.Roles
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- QFileSystemModel
public static final class QFileSystemModel.Roles
- extends java.lang.Enum
- implements QtEnumerator
- 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 |
FileIconRole
public static final QFileSystemModel.Roles FileIconRole
FilePathRole
public static final QFileSystemModel.Roles FilePathRole
FileNameRole
public static final QFileSystemModel.Roles FileNameRole
FilePermissions
public static final QFileSystemModel.Roles FilePermissions
values
public static QFileSystemModel.Roles[] values()
valueOf
public static QFileSystemModel.Roles 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
resolve
public static QFileSystemModel.Roles resolve(int value)
- Returns the QFileSystemModel$Roles constant with the specified int.