src/gui/kernel/qgesturerecognizer.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
    59    QGestureRecognizer is the base class for implementing custom gestures.
    59    QGestureRecognizer is the base class for implementing custom gestures.
    60 
    60 
    61    Developers that only need to provide gesture recognition for standard gestures do not
    61    Developers that only need to provide gesture recognition for standard gestures do not
    62    need to use this class directly. Instances will be created behind the scenes by the
    62    need to use this class directly. Instances will be created behind the scenes by the
    63    framework.
    63    framework.
       
    64 
       
    65    For an overview of gesture handling in Qt and information on using gestures
       
    66    in your applications, see the \l{Gestures Programming} document.
    64 
    67 
    65    \section1 Recognizing Gestures
    68    \section1 Recognizing Gestures
    66 
    69 
    67    The process of recognizing gestures involves filtering input events sent to specific
    70    The process of recognizing gestures involves filtering input events sent to specific
    68    objects, and modifying the associated QGesture objects to include relevant information
    71    objects, and modifying the associated QGesture objects to include relevant information