com.trolltech.qt.gui
Class QFileIconProvider.IconType
java.lang.Object
java.lang.Enum
com.trolltech.qt.gui.QFileIconProvider.IconType
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- QFileIconProvider
public static final class QFileIconProvider.IconType
- 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 |
Computer
public static final QFileIconProvider.IconType Computer
Desktop
public static final QFileIconProvider.IconType Desktop
Trashcan
public static final QFileIconProvider.IconType Trashcan
Network
public static final QFileIconProvider.IconType Network
Drive
public static final QFileIconProvider.IconType Drive
Folder
public static final QFileIconProvider.IconType Folder
File
public static final QFileIconProvider.IconType File
values
public static QFileIconProvider.IconType[] values()
valueOf
public static QFileIconProvider.IconType 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 QFileIconProvider.IconType resolve(int value)
- Returns the IconType constant with the specified int.