|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<QPalette.ColorGroup>
com.trolltech.qt.gui.QPalette.ColorGroup
public static enum QPalette.ColorGroup
Press link for info on QPalette.ColorGroup
Enum Constant Summary | |
---|---|
Active
Internal. |
|
All
Internal. |
|
Current
Internal. |
|
Disabled
Internal. |
|
Inactive
Internal. |
|
NColorGroups
Internal. |
Method Summary | |
---|---|
static QPalette.ColorGroup |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QPalette.ColorGroup |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QPalette.ColorGroup[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
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 |
Enum Constant Detail |
---|
public static final QPalette.ColorGroup Active
public static final QPalette.ColorGroup Disabled
public static final QPalette.ColorGroup Inactive
public static final QPalette.ColorGroup NColorGroups
public static final QPalette.ColorGroup Current
public static final QPalette.ColorGroup All
Method Detail |
---|
public static QPalette.ColorGroup[] values()
for (QPalette.ColorGroup c : QPalette.ColorGroup.values()) System.out.println(c);
public static QPalette.ColorGroup valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic int value()
QtEnumerator
value
in interface QtEnumerator
public static QPalette.ColorGroup resolve(int value)
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |