QNodeCommand Class
class Qt3DCore::QNodeCommandThe QNodeCommand class is the base class for all CommandRequested QSceneChange events. More...
| Header: | #include <Qt3DCore/QNodeCommand> |
| qmake: | QT += 3dcore |
| Since: | Qt 5.10 |
| Inherits: | Qt3DCore::QSceneChange |
This class was introduced in Qt 5.10.
Public Types
| typedef | CommandId |
Related Non-Members
| typedef | QNodeCommandPtr |
Detailed Description
The QNodeCommand class is the base class for all QSceneChange events that have the changeType() CommandRequested.
You can subclass this to create your own node update types for communication between your QNode and QBackendNode subclasses when writing your own aspects.