QtIviVehicleFunctionsModule Class
The QtIviVehicleFunctionsModule class holds all the enums defined in the QtIviVehicleFunctions module. More...
Header: | #include <QtIviVehicleFunctionsModule> |
qmake: | QT += ivivehiclefunctions |
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 QtIviVehicleFunctionsModule::AirflowDirection
flags QtIviVehicleFunctionsModule::AirflowDirections
Controls where the airflow goes
Constant | Value |
---|---|
QtIviVehicleFunctionsModule::Windshield | 1 |
Direct airflow along the windshield.
Constant | Value |
---|---|
QtIviVehicleFunctionsModule::Dashboard | 2 |
Direct airflow through the dashboard.
Constant | Value |
---|---|
QtIviVehicleFunctionsModule::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 QtIviVehicleFunctionsModule::BlindMode
Indicates the current mode of the window blind
Constant | Value |
---|---|
QtIviVehicleFunctionsModule::BlindOpen | 0 |
The blind will be opened.
Constant | Value |
---|---|
QtIviVehicleFunctionsModule::BlindClosed | 1 |
The blind will be closed.
Constant | Value |
---|---|
QtIviVehicleFunctionsModule::AutoBlind | 2 |
The blind is opened or closed automatically.
enum QtIviVehicleFunctionsModule::ClimateMode
Indicates the current mode of the climate system
Constant | Value |
---|---|
QtIviVehicleFunctionsModule::ClimateOff | 0 |
The climate system is turned off.
Constant | Value |
---|---|
QtIviVehicleFunctionsModule::ClimateOn | 1 |
The climate system is turned on.
Constant | Value |
---|---|
QtIviVehicleFunctionsModule::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 QtIviVehicleFunctionsModule::HeaterMode
Indicates the current mode of the window heater
Constant | Value |
---|---|
QtIviVehicleFunctionsModule::HeaterOn | 0 |
The window heater is turned on.
Constant | Value |
---|---|
QtIviVehicleFunctionsModule::HeaterOff | 1 |
The window heater is turned off.
Constant | Value |
---|---|
QtIviVehicleFunctionsModule::AutoHeater | 2 |
The window heater is turning off and on automatically.
enum QtIviVehicleFunctionsModule::RecirculationMode
Indicates the current mode of the recirculation system
Constant | Value |
---|---|
QtIviVehicleFunctionsModule::RecirculationOff | 0 |
The recirculation is turned off.
Constant | Value |
---|---|
QtIviVehicleFunctionsModule::RecirculationOn | 1 |
The recirculation is turned on.
Constant | Value |
---|---|
QtIviVehicleFunctionsModule::AutoRecirculation | 2 |
The recirculation is turning off and on automatically depending on the air quality.
enum QtIviVehicleFunctionsModule::WindowState
The state of the window
Constant | Value |
---|---|
QtIviVehicleFunctionsModule::FullyOpen | 0 |
The object is fully open.
Constant | Value |
---|---|
QtIviVehicleFunctionsModule::Open | 1 |
The object is open, but not fully open yet.
Constant | Value |
---|---|
QtIviVehicleFunctionsModule::Closed | 2 |
The object is closed.
© 2020 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.