The FileEffect element represents feedback data stored in a file. More...
Inherits FeedbackEffect
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.
This property is true if this feedback effect is loaded.
This documentation was introduced in Qt Mobility Mobility 1.1.
This property stores the url for the feedback data.
This documentation was introduced in Qt Mobility Mobility 1.1.
This property holds the MIME types supported for playing effects from file.
This documentation was introduced in Qt Mobility Mobility 1.1.
Makes sure that the file associated with the feedback object is loaded.
This documentation was introduced in Qt Mobility Mobility 1.1.
See also QFeedbackFileEffect::load().
Makes sure that the file associated with the feedback object is unloaded.
This documentation was introduced in Qt Mobility Mobility 1.1.
See also QFeedbackFileEffect::unload().