The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Gui::QPinchGesture

PUBLIC METHODS

QPinchGesture(QObject * parent)
QPinchGesture(QObject * parent = 0)
QPointF centerPoint()
QFlags<QPinchGesture::ChangeFlag> changeFlags()
QPointF lastCenterPoint()
qreal lastRotationAngle()
qreal lastScaleFactor()
qreal rotationAngle()
qreal scaleFactor()
void setCenterPoint(const QPointF & value)
void setChangeFlags(QFlags<QPinchGesture::ChangeFlag> value)
void setLastCenterPoint(const QPointF & value)
void setLastRotationAngle(qreal value)
void setLastScaleFactor(qreal value)
void setRotationAngle(qreal value)
void setScaleFactor(qreal value)
void setStartCenterPoint(const QPointF & value)
void setTotalChangeFlags(QFlags<QPinchGesture::ChangeFlag> value)
void setTotalRotationAngle(qreal value)
void setTotalScaleFactor(qreal value)
QPointF startCenterPoint()
QFlags<QPinchGesture::ChangeFlag> totalChangeFlags()
qreal totalRotationAngle()
qreal totalScaleFactor()

ENUM VALUES

ScaleFactorChanged
RotationAngleChanged
CenterPointChanged

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html