NAME
Qt::Gui::QGestureEvent
PUBLIC METHODS
- ~QGestureEvent()
- void accept(QGesture * arg0)
- void accept(Qt::GestureType arg0)
- QGesture * gesture(Qt::GestureType type)
- 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.