|
|||||||||
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.PointerType
public static final class QTabletEvent.PointerType
This enum defines what type of point is generating the event.
pointerType()
.
Field Summary | |
---|---|
static QTabletEvent.PointerType |
Cursor
Any puck-like device. |
static QTabletEvent.PointerType |
Eraser
Eraser end of a stylus-like device (the broad end of the pen). |
static QTabletEvent.PointerType |
Pen
Tip end of a stylus-like device (the narrow end of the pen). |
static QTabletEvent.PointerType |
UnknownPointer
An unknown device. |
Method Summary | |
---|---|
static QTabletEvent.PointerType |
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.PointerType |
valueOf(java.lang.String name)
|
static QTabletEvent.PointerType[] |
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.PointerType UnknownPointer
public static final QTabletEvent.PointerType Pen
public static final QTabletEvent.PointerType Cursor
public static final QTabletEvent.PointerType Eraser
Method Detail |
---|
public static QTabletEvent.PointerType[] values()
public static QTabletEvent.PointerType valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QTabletEvent.PointerType resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |