QTabletEvent

Binding for C++ class QTabletEvent.

Constructors

this
this(typeof(this) other)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

clone
QTabletEvent clone()
Undocumented in source. Be warned that the author may not have intended to support it.
globalPos
QPoint globalPos()
Undocumented in source. Be warned that the author may not have intended to support it.
globalPosF
const(QPointF) globalPosF()
Undocumented in source. Be warned that the author may not have intended to support it.
globalX
int globalX()
Undocumented in source. Be warned that the author may not have intended to support it.
globalY
int globalY()
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.
pos
QPoint pos()
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.
x
int x()
Undocumented in source. Be warned that the author may not have intended to support it.
xTilt
qreal xTilt()
Undocumented in source. Be warned that the author may not have intended to support it.
y
int y()
Undocumented in source. Be warned that the author may not have intended to support it.
yTilt
qreal yTilt()
Undocumented in source. Be warned that the author may not have intended to support it.
z
qreal z()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_tangential
float m_tangential;
Undocumented in source.
m_xTilt
float m_xTilt;
Undocumented in source.
m_yTilt
float m_yTilt;
Undocumented in source.
m_z
float m_z;
Undocumented in source.

Inherited Members

From QSinglePointEvent

~this
~this()
Undocumented in source.
button
qt.core.namespace.MouseButton button()
Undocumented in source. Be warned that the author may not have intended to support it.
buttons
qt.core.namespace.MouseButtons buttons()
Undocumented in source. Be warned that the author may not have intended to support it.
position
QPointF position()
Undocumented in source. Be warned that the author may not have intended to support it.
scenePosition
QPointF scenePosition()
Undocumented in source. Be warned that the author may not have intended to support it.
globalPosition
QPointF globalPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
isBeginEvent
bool isBeginEvent()
Undocumented in source.
isUpdateEvent
bool isUpdateEvent()
Undocumented in source.
isEndEvent
bool isEndEvent()
Undocumented in source.
exclusivePointGrabber
QObject exclusivePointGrabber()
Undocumented in source. Be warned that the author may not have intended to support it.
setExclusivePointGrabber
void setExclusivePointGrabber(QObject exclusiveGrabber)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
QSinglePointEvent clone()
Undocumented in source. Be warned that the author may not have intended to support it.
m_button
qt.core.namespace.MouseButton m_button;
Undocumented in source.
m_mouseState
qt.core.namespace.MouseButtons m_mouseState;
Undocumented in source.
m_source
qt.core.namespace.MouseEventSource m_source;
Undocumented in source.
m_reserved
quint16 m_reserved;
Undocumented in source.
bitfieldData_m_reserved2
ushort bitfieldData_m_reserved2;
Undocumented in source.
m_reserved2
quint16 m_reserved2()
Undocumented in source. Be warned that the author may not have intended to support it.
m_reserved2
quint16 m_reserved2(quint16 value)
Undocumented in source. Be warned that the author may not have intended to support it.
m_doubleClick
quint16 m_doubleClick()
Undocumented in source. Be warned that the author may not have intended to support it.
m_doubleClick
quint16 m_doubleClick(quint16 value)
Undocumented in source. Be warned that the author may not have intended to support it.
m_phase
quint16 m_phase()
Undocumented in source. Be warned that the author may not have intended to support it.
m_phase
quint16 m_phase(quint16 value)
Undocumented in source. Be warned that the author may not have intended to support it.
m_invertedScrolling
quint16 m_invertedScrolling()
Undocumented in source. Be warned that the author may not have intended to support it.
m_invertedScrolling
quint16 m_invertedScrolling(quint16 value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta