QML FileEffect ElementThe FileEffect element represents feedback data stored in a file. More... Inherits FeedbackEffect Properties
MethodsDetailed DescriptionThis element is part of the QtMobility.feedback 1.1 module. FileEffect { id: myFileEffect loaded: false source: "file:///myfile.ivs" } MouseArea { onClicked: myFileEffect.play(); } See also HapticsEffect and QFeedbackActuator. Property DocumentationThis property holds the MIME types supported for playing effects from file. Method DocumentationMakes sure that the file associated with the feedback object is loaded. See also QFeedbackFileEffect::load(). makes sure that the file associated with the feedback object is unloaded. See also QFeedbackFileEffect::unload().
© 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
|