|
dRonin
adbada4
dRonin GCS
|
#include <positionfield.h>
Public Slots | |
| void | updateDesiredIndicator (double north, double east) |
| Update aircraft position on image (values go from -1 to 1) More... | |
| void | updateActualIndicator (double north, double east) |
Signals | |
| void | positionClicked (double north, double east) |
Public Member Functions | |
| PositionField (QWidget *parent=nullptr) | |
| Constructor for JoystickControl widget. Sets up the image of a joystick. More... | |
| ~PositionField () | |
| 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 39 of file positionfield.h.
|
signal |