QtIfVehicleFunctions Class

The QtIfVehicleFunctions class holds all the enums defined in the QtIfVehicleFunctions module. More...

Header: #include <QtIfVehicleFunctions>
qmake: QT += ifvehiclefunctions
Inherits: QObject
Inherited By:

QtIfVehicleFunctionsFactory

Public Types

enum AirflowDirection { Windshield, Dashboard, Floor }
flags AirflowDirections
enum BlindMode { BlindOpen, BlindClosed, AutoBlind }
enum ClimateMode { ClimateOff, ClimateOn, AutoClimate }
enum HeaterMode { HeaterOn, HeaterOff, AutoHeater }
enum RecirculationMode { RecirculationOff, RecirculationOn, AutoRecirculation }
enum WindowState { FullyOpen, Open, Closed }

Detailed Description

Member Type Documentation

enum QtIfVehicleFunctions::AirflowDirection
flags QtIfVehicleFunctions::AirflowDirections

Controls where the airflow goes

ConstantValue
QtIfVehicleFunctions::Windshield1

Direct airflow along the windshield.

ConstantValue
QtIfVehicleFunctions::Dashboard2

Direct airflow through the dashboard.

ConstantValue
QtIfVehicleFunctions::Floor4

Direct airflow to the floor.

The AirflowDirections type is a typedef for QFlags<AirflowDirection>. It stores an OR combination of AirflowDirection values.

enum QtIfVehicleFunctions::BlindMode

Indicates the current mode of the window blind

ConstantValue
QtIfVehicleFunctions::BlindOpen0

The blind will be opened.

ConstantValue
QtIfVehicleFunctions::BlindClosed1

The blind will be closed.

ConstantValue
QtIfVehicleFunctions::AutoBlind2

The blind is opened or closed automatically.

enum QtIfVehicleFunctions::ClimateMode

Indicates the current mode of the climate system

ConstantValue
QtIfVehicleFunctions::ClimateOff0

The climate system is turned off.

ConstantValue
QtIfVehicleFunctions::ClimateOn1

The climate system is turned on.

ConstantValue
QtIfVehicleFunctions::AutoClimate2

The climate system is in automatic mode and is adjusting some parts of the system automatically. E.g. lower the fan speed when the targetTemperature is reached.

enum QtIfVehicleFunctions::HeaterMode

Indicates the current mode of the window heater

ConstantValue
QtIfVehicleFunctions::HeaterOn0

The window heater is turned on.

ConstantValue
QtIfVehicleFunctions::HeaterOff1

The window heater is turned off.

ConstantValue
QtIfVehicleFunctions::AutoHeater2

The window heater is turning off and on automatically.

enum QtIfVehicleFunctions::RecirculationMode

Indicates the current mode of the recirculation system

ConstantValue
QtIfVehicleFunctions::RecirculationOff0

The recirculation is turned off.

ConstantValue
QtIfVehicleFunctions::RecirculationOn1

The recirculation is turned on.

ConstantValue
QtIfVehicleFunctions::AutoRecirculation2

The recirculation is turning off and on automatically depending on the air quality.

enum QtIfVehicleFunctions::WindowState

The state of the window

ConstantValue
QtIfVehicleFunctions::FullyOpen0

The object is fully open.

ConstantValue
QtIfVehicleFunctions::Open1

The object is open, but not fully open yet.

ConstantValue
QtIfVehicleFunctions::Closed2

The object is closed.

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.