![]() |
AntiMicroX
|
#include <simplekeygrabberbutton.h>
Public Slots | |
void | refreshButtonLabel () |
Signals | |
void | buttonCodeChanged (int value) |
Public Member Functions | |
SimpleKeyGrabberButton (QWidget *parent=nullptr) | |
void | setValue (int value, int alias, JoyButtonSlot::JoySlotInputAction mode=JoyButtonSlot::JoyKeyboard) |
void | setValue (int value, JoyButtonSlot::JoySlotInputAction mode=JoyButtonSlot::JoyKeyboard) |
void | setValue (QString value, JoyButtonSlot::JoySlotInputAction mode=JoyButtonSlot::JoyLoadProfile) |
void | setValues (QString value, JoyButtonSlot::JoySlotInputAction mode=JoyButtonSlot::JoyMix) |
void | setValues (QString value, QList< JoyButtonSlot * > *jbtn, JoyButtonSlot::JoySlotInputAction mode=JoyButtonSlot::JoyMix) |
JoyButtonSlot * | getValue () |
JoyButtonSlot & | getValueNonPointer () |
void | setValue (JoyButtonSlot *jbS) |
bool | isEdited () |
bool | isGrabbing () |
Protected Member Functions | |
virtual void | keyPressEvent (QKeyEvent *event) |
virtual bool | eventFilter (QObject *obj, QEvent *event) |
Private Attributes | |
bool | grabNextAction |
bool | grabbingWheel |
bool | edited |
JoyButtonSlot | buttonslot |
|
explicit |
|
signal |
|
protectedvirtual |
JoyButtonSlot * SimpleKeyGrabberButton::getValue | ( | ) |
JoyButtonSlot & SimpleKeyGrabberButton::getValueNonPointer | ( | ) |
bool SimpleKeyGrabberButton::isEdited | ( | ) |
bool SimpleKeyGrabberButton::isGrabbing | ( | ) |
|
protectedvirtual |
|
slot |
void SimpleKeyGrabberButton::setValue | ( | int | value, |
int | alias, | ||
JoyButtonSlot::JoySlotInputAction | mode = JoyButtonSlot::JoyKeyboard |
||
) |
void SimpleKeyGrabberButton::setValue | ( | int | value, |
JoyButtonSlot::JoySlotInputAction | mode = JoyButtonSlot::JoyKeyboard |
||
) |
void SimpleKeyGrabberButton::setValue | ( | JoyButtonSlot * | jbS | ) |
void SimpleKeyGrabberButton::setValue | ( | QString | value, |
JoyButtonSlot::JoySlotInputAction | mode = JoyButtonSlot::JoyLoadProfile |
||
) |
void SimpleKeyGrabberButton::setValues | ( | QString | value, |
JoyButtonSlot::JoySlotInputAction | mode = JoyButtonSlot::JoyMix |
||
) |
void SimpleKeyGrabberButton::setValues | ( | QString | value, |
QList< JoyButtonSlot * > * | jbtn, | ||
JoyButtonSlot::JoySlotInputAction | mode = JoyButtonSlot::JoyMix |
||
) |
|
private |
|
private |
|
private |
|
private |