 |
AntiMicroX
|
Go to the documentation of this file.
19 #ifndef QUICKSETDIALOG_H
20 #define QUICKSETDIALOG_H
46 QWidget *parent =
nullptr);
65 Qt::ConnectionType connTypeForNothing, Qt::ConnectionType connTypeForAll,
66 bool possibleAxisAction =
false);
78 Ui::QuickSetDialog *
ui;
97 #endif // QUICKSETDIALOG_H
QHash< JoyStickDirections, JoyControlStickButton * > * getButtons()
Definition: joycontrolstick.cpp:1820
@ EightWayMode
Definition: joydpad.h:34
void restoreJoystickState()
Definition: quicksetdialog.cpp:345
JoyMode getJoyMode()
Definition: joydpad.cpp:211
void restoreVDPadsStates(SetJoystick *currentset)
Definition: quicksetdialog.cpp:428
JoyButton * getLastPressedButton() const
Definition: quicksetdialog.cpp:472
Definition: quicksetdialog.h:38
the intent is to exercise the right to control the distribution of derivative or collective works based on the Library In mere aggregation of another work not based on the Library with the you must alter all the notices that refer to this so that they refer to the ordinary GNU General Public instead of to this it is irreversible for that so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy This option is useful when you wish to copy part of the code of the Library into a program that is not a library You may copy and distribute the which must be distributed under the terms of Sections and above on a medium customarily used for software interchange If distribution of object code is made by offering access to copy from a designated then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code
Definition: lgpl-2.1.txt:237
ButtonEditDialogHelper * getHelper() const
Definition: quicksetdialog.cpp:480
QDialog * getCurrentButtonDialog() const
Definition: quicksetdialog.cpp:476
Represents single axis of of joystick (or other input)
Definition: joyaxis.h:40
bool hasControlOfButtons()
Definition: joyaxis.cpp:538
int index
Definition: quicksetdialog.h:89
void showStickButtonDialog(JoyControlStickButton *joyctrlstickbtn)
Definition: quicksetdialog.cpp:329
void connectVDpadForDialog(SetJoystick *currentset)
Definition: quicksetdialog.cpp:206
void restoreAxesStates(SetJoystick *currentset)
Definition: quicksetdialog.cpp:380
void showDPadButtonDialog(JoyDPadButton *joydpadbtn)
Definition: quicksetdialog.cpp:338
~QuickSetDialog()
Definition: quicksetdialog.cpp:264
QDialog * currentButtonDialog
Definition: quicksetdialog.h:81
const QHash< int, JoyDPad * > & getHats() const
Definition: setjoystick.cpp:1105
A set of mapped events which can by switched by a controller event. Contains controller input objects...
Definition: setjoystick.h:39
void showAxisButtonDialog(JoyAxisButton *joybtn)
Definition: quicksetdialog.cpp:315
Ui::QuickSetDialog * ui
Definition: quicksetdialog.h:78
QHash< int, JoyDPadButton * > * getButtons()
Definition: joydpad.cpp:223
ButtonEditDialogHelper * helper
Definition: quicksetdialog.h:82
JoyButtonSlot::JoySlotInputAction mode
Definition: quicksetdialog.h:91
InputDevice * joystick
Definition: quicksetdialog.h:80
JoyAxisButton * getPAxisButton()
Definition: joyaxis.cpp:459
@ StickRightUp
Definition: joycontrolstickdirectionstype.h:32
void connectDpadForDialog(SetJoystick *currentset)
Definition: quicksetdialog.cpp:171
JoyButton * lastButton
Definition: quicksetdialog.h:83
const QHash< int, VDPad * > & getVdpads() const
Definition: setjoystick.cpp:1115
Definition: aboutdialog.h:26
void connectSticksForDialog(SetJoystick *currentset)
Definition: quicksetdialog.cpp:107
const char * getInvokeString() const
Definition: quicksetdialog.cpp:478
bool withClear
Definition: quicksetdialog.h:93
@ StickLeftUp
Definition: joycontrolstickdirectionstype.h:34
void showButtonDialog(JoyButton *joybtn)
Definition: quicksetdialog.cpp:322
@ EightWayMode
Definition: joycontrolstick.h:48
int code
Definition: quicksetdialog.h:87
InputDevice * getJoystick() const
Definition: quicksetdialog.cpp:474
void restoreButtonsStates(SetJoystick *currentset)
Definition: quicksetdialog.cpp:454
@ StickLeftDown
Definition: joycontrolstickdirectionstype.h:35
JoyMode getJoyMode()
Definition: joycontrolstick.cpp:1868
Represents stick of a joystick.
Definition: joycontrolstick.h:37
void release()
Perform a release of all elements of a set. Stick and vdpad releases will be handled by the associate...
Definition: setjoystick.cpp:319
QuickSetDialog(InputDevice *joystick, QWidget *parent=nullptr)
Definition: quicksetdialog.cpp:38
const char * invokeString
Definition: quicksetdialog.h:85
void connectBtnForDialog(SetJoystick *currentset)
Definition: quicksetdialog.cpp:246
JoyAxisButton * getNAxisButton()
Definition: joyaxis.cpp:461
void invokeMethodLastBtn(JoyButton *lastJoyBtn, Qt::ConnectionType connTypeForAlias, Qt::ConnectionType connTypeForNothing, Qt::ConnectionType connTypeForAll, bool possibleAxisAction=false)
Definition: quicksetdialog.cpp:266
int alias
Definition: quicksetdialog.h:88
const QHash< int, JoyButton * > & getButtons() const
Definition: setjoystick.cpp:1103
QHash< int, JoyAxis * > * getAxes()
Definition: setjoystick.cpp:1101
bool isPartControlStick()
Definition: joyaxis.cpp:522
const QHash< int, JoyControlStick * > & getSticks() const
Definition: setjoystick.cpp:1107
void restoreSticksStates(SetJoystick *currentset)
Definition: quicksetdialog.cpp:358
void restoreHatsStates(SetJoystick *currentset)
Definition: quicksetdialog.cpp:406
void connectAxesForDialog(SetJoystick *currentset)
Definition: quicksetdialog.cpp:143
JoyButtonSlot::JoySlotInputAction getMode() const
Definition: quicksetdialog.cpp:482
@ StickRightDown
Definition: joycontrolstickdirectionstype.h:33
bool withTrue
Definition: quicksetdialog.h:94