|
#include <memory>
#include <QWidget>
#include <QGraphicsView>
#include <QGraphicsScene>
#include <QMouseEvent>
#include <QResizeEvent>
#include <QPointF>
#include <QPointer>
#include <QGraphicsEllipseItem>
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 > |