 |
AntiMicroX
|
Go to the documentation of this file.
19 #include "ui_mousesettingsdialog.h"
virtual void changeMouseMode(int index)
Not used for sensors but necessary to implement because it is an abstract function in the parent clas...
Definition: mousesensorsettingsdialog.cpp:195
int getIndex() const
Definition: setjoystick.cpp:507
JoySensor * m_sensor
Definition: mousesensorsettingsdialog.h:53
Mouse settings dialog specialized for sensors.
Definition: mousesensorsettingsdialog.h:29
void calculateWheelSpeedPreset()
Get the maximum mouse wheel speed used by the buttons of the associated sensor and set the UI values ...
Definition: mousesensorsettingsdialog.cpp:92
QString getName() const
Definition: setjoystick.cpp:948
void updateConfigVerticalSpeed(int value)
Vertical mouse speed change UI event handler Updates vertical mouse speed on all buttons of the assoc...
Definition: mousesensorsettingsdialog.cpp:153
JoySensor * getSensor() const
Gets the underlying JoySensor object.
Definition: mousesensorsettingsdialog.cpp:66
MouseSensorSettingsDialog(JoySensor *sensor, QWidget *parent=0)
Definition: mousesensorsettingsdialog.cpp:31
void updateWheelSpeedVerticalSpeed(int value)
Vertical mouse wheel speed change UI event handler Updates vertical mouse wheel speed on all buttons ...
Definition: mousesensorsettingsdialog.cpp:181
Definition: mousesettingsdialog.h:30
void updateWindowTitleSensorName()
Shows the sensor name in dialog title.
Definition: mousesensorsettingsdialog.cpp:111
void updateConfigHorizontalSpeed(int value)
Horizontal mouse speed change UI event handler Updates horizontal mouse speed on all buttons of the a...
Definition: mousesensorsettingsdialog.cpp:139
int getRealIndex() const
Definition: setjoystick.cpp:509
Ui::MouseSettingsDialog * ui
Definition: mousesettingsdialog.h:44
Represents one sensor in a SetJoystick and its connections to other parts of the application....
Definition: joysensor.h:39
void updateWheelSpeedHorizontalSpeed(int value)
Horizontal mouse wheel speed change UI event handler Updates horizontal mouse wheel speed on all butt...
Definition: mousesensorsettingsdialog.cpp:167
QString getSensorName() const
Returns the sensor name.
Definition: joysensor.cpp:242
SetJoystick * getParentSet() const
Get pointer to the set that a sensor belongs to.
Definition: joysensor.cpp:774
void calculateMouseSpeedPreset()
Get the maximum mouse speed used by the buttons of the associated sensor and set the UI values to it.
Definition: mousesensorsettingsdialog.cpp:72
void changeSettingsWidgetStatus(int index)
Definition: mousesettingsdialog.cpp:80
Definition: springmoderegionpreview.h:26
QString getPartialName(bool forceFullFormat=false, bool displayNames=false) const
Get the name of this sensor.
Definition: joysensor.cpp:219
virtual void changeMouseCurve(int index)
Not used for sensors but necessary to implement because it is an abstract function in the parent clas...
Definition: mousesensorsettingsdialog.cpp:201
QHash< JoySensorDirection, JoySensorButton * > * getButtons()
Returns a QHash which maps the SensorDirection to the corresponding JoySensorButton.
Definition: joysensor.cpp:541