QML HapticsEffect ElementThe HapticsEffect element represents a custom haptic feedback effect. More... Inherits FeedbackEffect Properties
Detailed DescriptionThis element is part of the QtMobility.feedback 1.1 module. This class closely corresponds to the C++ QFeedbackHapticsEffect class. HapticsEffect { id: rumbleEffect attackIntensity: 0.0 attackTime: 250 intensity: 1.0 duration: 100 fadeTime: 250 fadeIntensity: 0.0 running: myBoat.keelDepth < 0; // play a rumble when we crash the boat } See also Actuator and QFeedbackHapticsEffect. Property DocumentationThe intensity of the attack (fade-in) part of the haptics effect, from 0.0 to 1.0. This property holds a list of available actuators. This property is read only. See also Actuator. The period of the haptics effect. If the period is zero, the effect will not repeat. If it is non-zero, the effect will repeat every period milliseconds.
© 2008-2010 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy X
|