QFeedbackThemeInterface Class Reference
The QFeedbackThemeInterface class is the base class for objects providing themed effects. More...
#include <QFeedbackThemeInterface>
Inherits QFeedbackInterface.
Public Functions
virtual | ~QFeedbackThemeInterface () |
virtual bool | play ( QFeedbackEffect::ThemeEffect effect ) = 0 |
virtual PluginPriority | pluginPriority () = 0 |
Static Public Members
QFeedbackThemeInterface * | instance () |
Additional Inherited Members
- 1 static protected member inherited from QFeedbackInterface
Detailed Description
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.