QPinchGesture

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(QObject parent)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

ChangeFlags
alias ChangeFlags = QFlags!(ChangeFlag)
Undocumented in source.

Enums

ChangeFlag
enum ChangeFlag
Undocumented in source.

Functions

centerPoint
QPointF centerPoint()
Undocumented in source.
changeFlags
ChangeFlags changeFlags()
Undocumented in source.
lastCenterPoint
QPointF lastCenterPoint()
Undocumented in source.
lastRotationAngle
qreal lastRotationAngle()
Undocumented in source.
lastScaleFactor
qreal lastScaleFactor()
Undocumented in source.
rotationAngle
qreal rotationAngle()
Undocumented in source.
scaleFactor
qreal scaleFactor()
Undocumented in source.
setCenterPoint
void setCenterPoint(const(QPointF) value)
Undocumented in source.
setChangeFlags
void setChangeFlags(ChangeFlags value)
Undocumented in source.
setLastCenterPoint
void setLastCenterPoint(const(QPointF) value)
Undocumented in source.
setLastRotationAngle
void setLastRotationAngle(qreal value)
Undocumented in source.
setLastScaleFactor
void setLastScaleFactor(qreal value)
Undocumented in source.
setRotationAngle
void setRotationAngle(qreal value)
Undocumented in source.
setScaleFactor
void setScaleFactor(qreal value)
Undocumented in source.
setStartCenterPoint
void setStartCenterPoint(const(QPointF) value)
Undocumented in source.
setTotalChangeFlags
void setTotalChangeFlags(ChangeFlags value)
Undocumented in source.
setTotalRotationAngle
void setTotalRotationAngle(qreal value)
Undocumented in source.
setTotalScaleFactor
void setTotalScaleFactor(qreal value)
Undocumented in source.
startCenterPoint
QPointF startCenterPoint()
Undocumented in source.
totalChangeFlags
ChangeFlags totalChangeFlags()
Undocumented in source.
totalRotationAngle
qreal totalRotationAngle()
Undocumented in source.
totalScaleFactor
qreal totalScaleFactor()
Undocumented in source.

Inherited Members

From QGesture

~this
~this()
Undocumented in source.
gestureType
qt.core.namespace.GestureType gestureType()
Undocumented in source.
state
qt.core.namespace.GestureState state()
Undocumented in source.
hotSpot
QPointF hotSpot()
Undocumented in source.
setHotSpot
void setHotSpot(const(QPointF) value)
Undocumented in source.
hasHotSpot
bool hasHotSpot()
Undocumented in source.
unsetHotSpot
void unsetHotSpot()
Undocumented in source.
GestureCancelPolicy
enum GestureCancelPolicy
Undocumented in source.
setGestureCancelPolicy
void setGestureCancelPolicy(GestureCancelPolicy policy)
Undocumented in source.
gestureCancelPolicy
GestureCancelPolicy gestureCancelPolicy()
Undocumented in source.

Meta