![]() |
AntiMicroX
|
| ►NGlobalVariables | |
| ►NPadderCommon | |
| ►C_SDL_Joystick | |
| C_SDL_JoystickAxisInfo | |
| CAboutDialog | |
| CAccelerometerCalibrationData | The calibration data for an accelerometer |
| CAddEditAutoProfileDialog | |
| CAdvanceButtonDialog | |
| CAdvanceButtonDialogHelper | |
| CAdvanceStickAssignmentDialog | |
| CAntiMicroSettings | |
| CAntKeyMapper | Singleton facade for platform key mapping selection |
| CAppLaunchHelper | |
| CAutoProfileInfo | Links information about targeted application with recommended profile |
| CAutoProfileWatcher | Manages auto profile functionality. Allows for profiles to be associated with specific applications |
| CAxisEditDialog | |
| CAxisValueBox | |
| CBaseEventHandler | Base class for input event handlers |
| CButtonEditDialog | |
| CButtonEditDialogHelper | |
| CButtonImagePlacement | |
| CCalibration | Opens calibration window used for calibration |
| CCalibrationData | Stores the calibration data for one physical device, e.g. a stick or gyroscope |
| CCapturedWindowInfoDialog | |
| CCommandLineUtility | |
| CControllerOptionsInfo | |
| CDPadContextMenu | |
| CDPadContextMenuHelper | |
| CDPadEditDialog | |
| CDPadEditDialogHelper | |
| CDPadPushButton | |
| CDPadPushButtonGroup | |
| CEditAllDefaultAutoProfileDialog | |
| CEffectClickPs5 | Effect message for a click trigger effect |
| CEffectMessagePs5 | Binary representation of a PS5 controller haptic feedback message |
| CEffectNonePs5 | Effect message for no trigger effect |
| CEffectRigidPs5 | Effect message for a rigid trigger effect |
| CEffectVibrationPs5 | Effect message for a vibration trigger effect |
| CEventHandlerFactory | |
| CExtraProfileSettingsDialog | |
| CFlashButtonWidget | |
| CGameController | Represents a typical gamepad (like PS4 or Xbox gamepad) |
| CGameControllerDPad | |
| CGameControllerExample | Widget representing image of reference Xbox controller |
| CGameControllerMappingDialog | |
| CGameControllerMappingDialogHelper | |
| CGameControllerSet | A SetJoystick specialized for gamepads |
| CGameControllerTrigger | |
| CGameControllerTriggerButton | |
| CGyroscopeCalibrationData | The calibration data for a gyroscope |
| CHapticTriggerPs5 | Represents a single haptic trigger effect on a PS5 controller. See https://gist.github.com/Nielk1/6d54cc2c00d2201ccb8c2720ad7538db and https://github.com/Electronicks/JoyShockMapper/blob/master/JoyShockMapper/src/SDL2Wrapper.cpp |
| CInputDaemon | Fetches hardware events from SDL and dispatch them to input objects like JoyAxis or JoyButton. Runs in a separate thread |
| CInputDevice | Abstract class representing a hardware input device, e.g a joystick or controller |
| CInputDeviceBitArrayStatus | |
| CInputDeviceCalibration | Calibration storage backend which can store multiple calibration items for different controllers |
| CInputDeviceXml | Generic InputDevice XML serialization/deserialization helper class Reads data from the supplied InputDevice object and writes it to XML or reads data from an QXmlStreamReader and writes it to the InputDevice object |
| CJoyAccelerometerButton | Represents an accelerometer mapping in a SetJoystick |
| CJoyAccelerometerSensor | Represents an accelerometer sensor |
| CJoyAxis | Represents single axis of of joystick (or other input) |
| CJoyAxisButton | |
| CJoyAxisContextMenu | |
| CJoyAxisContextMenuHelper | |
| CJoyAxisWidget | |
| CJoyAxisXml | |
| ►CJoyButton | Represents a single joystick button being part of a SetJoystick Contains multiple JoyButtonSlots which do the actual mapping. Also has various static methods for mouse cursor movement |
| CJoyButtonContextMenu | |
| CJoyButtonMouseHelper | |
| CJoyButtonSlot | Represents action which can be performed after pressing button |
| CJoyButtonSlotXml | |
| CJoyButtonStatusBox | |
| CJoyButtonWidget | |
| CJoyButtonXml | |
| CJoyControlStick | Represents stick of a joystick |
| CJoyControlStickButton | |
| CJoyControlStickButtonPushButton | |
| CJoyControlStickContextMenu | The control stick context menu widget used by StickPushButtonGroup |
| CJoyControlStickContextMenuHelper | Some helper methods which run in the IO thread and are called from the GUI thread |
| CJoyControlStickEditDialog | |
| CJoyControlStickEditDialogHelper | Some helper methods which run in the IO thread and are called from the GUI thread |
| CJoyControlStickModifierButton | |
| CJoyControlStickPushButton | |
| CJoyControlStickStatusBox | |
| CJoyDPad | |
| CJoyDPadButton | |
| CJoyDPadButtonWidget | |
| CJoyDPadXml | |
| CJoyGradientButton | |
| CJoyGyroscopeButton | Represents a gyroscope mapping in a SetJoystick |
| CJoyGyroscopeSensor | Represents a gyroscope sensor |
| CJoyKeyRepeatHelper | |
| CJoySensor | Represents one sensor in a SetJoystick and its connections to other parts of the application. Receives hardware input events from InputDaemon, processes them and generates GUI as well as Mouse+Keyboard events |
| CJoySensorButton | Represents a sensor mapping in a SetJoystick |
| CJoySensorButtonPushButton | A direction button in the SensorPushButtonGroup |
| CJoySensorContextMenu | The control stick context menu widget used by SensorPushButtonGroup |
| CJoySensorEditDialog | The configuration dialog for a JoySensor itself |
| CJoySensorIoThreadHelper | Some helper methods which run in the IO thread and are called from the GUI thread |
| CJoySensorPreset | Defines presets for a sensor |
| CJoySensorPushButton | The central button in a SensorPushButtonGroup |
| CJoySensorStatusBox | The GUI sensor position indicator widget |
| CJoystick | General input device (which is not a typical gamepad like steering wheels, flight sticks etc.) |
| CJoyStickDirectionsType | |
| CJoystickStatusWindow | The joystick "Properties" window. Shows various raw values to the user |
| CJoyTabWidget | Widget containing tab representing selected joystick |
| CJoyTabWidgetContainer | |
| CJoyTabWidgetHelper | |
| CLocalAntiMicroServer | Class used for checking presence of other AntiMicroX instances and communicating with them |
| CLogger | Custom singleton class used for logging across application |
| CLogHelper | Simple helper class used for constructing log message and sending it to Logger |
| CMainSettingsDialog | |
| CMainWindow | |
| CMiniSlotRun | |
| CMouseAxisSettingsDialog | |
| CMouseAxisSettingsDialogHelper | |
| CMouseButtonSettingsDialog | |
| CMouseButtonSettingsDialogHelper | |
| CMouseControlStickSettingsDialog | |
| CMouseControlStickSettingsDialogHelper | |
| CMouseDPadSettingsDialog | |
| CMouseDpadSettingsDialogHelper | |
| CMouseHelper | |
| CMouseSensorSettingsDialog | Mouse settings dialog specialized for sensors |
| CMouseSettingsDialog | |
| CPT1Filter | Implementation of a first order lag or PT1 filter. Can be used for example to smooth noisy values a bit or detect envelopes |
| CQKeyDisplayDialog | |
| ►CQtKeyMapperBase | Base class for platform-specific Qt key mappers |
| CQtUInputKeyMapper | |
| CQtVMultiKeyMapper | |
| CQtWinKeyMapper | |
| CQtX11KeyMapper | |
| CQuickSetDialog | |
| CSDLEventReader | |
| CSensorPushButtonGroup | The sensor button mapping widget in the main window. The layout is based on a isometric 3D view with the regular XY axes and a diagonal Z axis |
| CSetAxisThrottleDialog | |
| CSetJoystick | A set of mapped events which can by switched by a controller event. Contains controller input objects like axes or buttons and their mappings, and forwards some QT GUI events |
| CSetJoystickXml | SetJoystick XML serialization/deserialization helper class Reads data from the supplied SetJoystick object and writes it to XML or reads data from an QXmlStreamReader and writes it to the SetJoystick object |
| CSetNamesDialog | |
| CSimpleKeyGrabberButton | Button widget used for detecting pressed buttons it is used mainly in advanced button mapping window (this button with text '...' is spawned when insert button is pressed) |
| CSlotItemListWidget | |
| CSpringModeRegionPreview | |
| CStatisticsEstimator | Estimates mean of a data stream using Welford's algorithm and calculates statistic properties |
| CStickCalibrationData | The calibration data for a stick |
| CStickPushButtonGroup | |
| CStreamPrinter | Simple adapter for QTextStream additionally logging printed values Logs are printed when StreamPrinter is destroyed or logContent() is called |
| CTriggerEffectMsgPs5 | Effect message for a single trigger |
| CUInputEventHandler | Input event handler class using uinput files |
| CUInputHelper | |
| CUnixCaptureWindowUtility | |
| CUnixWindowInfoDialog | |
| CVDPad | |
| CVirtualKeyboardMouseWidget | Widget visualizing possible keyboard and mouse assignments |
| CVirtualKeyPushButton | PushButton representing keyboard button on VirtualKeyboardMouseWidget |
| CVirtualMousePushButton | PushButton representing mouse action in VirtualKeyboardMouseWidget |
| CWinAppProfileTimerDialog | |
| CWinExtras | |
| CWinSendInputEventHandler | Input event handler class for Windows |
| CWinVMultiEventHandler | |
| ►CX11Extras | |
| CXbox360Wireless | |
| CXMLConfigMigration | |
| CXMLConfigReader | Main XML config reader class |
| CXMLConfigWriter | |
| CXTestEventHandler |