3#include <NDEVR/TimeSpan.h>
4#include <NDEVR/ApplicationOptions.h>
The default object to store data of any type that should persist through sessions of the application.
Definition Button.h:57
t_type get() const
Definition ApplicationOptions.h:102
When supported, such as on Android/IOS, will vibrate the device.
Definition QTVibrationManager.h:12
QTVibrationManager(QObject *parent=0)
static ApplicationOption< TimeSpan > default_buzz_length
Definition QTVibrationManager.h:23
static ApplicationOption< bool > global_vibrate
Definition QTVibrationManager.h:22
void requestVibrate(const TimeSpan &span=default_buzz_length.get())
static bool SystemSupportsVibrate()
static QTVibrationManager & DefaultInstance()
Stores a time span, or difference between two times, with an optional start time.
Definition TimeSpan.h:46