QMouseController Class
(Qt3D::QMouseController)Qt3D::QMouseController is in charge of dispatching mouse events to attached Qt3D::QMouseInput objects. More...
Header: | #include <QMouseController> |
qmake: | QT += 3dcore |
Since: | Qt 5.5 |
Inherits: | QNode |
Public Functions
QMouseController(QNode * parent = 0) |
- 6 public functions inherited from Qt3D::QNode
- 31 public functions inherited from QObject
Protected Functions
Reimplemented Protected Functions
virtual void | sceneChangeEvent(const QSceneChangePtr & change) |
- 3 protected functions inherited from Qt3D::QNode
- 9 protected functions inherited from QObject
Additional Inherited Members
- 1 property inherited from Qt3D::QNode
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 1 signal inherited from Qt3D::QNode
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 2 protected variables inherited from QObject
- 1 static protected member inherited from Qt3D::QNode
Detailed Description
Qt3D::QMouseController is in charge of dispatching mouse events to attached Qt3D::QMouseInput objects.
See also Qt3D::QMouseInput.
Member Function Documentation
QMouseController::QMouseController(QNode * parent = 0)
[protected]
QMouseController::~QMouseController()
Destroys this QMouseController object.