Definition joydpadxml.h:27
Some helper methods which run in the IO thread and are called from the GUI thread.
Definition joysensoriothreadhelper.h:32
QHash< JoySensorDirection, JoyButtonSlot * > m_pending_slots
Definition joysensoriothreadhelper.h:46
void setFromPendingSlots()
Applies pending slot values to the buttons Should be called via QMetaObject::invokeMethod.
Definition joysensoriothreadhelper.cpp:59
void clearPendingSlots()
Clears pending slot values.
Definition joysensoriothreadhelper.cpp:53
void clearButtonsSlotsEventReset()
Calls JoyButton::clearSlotEventReset on all JoyButtons of the underlying sensor. Should be called via...
Definition joysensoriothreadhelper.cpp:85
void setPendingSlots(QHash< JoySensorDirection, JoyButtonSlot * > *tempSlots)
Sets pending slot values The values are applied to the buttons by calling setFromPendingSlots.
Definition joysensoriothreadhelper.cpp:39
JoySensor * m_sensor
Definition joysensoriothreadhelper.h:45
Represents one sensor in a SetJoystick and its connections to other parts of the application....
Definition joysensor.h:40