Definition joydpadxml.h:27
Some helper methods which run in the IO thread and are called from the GUI thread.
Definition joysensoriothreadhelper.h:32
Defines presets for a sensor.
Definition joysensorpreset.h:25
JoySensorIoThreadHelper m_helper
Definition joysensorpreset.h:51
Preset
Definition joysensorpreset.h:30
@ PRESET_ARROWS
Definition joysensorpreset.h:36
@ PRESET_MOUSE
Definition joysensorpreset.h:32
@ PRESET_WASD
Definition joysensorpreset.h:37
@ PRESET_MOUSE_INV_HV
Definition joysensorpreset.h:35
@ PRESET_NONE
Definition joysensorpreset.h:31
@ PRESET_NUMPAD
Definition joysensorpreset.h:38
@ PRESET_MOUSE_INV_V
Definition joysensorpreset.h:34
@ PRESET_MOUSE_INV_H
Definition joysensorpreset.h:33
void setSensorPreset(Preset)
Assigns given preset to the underlying sensor This function defines the preset mappings and sensor pa...
Definition joysensorpreset.cpp:250
QList< Preset > getAvailablePresets()
Get available presets for the underlying sensor type.
Definition joysensorpreset.cpp:37
Preset currentPreset()
Determines the preset used by the underlying sensor.
Definition joysensorpreset.cpp:62
JoySensor * m_sensor
Definition joysensorpreset.h:50
QString getPresetName(Preset)
Get the translated name of a given preset.
Definition joysensorpreset.cpp:212
JoySensorIoThreadHelper & getHelper()
Get the internal JoySensorIoThreadHelper.
Definition joysensorpreset.cpp:371
Represents one sensor in a SetJoystick and its connections to other parts of the application....
Definition joysensor.h:40