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: |
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 } |
Member Type Documentation
enum QtIfVehicleFunctions::AirflowDirection
flags QtIfVehicleFunctions::AirflowDirections
Controls where the airflow goes
Constant | Value |
---|---|
QtIfVehicleFunctions::Windshield | 1 |
Direct airflow along the windshield.
Constant | Value |
---|---|
QtIfVehicleFunctions::Dashboard | 2 |
Direct airflow through the dashboard.
Constant | Value |
---|---|
QtIfVehicleFunctions::Floor | 4 |
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
Constant | Value |
---|---|
QtIfVehicleFunctions::BlindOpen | 0 |
The blind will be opened.
Constant | Value |
---|---|
QtIfVehicleFunctions::BlindClosed | 1 |
The blind will be closed.
Constant | Value |
---|---|
QtIfVehicleFunctions::AutoBlind | 2 |
The blind is opened or closed automatically.
enum QtIfVehicleFunctions::ClimateMode
Indicates the current mode of the climate system
Constant | Value |
---|---|
QtIfVehicleFunctions::ClimateOff | 0 |
The climate system is turned off.
Constant | Value |
---|---|
QtIfVehicleFunctions::ClimateOn | 1 |
The climate system is turned on.
Constant | Value |
---|---|
QtIfVehicleFunctions::AutoClimate | 2 |
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
Constant | Value |
---|---|
QtIfVehicleFunctions::HeaterOn | 0 |
The window heater is turned on.
Constant | Value |
---|---|
QtIfVehicleFunctions::HeaterOff | 1 |
The window heater is turned off.
Constant | Value |
---|---|
QtIfVehicleFunctions::AutoHeater | 2 |
The window heater is turning off and on automatically.
enum QtIfVehicleFunctions::RecirculationMode
Indicates the current mode of the recirculation system
Constant | Value |
---|---|
QtIfVehicleFunctions::RecirculationOff | 0 |
The recirculation is turned off.
Constant | Value |
---|---|
QtIfVehicleFunctions::RecirculationOn | 1 |
The recirculation is turned on.
Constant | Value |
---|---|
QtIfVehicleFunctions::AutoRecirculation | 2 |
The recirculation is turning off and on automatically depending on the air quality.
enum QtIfVehicleFunctions::WindowState
The state of the window
Constant | Value |
---|---|
QtIfVehicleFunctions::FullyOpen | 0 |
The object is fully open.
Constant | Value |
---|---|
QtIfVehicleFunctions::Open | 1 |
The object is open, but not fully open yet.
Constant | Value |
---|---|
QtIfVehicleFunctions::Closed | 2 |
The object is closed.
© 2024 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.