QTabletEvent

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(Type t, const(QPointF) pos, const(QPointF) globalPos, int device, int pointerType, qreal pressure, int xTilt, int yTilt, qreal tangentialPressure, qreal rotation, int z, qt.core.namespace.KeyboardModifiers keyState, qint64 uniqueID)
Undocumented in source.
this
this(Type t, const(QPointF) pos, const(QPointF) globalPos, int device, int pointerType, qreal pressure, int xTilt, int yTilt, qreal tangentialPressure, qreal rotation, int z, qt.core.namespace.KeyboardModifiers keyState, qint64 uniqueID, qt.core.namespace.MouseButton button, qt.core.namespace.MouseButtons buttons)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Enums

PointerType
enum PointerType
Undocumented in source.
TabletDevice
enum TabletDevice
Undocumented in source.

Functions

button
qt.core.namespace.MouseButton button()
Undocumented in source.
buttons
qt.core.namespace.MouseButtons buttons()
Undocumented in source.
globalPosF
const(QPointF) globalPosF()
Undocumented in source. Be warned that the author may not have intended to support it.
hiResGlobalX
qreal hiResGlobalX()
Undocumented in source. Be warned that the author may not have intended to support it.
hiResGlobalY
qreal hiResGlobalY()
Undocumented in source. Be warned that the author may not have intended to support it.
posF
const(QPointF) posF()
Undocumented in source. Be warned that the author may not have intended to support it.
pressure
qreal pressure()
Undocumented in source. Be warned that the author may not have intended to support it.
rotation
qreal rotation()
Undocumented in source. Be warned that the author may not have intended to support it.
tangentialPressure
qreal tangentialPressure()
Undocumented in source. Be warned that the author may not have intended to support it.
uniqueId
qint64 uniqueId()
Undocumented in source. Be warned that the author may not have intended to support it.
xTilt
int xTilt()
Undocumented in source. Be warned that the author may not have intended to support it.
yTilt
int yTilt()
Undocumented in source. Be warned that the author may not have intended to support it.
z
int z()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

mDev
int mDev;
Undocumented in source.
mExtra
void* mExtra;
Undocumented in source.
mGPos
QPointF mGPos;
Undocumented in source.
mPointerType
int mPointerType;
Undocumented in source.
mPos
QPointF mPos;
Undocumented in source.
mPress
qreal mPress;
Undocumented in source.
mRot
qreal mRot;
Undocumented in source.
mTangential
qreal mTangential;
Undocumented in source.
mUnique
qint64 mUnique;
Undocumented in source.
mXT
int mXT;
Undocumented in source.
mYT
int mYT;
Undocumented in source.
mZ
int mZ;
Undocumented in source.

Inherited Members

From QInputEvent

~this
~this()
Undocumented in source.
modifiers
qt.core.namespace.KeyboardModifiers modifiers()
Undocumented in source. Be warned that the author may not have intended to support it.
setModifiers
void setModifiers(qt.core.namespace.KeyboardModifiers amodifiers)
Undocumented in source. Be warned that the author may not have intended to support it.
timestamp
cpp_ulong timestamp()
Undocumented in source. Be warned that the author may not have intended to support it.
setTimestamp
void setTimestamp(cpp_ulong atimestamp)
Undocumented in source. Be warned that the author may not have intended to support it.
modState
qt.core.namespace.KeyboardModifiers modState;
Undocumented in source.
ts
cpp_ulong ts;
Undocumented in source.

Meta