QNativeGestureEvent

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(qt.core.namespace.NativeGestureType type, const(QPointF) localPos, const(QPointF) windowPos, const(QPointF) screenPos, qreal value, cpp_ulong sequenceId, quint64 intArgument)
Undocumented in source.
this
this(qt.core.namespace.NativeGestureType type, const(QTouchDevice)* dev, const(QPointF) localPos, const(QPointF) windowPos, const(QPointF) screenPos, qreal value, cpp_ulong sequenceId, quint64 intArgument)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

device
const(QTouchDevice)* device()
Undocumented in source.
gestureType
qt.core.namespace.NativeGestureType gestureType()
Undocumented in source. Be warned that the author may not have intended to support it.
localPos
const(QPointF) localPos()
Undocumented in source. Be warned that the author may not have intended to support it.
screenPos
const(QPointF) screenPos()
Undocumented in source. Be warned that the author may not have intended to support it.
value
qreal value()
Undocumented in source. Be warned that the author may not have intended to support it.
windowPos
const(QPointF) windowPos()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

mGestureType
qt.core.namespace.NativeGestureType mGestureType;
Undocumented in source.
mIntValue
quint64 mIntValue;
Undocumented in source.
mLocalPos
QPointF mLocalPos;
Undocumented in source.
mRealValue
qreal mRealValue;
Undocumented in source.
mScreenPos
QPointF mScreenPos;
Undocumented in source.
mSequenceId
cpp_ulong mSequenceId;
Undocumented in source.
mWindowPos
QPointF mWindowPos;
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