org.kde.qt
public class QTabletEvent extends QEvent
| Field Summary | |
|---|---|
| static int | Eraser |
| static int | NoDevice |
| static int | Puck |
| static int | Stylus |
| Constructor Summary | |
|---|---|
| protected | QTabletEvent(Class dummy) |
| Method Summary | |
|---|---|
| void | accept() |
| int | device() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| QPoint | globalPos() |
| int | globalX() |
| int | globalY() |
| void | ignore() |
| int | isAccepted() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QPoint | pos() |
| int | pressure() |
| int | x() |
| int | xTilt() |
| int | y() |
| int | yTilt() |