The QFeedbackThemeInterface class is the base class for objects providing themed effects. More...
#include <QFeedbackThemeInterface>
Inherits QFeedbackInterface.
virtual | ~QFeedbackThemeInterface () |
virtual bool | play ( QFeedbackEffect::ThemeEffect effect ) = 0 |
virtual PluginPriority | pluginPriority () = 0 |
QFeedbackThemeInterface * | instance () |
The QFeedbackThemeInterface class is the base class for objects providing themed effects.
They can be of any nature (tactile, audio...). This simple interface will be used to play those themed effects by a simple call to the play method.
returns the instance of the object managing theme effects. If no backend has been loaded, this will return a null pointer.
Plays the theme effect effect. Returns false in case of an error.
returns the priority for the plugin.