WindowControl QML Type
Provides an interface to the window control. More...
Import Statement: | import QtInterfaceFramework.VehicleFunctions 1.0 |
In C++: | QIfWindowControl |
Inherits: |
Properties
- asynchronousBackendLoading : bool
(since 6.8)
- backendUpdatesEnabled : bool
(since 6.8)
- blindMode : QtIfVehicleFunctions::BlindMode
- blindState : QtIfVehicleFunctions::WindowState
- configurationId : string
(since 6.5)
- discoveryMode : enumeration
- discoveryResult : enumeration
- heater : bool
- heaterMode : QtIfVehicleFunctions::HeaterMode
- isInitialized : bool
- isValid : bool
- preferredBackends : list<string>
(since 6.5)
- serviceObject : ServiceObject
- state : QtIfVehicleFunctions::WindowState
Methods
- close()
- open()
- enumeration startAutoDiscovery()
Detailed Description
The QIfWindowControl provides an interface to control the physical windows of the vehicle.
All properties are exposed through zone objects. The zones are retrieved using the zoneAt method.
The QIfWindowControl expects a single backend to be available. It is recommended to use it with discoveryMode set to zoneAt.
Property Documentation
asynchronousBackendLoading : bool |
This property was introduced in Qt 6.8.
backendUpdatesEnabled : bool |
This property was introduced in Qt 6.8.
blindMode : QtIfVehicleFunctions::BlindMode |
Holds the current mode of the window blind.
Available values are:
Constant | Description |
---|---|
BlindOpen | The blind will be opened. |
BlindClosed | The blind will be closed. |
AutoBlind | The blind is opened or closed automatically. |
blindState : QtIfVehicleFunctions::WindowState |
Holds the current state of the window blind.
Available values are:
Constant | Description |
---|---|
FullyOpen | The object is fully open. |
Open | The object is open, but not fully open yet. |
Closed | The object is closed. |
configurationId : string |
This property was introduced in Qt 6.5.
discoveryMode : enumeration |
discoveryResult : enumeration |
heater : bool |
Indicates whether the window heater is currently running.
heaterMode : QtIfVehicleFunctions::HeaterMode |
Holds the current mode of the window heater.
Available values are:
Constant | Description |
---|---|
HeaterOn | The window heater is turned on. |
HeaterOff | The window heater is turned off. |
AutoHeater | The window heater is turning off and on automatically. |
isInitialized : bool |
isValid : bool |
serviceObject : ServiceObject |
state : QtIfVehicleFunctions::WindowState |
Holds the current state of the window.
Available values are:
Constant | Description |
---|---|
FullyOpen | The object is fully open. |
Open | The object is open, but not fully open yet. |
Closed | The object is closed. |
Method Documentation
close() |
Closes the window, if not already in the QIfWindowControl::Closed state.
open() |
Opens the window, if not already in the QIfWindowControl::FullyOpen state.
enumeration startAutoDiscovery() |
© 2025 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.