|
|||||||||
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.Modifier
public static final class Qt.Modifier
This enum provides shorter names for the keyboard modifier keys supported by Qt.
Note: On Mac OS X, the CTRL value corresponds to the Command keys on the Macintosh keyboard, and the META value corresponds to the Control keys.
KeyboardModifier
, and MouseButton
.
Field Summary | |
---|---|
static Qt.Modifier |
ALT
The normal Alt keys, but not keys like AltGr . |
static Qt.Modifier |
CTRL
The Ctrl keys. |
static Qt.Modifier |
META
The Meta keys. |
static Qt.Modifier |
MODIFIER_MASK
|
static Qt.Modifier |
SHIFT
The Shift keys provided on all standard keyboards. |
static Qt.Modifier |
UNICODE_ACCEL
The shortcut is specified as a Unicode code point, not as a Qt Key. |
Method Summary | |
---|---|
static Qt.Modifier |
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.Modifier |
valueOf(java.lang.String name)
|
static Qt.Modifier[] |
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.Modifier META
public static final Qt.Modifier SHIFT
public static final Qt.Modifier CTRL
public static final Qt.Modifier ALT
AltGr
.
public static final Qt.Modifier MODIFIER_MASK
public static final Qt.Modifier UNICODE_ACCEL
Method Detail |
---|
public static Qt.Modifier[] values()
public static Qt.Modifier valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static Qt.Modifier resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |