QTouchEvent

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(QEvent.Type eventType, QTouchDevice* device, qt.core.namespace.KeyboardModifiers modifiers, qt.core.namespace.TouchPointStates touchPointStates, const(QList!(QTouchEvent.TouchPoint)) touchPoints)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

device
QTouchDevice* device()
Undocumented in source. Be warned that the author may not have intended to support it.
setDevice
void setDevice(QTouchDevice* adevice)
Undocumented in source. Be warned that the author may not have intended to support it.
setTarget
void setTarget(QObject atarget)
Undocumented in source. Be warned that the author may not have intended to support it.
setTouchPointStates
void setTouchPointStates(qt.core.namespace.TouchPointStates aTouchPointStates)
Undocumented in source. Be warned that the author may not have intended to support it.
setTouchPoints
void setTouchPoints(const(QList!(QTouchEvent.TouchPoint)) atouchPoints)
Undocumented in source. Be warned that the author may not have intended to support it.
setWindow
void setWindow(QWindow* awindow)
Undocumented in source. Be warned that the author may not have intended to support it.
target
QObject target()
Undocumented in source. Be warned that the author may not have intended to support it.
touchPointStates
qt.core.namespace.TouchPointStates touchPointStates()
Undocumented in source. Be warned that the author may not have intended to support it.
touchPoints
const(QList!(QTouchEvent.TouchPoint)) touchPoints()
Undocumented in source. Be warned that the author may not have intended to support it.
window
QWindow* window()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

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

Variables

_device
QTouchDevice* _device;
Undocumented in source.
_target
QObject _target;
Undocumented in source.
_touchPointStates
qt.core.namespace.TouchPointStates _touchPointStates;
Undocumented in source.
_touchPoints
QList!(QTouchEvent.TouchPoint) _touchPoints;
Undocumented in source.
_window
QWindow* _window;
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