QFeedbackActuator Class Reference
The QFeedbackActuator class is describing actuators for tactile feedback. More...
#include <QFeedbackActuator>
Public Types
enum | Capability { Envelope, Period } |
enum | State { Busy, Ready, Unknown } |
Public Functions
QFeedbackActuator () | |
int | id () const |
bool | isCapabilitySupported ( Capability capability ) const |
bool | isEnabled () const |
bool | isValid () const |
QString | name () const |
void | setEnabled ( bool enabled ) |
State | state () const |
Static Public Members
QList<QFeedbackActuator> | actuators () |
Detailed Description
The QFeedbackActuator class is describing actuators for tactile feedback.
The class gives access to a specified actuator for tactile feedback. It allows the program to know its state and can be used in combination with QFeedbackHapticsEffect.
You can query the actuators available on your system.