aboutsummaryrefslogtreecommitdiffstats
path: root/examples/vehiclefunctions/climate_widget/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vehiclefunctions/climate_widget/mainwindow.h')
-rw-r--r--examples/vehiclefunctions/climate_widget/mainwindow.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/vehiclefunctions/climate_widget/mainwindow.h b/examples/vehiclefunctions/climate_widget/mainwindow.h
index 65d936a..81564bd 100644
--- a/examples/vehiclefunctions/climate_widget/mainwindow.h
+++ b/examples/vehiclefunctions/climate_widget/mainwindow.h
@@ -74,7 +74,9 @@ public:
~MainWindow();
private slots:
- void onAirRecirculationAttributeChanged(const QtIVIPropertyAttribute<bool> &attribute);
+ void setAirRecirculationEnabled(bool enabled);
+ void onAirRecirculationModeChanged(QtIVIClimateControl::RecirculationMode mode);
+ void onAirRecirculationAttributeChanged(const QtIVIPropertyAttribute<QtIVIClimateControl::RecirculationMode> &attribute);
void onHeaterAttributeChanged(const QtIVIPropertyAttribute<bool> &attribute);
void onAirConditioningAttributeChanged(const QtIVIPropertyAttribute<bool> &attribute);
void setupFlowDirectionRadioButtons(QtIVIClimateControl::AirflowDirections direction);