QKeyboardController Class
(Qt3D::QKeyboardController)Header: | #include <QKeyboardController> |
qmake: | QT += 3dinput |
Since: | Qt 5.5 |
Instantiated By: | KeyboardController |
Inherits: | QNode |
Properties
- activeInput : Qt3D::QKeyboardInput * const
- 1 property inherited from Qt3D::QNode
- 1 property inherited from QObject
Public Functions
QKeyboardController(QNode * parent = 0) | |
~QKeyboardController() | |
QKeyboardInput * | activeInput() const |
- 6 public functions inherited from Qt3D::QNode
- 31 public functions inherited from QObject
Signals
void | activeInputChanged() |
- 1 signal inherited from Qt3D::QNode
- 2 signals inherited from QObject
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 public slot inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 3 protected functions inherited from Qt3D::QNode
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
- 1 static protected member inherited from Qt3D::QNode
Detailed Description
Property Documentation
activeInput : Qt3D::QKeyboardInput * const
Access functions:
QKeyboardInput * | activeInput() const |
Notifier signal:
void | activeInputChanged() |