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

NAME

Qt::Gui::QGestureEvent

PUBLIC METHODS

QGestureEvent(const QList<QGesture *> & gestures)
~QGestureEvent()
void accept(QGesture * arg0)
void accept(Qt::GestureType arg0)
QList<QGesture *> activeGestures()
QList<QGesture *> canceledGestures()
QGesture * gesture(Qt::GestureType type)
QList<QGesture *> gestures()
void ignore(QGesture * arg0)
void ignore(Qt::GestureType arg0)
bool isAccepted(QGesture * arg0)
bool isAccepted(Qt::GestureType arg0)
QPointF mapToGraphicsScene(const QPointF & gesturePoint)
void setAccepted(QGesture * arg0, bool arg1)
void setAccepted(Qt::GestureType arg0, bool arg1)
void setWidget(QWidget * widget)
QWidget * widget()

ENUM VALUES

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