19#ifndef JOYCONTROLSTICKEDITDIALOGHELPER_H
20#define JOYCONTROLSTICKEDITDIALOGHELPER_H
Some helper methods which run in the IO thread and are called from the GUI thread.
Definition joycontrolstickeditdialoghelper.h:31
void clearPendingSlots()
Definition joycontrolstickeditdialoghelper.cpp:49
void clearButtonsSlotsEventReset()
Definition joycontrolstickeditdialoghelper.cpp:77
JoyControlStick * stick
Definition joycontrolstickeditdialoghelper.h:45
QHash< JoyControlStick::JoyStickDirections, JoyButtonSlot * > const & getPendingSlots()
Definition joycontrolstickeditdialoghelper.cpp:100
void updateControlStickDelay(int value)
Definition joycontrolstickeditdialoghelper.cpp:91
void setPendingSlots(QHash< JoyControlStick::JoyStickDirections, JoyButtonSlot * > *tempSlots)
Definition joycontrolstickeditdialoghelper.cpp:34
QHash< JoyControlStick::JoyStickDirections, JoyButtonSlot * > pendingSlots
Definition joycontrolstickeditdialoghelper.h:46
void setFromPendingSlots()
Definition joycontrolstickeditdialoghelper.cpp:51
Represents stick of a joystick.
Definition joycontrolstick.h:38
Definition joydpadxml.h:27