|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.core.Qt.UIEffect
public static final class Qt.UIEffect
This enum describes the available UI effects.
By default, Qt will try to use the platform specific desktop settings for each effect. Use the QApplication::setDesktopSettingsAware() function (passing false as argument) to prevent this, and the QApplication::setEffectEnabled() to enable or disable a particular effect.
Note that all effects are disabled on screens running at less than 16-bit color depth.
Field Summary | |
---|---|
static Qt.UIEffect |
UI_AnimateCombo
Show animated comboboxes. |
static Qt.UIEffect |
UI_AnimateMenu
Show animated menus. |
static Qt.UIEffect |
UI_AnimateToolBox
Reserved |
static Qt.UIEffect |
UI_AnimateTooltip
Show tooltip animations. |
static Qt.UIEffect |
UI_FadeMenu
Show faded menus. |
static Qt.UIEffect |
UI_FadeTooltip
Show tooltip fading effects. |
static Qt.UIEffect |
UI_General
|
Method Summary | |
---|---|
static Qt.UIEffect |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static Qt.UIEffect |
valueOf(java.lang.String name)
|
static Qt.UIEffect[] |
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 Qt.UIEffect UI_General
public static final Qt.UIEffect UI_AnimateMenu
public static final Qt.UIEffect UI_FadeMenu
public static final Qt.UIEffect UI_AnimateCombo
public static final Qt.UIEffect UI_AnimateTooltip
public static final Qt.UIEffect UI_FadeTooltip
public static final Qt.UIEffect UI_AnimateToolBox
Method Detail |
---|
public static Qt.UIEffect[] values()
public static Qt.UIEffect valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static Qt.UIEffect resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |