|
dRonin
adbada4
dRonin GCS
|
#include <joystickcontrol.h>
Public Slots | |
| void | changePosition (double x, double y) |
| Update the displayed position based on an MCC update. More... | |
Signals | |
| void | positionClicked (double x, double y) |
Public Member Functions | |
| JoystickControl (QWidget *parent=nullptr) | |
| Constructor for JoystickControl widget. Sets up the image of a joystick. More... | |
| ~JoystickControl () | |
| void | paint () |
Protected Member Functions | |
| void | mouseMoveEvent (QMouseEvent *event) |
| Redirect mouse move events to control position. More... | |
| void | mousePressEvent (QMouseEvent *event) |
| Redirect mouse move clicks to control position. More... | |
| void | paintEvent (QPaintEvent *event) |
| void | resizeEvent (QResizeEvent *event) |
Definition at line 40 of file joystickcontrol.h.
|
signal |