#include <vdpad.h>
|
| | VDPad (int index, int originset, SetJoystick *parentSet, QObject *parent) |
| |
| | VDPad (JoyButton *upButton, JoyButton *downButton, JoyButton *leftButton, JoyButton *rightButton, int index, int originset, SetJoystick *parentSet, QObject *parent) |
| |
| | ~VDPad () |
| |
| void | joyEvent (bool pressed, bool ignoresets=false) |
| |
| void | addVButton (JoyDPadButton::JoyDPadDirections direction, JoyButton *button) |
| |
| void | removeVButton (JoyDPadButton::JoyDPadDirections direction) |
| |
| void | removeVButton (JoyButton *button) |
| |
| JoyButton * | getVButton (JoyDPadButton::JoyDPadDirections direction) |
| |
| bool | isEmpty () |
| |
| virtual QString | getName (bool forceFullFormat=false, bool displayName=false) override |
| |
| virtual QString | getXmlName () override |
| |
| void | queueJoyEvent (bool ignoresets=false) |
| |
| bool | hasPendingEvent () |
| |
| void | clearPendingEvent () |
| |
| JoyButton * | getUpButton () const |
| |
| JoyButton * | getDownButton () const |
| |
| JoyButton * | getLeftButton () const |
| |
| JoyButton * | getRightButton () const |
| |
| bool | getPendingVDPadEvent () const |
| |
| | JoyDPad (int index, int originset, SetJoystick *parentSet, QObject *parent) |
| |
| JoyDPadButton * | getJoyButton (int index_local) |
| |
| QHash< int, JoyDPadButton * > * | getJoyButtons () |
| |
| int | getCurrentDirection () |
| |
| int | getJoyNumber () |
| |
| int | getIndex () |
| |
| int | getRealJoyNumber () |
| |
| void | joyEvent (int value, bool ignoresets=false) |
| |
| void | queuePendingEvent (int value, bool ignoresets=false) |
| |
| void | activatePendingEvent () |
| |
| bool | hasPendingEvent () |
| |
| void | clearPendingEvent () |
| |
| void | setJoyMode (JoyMode mode) |
| |
| JoyMode | getJoyMode () |
| |
| void | releaseButtonEvents () |
| |
| void | setButtonsMouseMode (JoyButton::JoyMouseMovementMode mode) |
| |
| bool | hasSameButtonsMouseMode () |
| |
| JoyButton::JoyMouseMovementMode | getButtonsPresetMouseMode () |
| |
| void | setButtonsMouseCurve (JoyButton::JoyMouseCurve mouseCurve) |
| |
| bool | hasSameButtonsMouseCurve () |
| |
| JoyButton::JoyMouseCurve | getButtonsPresetMouseCurve () |
| |
| void | setButtonsSpringWidth (int value) |
| |
| int | getButtonsPresetSpringWidth () |
| |
| void | setButtonsSpringHeight (int value) |
| |
| int | getButtonsPresetSpringHeight () |
| |
| void | setButtonsSensitivity (double value) |
| |
| double | getButtonsPresetSensitivity () |
| |
| void | setButtonsWheelSpeedX (int value) |
| |
| void | setButtonsWheelSpeedY (int value) |
| |
| const QString | getDpadName () |
| |
| const QString | getDefaultDpadName () |
| |
| virtual bool | isDefault () |
| |
| QHash< int, JoyDPadButton * > * | getButtons () |
| |
| virtual void | setDefaultDPadName (QString tempname) |
| |
| virtual QString | getDefaultDPadName () |
| |
| SetJoystick * | getParentSet () |
| |
| bool | hasSlotsAssigned () |
| |
| bool | isRelativeSpring () |
| |
| void | copyAssignments (JoyDPad *destDPad) |
| |
| int | getDPadDelay () |
| |
| double | getButtonsEasingDuration () |
| |
| void | setButtonsSpringDeadCircleMultiplier (int value) |
| |
| int | getButtonsSpringDeadCircleMultiplier () |
| |
| void | setButtonsExtraAccelerationCurve (JoyButton::JoyExtraAccelerationCurve curve) |
| |
| JoyButton::JoyExtraAccelerationCurve | getButtonsExtraAccelerationCurve () |
| |
| QHash< int, JoyDPadButton * > | getDirectionButtons (JoyDPadButton::JoyDPadDirections direction) |
| |
| void | setDirButtonsUpdateInitAccel (JoyDPadButton::JoyDPadDirections direction, bool state) |
| |
| void | copyLastDistanceValues (JoyDPad *srcDPad) |
| |
| virtual void | eventReset () |
| |
◆ VDPad() [1/2]
◆ VDPad() [2/2]
◆ ~VDPad()
◆ activatePendingEvent
| void VDPad::activatePendingEvent |
( |
| ) |
|
|
slot |
◆ addVButton()
◆ clearPendingEvent()
| void VDPad::clearPendingEvent |
( |
| ) |
|
◆ getDownButton()
◆ getLeftButton()
◆ getName()
◆ getPendingVDPadEvent()
| bool VDPad::getPendingVDPadEvent |
( |
| ) |
const |
◆ getRightButton()
◆ getUpButton()
◆ getVButton()
◆ getXmlName()
◆ hasPendingEvent()
| bool VDPad::hasPendingEvent |
( |
| ) |
|
◆ isEmpty()
◆ joyEvent()
◆ queueJoyEvent()
◆ removeVButton() [1/2]
◆ removeVButton() [2/2]
◆ downButton
◆ leftButton
◆ pendingVDPadEvent
| bool VDPad::pendingVDPadEvent |
|
private |
◆ rightButton
◆ upButton
The documentation for this class was generated from the following files:
- /home/runner/work/doxygen/antimicrox/src/vdpad.h
- /home/runner/work/doxygen/antimicrox/src/vdpad.cpp