X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=blobdiff_plain;f=HomeScreen%2Fsrc%2Fmainwindow.h;h=0747e46316a7e4915fc49584ac812da04e680e38;hp=d94546af1958130150c4e5ee9a7ae6b056658f4e;hb=79714c0aa8fc461d77b75d6c5dae6a1a7d726954;hpb=5a040cf1e77872dd567f6ffba50ed79fc27d5822 diff --git a/HomeScreen/src/mainwindow.h b/HomeScreen/src/mainwindow.h index d94546a..0747e46 100644 --- a/HomeScreen/src/mainwindow.h +++ b/HomeScreen/src/mainwindow.h @@ -19,13 +19,14 @@ #include #include "daynightmode_proxy.h" +#include "proximity_adaptor.h" #include "homescreencontrolinterface.h" #include "statusbarwidget.h" #include "controlbarwidget.h" #include "settingswidget.h" -#include "applauncherwidget.h" +//#include "applauncher.h" #include "popupwidget.h" #include "layouthandler.h" @@ -47,6 +48,9 @@ public: public Q_SLOTS: void dayNightModeSlot(int mode); +// from proximity_adaptor.h +public Q_SLOTS: + void setObjectDetected(bool detected); public slots: void updateColorScheme(); @@ -64,13 +68,15 @@ private: ControlBarWidget *mp_controlBarWidget; org::agl::daynightmode *mp_dBusDayNightMode_ControlBarWidget; SettingsWidget *mp_settingsWidget; - AppLauncherWidget *mp_applauncherwidget; + //AppLauncherWidget *mp_applauncherwidget; PopupWidget *mp_popupWidget; LayoutHandler *mp_layoutHandler; org::agl::daynightmode *mp_dBusDayNightModeProxy; + ProximityAdaptor *mp_proximityAdaptor; + HomeScreenControlInterface *mp_homeScreenControlInterface; };