|
|||||||||
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.QTabletEvent.TabletDevice
public static final class QTabletEvent.TabletDevice
This enum defines what type of device is generating the event.
Field Summary | |
---|---|
static QTabletEvent.TabletDevice |
Airbrush
An airbrush |
static QTabletEvent.TabletDevice |
FourDMouse
A 4D Mouse. |
static QTabletEvent.TabletDevice |
NoDevice
No device, or an unknown device. |
static QTabletEvent.TabletDevice |
Puck
A Puck (a device that is similar to a flat mouse with a transparent circle with cross-hairs). |
static QTabletEvent.TabletDevice |
RotationStylus
A special stylus that also knows about rotation (a 6D stylus). |
static QTabletEvent.TabletDevice |
Stylus
A Stylus. |
static QTabletEvent.TabletDevice |
XFreeEraser
|
Method Summary | |
---|---|
static QTabletEvent.TabletDevice |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QTabletEvent.TabletDevice |
valueOf(java.lang.String name)
|
static QTabletEvent.TabletDevice[] |
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 QTabletEvent.TabletDevice NoDevice
public static final QTabletEvent.TabletDevice Puck
public static final QTabletEvent.TabletDevice Stylus
public static final QTabletEvent.TabletDevice Airbrush
public static final QTabletEvent.TabletDevice FourDMouse
public static final QTabletEvent.TabletDevice XFreeEraser
public static final QTabletEvent.TabletDevice RotationStylus
Method Detail |
---|
public static QTabletEvent.TabletDevice[] values()
public static QTabletEvent.TabletDevice valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QTabletEvent.TabletDevice resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |