X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreenSimulator%2Fsrc%2Fmainwindow.h;h=702a338974fe4227ca766f1540dff1b9eba968d1;hb=c32114eb2ccbe142d73c06a5992544d6eacb97d0;hp=2eb6e115330695aaddfc7ab7cac80689254cfc4e;hpb=ca3605ea664834acdf712e691be8f0358b1c6b6f;p=staging%2FHomeScreen.git diff --git a/HomeScreenSimulator/src/mainwindow.h b/HomeScreenSimulator/src/mainwindow.h index 2eb6e11..702a338 100644 --- a/HomeScreenSimulator/src/mainwindow.h +++ b/HomeScreenSimulator/src/mainwindow.h @@ -18,11 +18,12 @@ #define MAINWINDOW_H #include -#include "../interfaces/daynightmode.h" +#include #include "daynightmode_adapter.h" #include "statusbar_proxy.h" #include "popup_proxy.h" +#include "proximity_proxy.h" namespace Ui { class MainWindow; @@ -55,11 +56,18 @@ private slots: void on_pushButton_IconExample_clicked(); + void on_pushButton_PopupExample_clicked(); + + void on_pushButton_comboBoxExample_clicked(); + + void on_checkBox_ObjectDetected_clicked(); + private: Ui::MainWindow *mp_ui; DaynightmodeAdaptor *mp_dBusDayNightModeAdapter; org::agl::statusbar *mp_dBusStatusBarProxy; org::agl::popup *mp_dBusPopupProxy; + org::agl::proximity *mp_dBusProximityProxy; }; #endif // MAINWINDOW_H