com.trolltech.qt.gui
Class QIcon.Mode
java.lang.Object
java.lang.Enum
com.trolltech.qt.gui.QIcon.Mode
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- QIcon
public static final class QIcon.Mode
- extends java.lang.Enum
- implements QtEnumerator
- See Also:
- Serialized Form
Method Summary |
static QIcon.Mode |
resolve(int value)
Returns the Mode constant with the specified int. |
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QIcon.Mode |
valueOf(java.lang.String name)
|
static QIcon.Mode[] |
values()
|
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 |
Normal
public static final QIcon.Mode Normal
Disabled
public static final QIcon.Mode Disabled
Active
public static final QIcon.Mode Active
Selected
public static final QIcon.Mode Selected
values
public static QIcon.Mode[] values()
valueOf
public static QIcon.Mode 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 QIcon.Mode resolve(int value)
- Returns the Mode constant with the specified int.