|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.gui.QApplication.ColorSpec
public static final class QApplication.ColorSpec
See setColorSpec()
for full details.
Field Summary | |
---|---|
static QApplication.ColorSpec |
CustomColor
the same as NormalColor for X11; allocates colors to a palette on demand under Windows |
static QApplication.ColorSpec |
ManyColor
the right choice for applications that use thousands of colors |
static QApplication.ColorSpec |
NormalColor
the default color allocation policy |
Method Summary | |
---|---|
static QApplication.ColorSpec |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QApplication.ColorSpec |
valueOf(java.lang.String name)
|
static QApplication.ColorSpec[] |
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 |
Field Detail |
---|
public static final QApplication.ColorSpec NormalColor
public static final QApplication.ColorSpec CustomColor
NormalColor
for X11; allocates colors to a palette on demand under Windows
public static final QApplication.ColorSpec ManyColor
Method Detail |
---|
public static QApplication.ColorSpec[] values()
public static QApplication.ColorSpec valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QApplication.ColorSpec resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |