Home · All Classes · Main Classes · Deprecated
Properties

MTapAndHoldRecognizerStyle Class Reference

Defines a style for a MTapAndHoldRecognizerStyle class. More...

Inherits MStyle.

List of all members.

Properties

int timeout
qreal movementThreshold

Detailed Description

Defines a style for a MTapAndHoldRecognizerStyle class.

This class defines the default threshold values that are used by tap&hold gesture recognizers.


Property Documentation

qreal MTapAndHoldRecognizerStyle::movementThreshold [read, write]

A distance threshold which is used to check if the pointer was hold within specified range when gesture was recognized. If the pointer was moved further than this threshold, the gesture will be cancelled.

int MTapAndHoldRecognizerStyle::timeout [read, write]

A time threshold which is used to check if the pointer was hold in place long enough to recognize gesture.


Copyright © 2010 Nokia Corporation
MeeGo Touch