X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreenSimulator%2Fsrc%2Fmainwindow.h;h=cf430027ae3fd152d39a0b2f6eac928c2a794ce2;hb=ffad9fd5bed339b7ae3bd8086f1c90ce1b6dc69b;hp=dd412a35802686795630383c6565a571adda45ee;hpb=5a040cf1e77872dd567f6ffba50ed79fc27d5822;p=staging%2FHomeScreen.git diff --git a/HomeScreenSimulator/src/mainwindow.h b/HomeScreenSimulator/src/mainwindow.h index dd412a3..cf43002 100644 --- a/HomeScreenSimulator/src/mainwindow.h +++ b/HomeScreenSimulator/src/mainwindow.h @@ -19,10 +19,12 @@ #include #include -#include "daynightmode_adapter.h" +#include "daynightmode_adaptor.h" #include "statusbar_proxy.h" #include "popup_proxy.h" +#include "proximity_proxy.h" +#include "homescreen_proxy.h" namespace Ui { class MainWindow; @@ -59,11 +61,15 @@ private slots: void on_pushButton_comboBoxExample_clicked(); + void on_checkBox_ObjectDetected_clicked(); + private: Ui::MainWindow *mp_ui; - DaynightmodeAdaptor *mp_dBusDayNightModeAdapter; + DaynightmodeAdaptor *mp_dBusDayNightModeAdaptor; org::agl::statusbar *mp_dBusStatusBarProxy; org::agl::popup *mp_dBusPopupProxy; + org::agl::proximity *mp_dBusProximityProxy; + org::agl::homescreen *mp_dBusHomeScreenProxy; }; #endif // MAINWINDOW_H