DriverAssistController
#include <driverassistcontroller.h>
Inherits from Kuesa::Qt3D::KuesaNode, SceneController, Qt3DCore::QNode
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 Functions inherited from SceneController
Protected Attributes inherited from SceneController
Public Signals Documentation
signal carSpeedChanged
Public Functions Documentation
function DriverAssistController
 | explicit DriverAssistController(
    Qt3DCore::QNode * parent =nullptr
)
  | 
 
[0]
[0]
[1]
[1]
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()
  | 
 
function cleanup
 | virtual void cleanup() override
  | 
 
Reimplements: SceneController::cleanup
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 2023-07-03 at 11:02:08 +0000