 |
AntiMicroX
|
Go to the documentation of this file.
19 #ifndef JOYCONTROLSTICKEDITDIALOGHELPER_H
20 #define JOYCONTROLSTICKEDITDIALOGHELPER_H
35 void setPendingSlots(QHash<JoyControlStick::JoyStickDirections, JoyButtonSlot *> *tempSlots);
37 QHash<JoyControlStick::JoyStickDirections, JoyButtonSlot *>
const &
getPendingSlots();
46 QHash<JoyControlStick::JoyStickDirections, JoyButtonSlot *>
pendingSlots;
49 #endif // JOYCONTROLSTICKEDITDIALOGHELPER_H
QHash< JoyStickDirections, JoyControlStickButton * > * getButtons()
Definition: joycontrolstick.cpp:1820
JoyControlStick * stick
Definition: joycontrolstickeditdialoghelper.h:45
QHash< JoyControlStick::JoyStickDirections, JoyButtonSlot * > pendingSlots
Definition: joycontrolstickeditdialoghelper.h:46
const QHash< JoyControlStick::JoyStickDirections, JoyButtonSlot * > & getPendingSlots()
Definition: joycontrolstickeditdialoghelper.cpp:100
Some helper methods which run in the IO thread and are called from the GUI thread.
Definition: joycontrolstickeditdialoghelper.h:30
void setStickDelay(int value)
Definition: joycontrolstick.cpp:2771
JoyControlStickEditDialogHelper(JoyControlStick *stick, QObject *parent=nullptr)
Definition: joycontrolstickeditdialoghelper.cpp:26
void setFromPendingSlots()
Definition: joycontrolstickeditdialoghelper.cpp:51
JoyStickDirections
Definition: joycontrolstickdirectionstype.h:25
void updateControlStickDelay(int value)
Definition: joycontrolstickeditdialoghelper.cpp:91
JoyControlStickButton * getDirectionButton(JoyStickDirections direction)
Get a pointer to the stick direction button for the desired direction.
Definition: joycontrolstick.cpp:1179
void clearButtonsSlotsEventReset()
Definition: joycontrolstickeditdialoghelper.cpp:77
void setPendingSlots(QHash< JoyControlStick::JoyStickDirections, JoyButtonSlot * > *tempSlots)
Definition: joycontrolstickeditdialoghelper.cpp:34
Represents stick of a joystick.
Definition: joycontrolstick.h:37
int getStickDelay()
Definition: joycontrolstick.cpp:2781
void clearPendingSlots()
Definition: joycontrolstickeditdialoghelper.cpp:49