src/hbcore/gestures/hbpinchgesture.cpp
changeset 21 4633027730f5
parent 6 c3690ec91ef8
child 30 80e4d18b72f5
equal deleted inserted replaced
7:923ff622b8b9 21:4633027730f5
    29 
    29 
    30 /*!
    30 /*!
    31     @hbcore
    31     @hbcore
    32     \class HbPinchGesture
    32     \class HbPinchGesture
    33 
    33 
    34     \brief The HbPinchGesture class provides multitouch support.
    34     \brief The HbPinchGesture class provides support for touch gestures using more than one finger.
    35     
    35     
    36     HbPinchGesture is an extension to Qt standard QPinchGesture. It offers
    36     HbPinchGesture is an extension to Qt standard QPinchGesture. It offers
    37     convenience functions for handling the pinch gesture properties directly
    37     convenience functions for handling the pinch gesture properties directly
    38     in scene coordinates. This removes any need for manual conversions from
    38     in scene coordinates. This removes any need for manual conversions from
    39     the screen (global) coordinates of the QPinchGesture base class
    39     the screen (global) coordinates of the QPinchGesture base class