QFeedbackInterface Class Reference
The QFeedbackInterface class is the base class for interfaces providing feedback. More...
#include <QFeedbackInterface>
Inherited by QFeedbackFileInterface, QFeedbackHapticsInterface, and QFeedbackThemeInterface.
Public Types
enum | PluginPriority { PluginLowPriority, PluginNormalPriority, PluginHighPriority } |
Static Protected Members
void | reportError ( const QFeedbackEffect * effect, QFeedbackEffect::ErrorType error ) |
Detailed Description
The QFeedbackInterface class is the base class for interfaces providing feedback.
It gives the possibility to report errors from within a backend plugin.