The FileEffect element represents feedback data stored in a file. More...
Inherits FeedbackEffect
This element was introduced in Mobility 1.1.
This element is part of the QtMobility.feedback 1.1 module.
FileEffect { id: myFileEffect loaded: false source: "file:///myfile.ivs" } MouseArea { onClicked: myFileEffect.start(); }
See also HapticsEffect and QFeedbackActuator.
loaded : bool |
This property is true if this feedback effect is loaded.
This property group was introduced in Mobility 1.1.
source : url |
This property stores the url for the feedback data.
This property group was introduced in Mobility 1.1.
This property holds the MIME types supported for playing effects from file.
This property group was introduced in Mobility 1.1.
Makes sure that the file associated with the feedback object is loaded.
This documentation was introduced in Mobility 1.1.
See also QFeedbackFileEffect::load().
Makes sure that the file associated with the feedback object is unloaded.
This documentation was introduced in Mobility 1.1.
See also QFeedbackFileEffect::unload().
© 2008-2011 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
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.