DriverAssistController
#include <driverassistcontroller.h>
Inherits from Kuesa::Qt3D::KuesaNode, Serenity::Entity
Public Signals
Public Functions
Public Properties
Public Attributes
Additional inherited members
Public Slots inherited from Kuesa::Qt3D::KuesaNode
Public Signals inherited from Kuesa::Qt3D::KuesaNode
Public Functions inherited from Kuesa::Qt3D::KuesaNode
Public Properties inherited from Kuesa::Qt3D::KuesaNode
Protected Attributes inherited from Kuesa::Qt3D::KuesaNode
Public Signals Documentation
signal carSpeedChanged
Public Functions Documentation
function DriverAssistController
| explicit DriverAssistController(
Qt3DCore::QNode * parent =nullptr
)
|
function ~DriverAssistController
| ~DriverAssistController() override
|
function roadModel
| RoadModel * roadModel() const
|
function camera
| Qt3DRender::QCamera * camera() const
|
function carSpeed
function changeLaneLeft
| Q_INVOKABLE void changeLaneLeft()
|
function changeLaneRight
| Q_INVOKABLE void changeLaneRight()
|
function DriverAssistController
| explicit DriverAssistController(
Serenity::LayerManager * layerManager
)
|
function ~DriverAssistController
| ~DriverAssistController()
|
Public Property Documentation
property roadModel
property camera
| Qt3DRender::QCamera * camera;
|
property carSpeed
Public Attributes Documentation
variable camera
| Qt3DRender::QCamera * camera;
|
variable AlphaLayerName
| static const String AlphaLayerName = StringLiteral("DriverAssistControllerAlpha");
|
Updated on 2022-10-18 at 11:12:51 +0200