JoystickControlWidget.h File Reference
#include <memory>
#include <QWidget>
#include <QGraphicsView>
#include <QGraphicsScene>
#include <QMouseEvent>
#include <QResizeEvent>
#include <QPointF>
#include <QPointer>
#include <QGraphicsEllipseItem>
+ 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 >