X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreen%2Fsrc%2Fmainwindow.h;h=28471a0534ad23c33952710fb46f4f3d12d46df6;hb=ffad9fd5bed339b7ae3bd8086f1c90ce1b6dc69b;hp=cb2243e40a0b27932940958fa88956225a009a05;hpb=0a468d9b5ae7b3e5ba106facf17698d89b1ce200;p=staging%2FHomeScreen.git diff --git a/HomeScreen/src/mainwindow.h b/HomeScreen/src/mainwindow.h index cb2243e..28471a0 100644 --- a/HomeScreen/src/mainwindow.h +++ b/HomeScreen/src/mainwindow.h @@ -19,6 +19,7 @@ #include #include "daynightmode_proxy.h" +#include "proximity_adaptor.h" #include "homescreencontrolinterface.h" @@ -28,6 +29,8 @@ #include "applauncherwidget.h" #include "popupwidget.h" +#include "layouthandler.h" + namespace Ui { class MainWindow; @@ -45,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(); @@ -53,8 +59,6 @@ protected: // called when the translator loaded a new language set void changeEvent(QEvent* event); -private slots: - void on_pushButton_clicked(); private: Ui::MainWindow *mp_ui; @@ -67,8 +71,12 @@ private: AppLauncherWidget *mp_applauncherwidget; PopupWidget *mp_popupWidget; + LayoutHandler *mp_layoutHandler; + org::agl::daynightmode *mp_dBusDayNightModeProxy; + ProximityAdaptor *mp_proximityAdaptor; + HomeScreenControlInterface *mp_homeScreenControlInterface; };