|
|
#include <memory>#include <QGraphicsEllipseItem>#include <QGraphicsScene>#include <QGraphicsView>#include <QMouseEvent>#include <QPointF>#include <QPointer>#include <QResizeEvent>#include <QWidget>
Include dependency graph for JoystickControlWidget.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | JoystickControlWidget |
| Provides a simple joystick control. More... | |
| class | JoystickControlWidgetQGraphicsView |
| Provides the coordinates of mouse events through signals. More... | |
Namespaces | |
| armarx | |
| This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Typedefs | |
| using | JoystickControlWidgetPtr = std::shared_ptr< JoystickControlWidget > |