![]() |
AntiMicroX
|
Some helper methods which run in the IO thread and are called from the GUI thread. More...
#include <joycontrolstickcontextmenuhelper.h>
Public Slots | |
void | setFromPendingSlots () |
void | clearButtonsSlotsEventReset () |
Public Member Functions | |
JoyControlStickContextMenuHelper (JoyControlStick *stick, QObject *parent=nullptr) | |
void | setPendingSlots (QHash< JoyControlStick::JoyStickDirections, JoyButtonSlot * > *tempSlots) |
void | clearPendingSlots () |
const QHash< JoyControlStick::JoyStickDirections, JoyButtonSlot * > & | getPendingSlots () |
Private Attributes | |
JoyControlStick * | stick |
QHash< JoyControlStick::JoyStickDirections, JoyButtonSlot * > | pendingSlots |
Some helper methods which run in the IO thread and are called from the GUI thread.
|
explicit |
|
slot |
void JoyControlStickContextMenuHelper::clearPendingSlots | ( | ) |
const QHash< JoyControlStick::JoyStickDirections, JoyButtonSlot * > & JoyControlStickContextMenuHelper::getPendingSlots | ( | ) |
|
slot |
void JoyControlStickContextMenuHelper::setPendingSlots | ( | QHash< JoyControlStick::JoyStickDirections, JoyButtonSlot * > * | tempSlots | ) |
|
private |
|
private |