X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=blobdiff_plain;f=HomeScreen%2Fsrc%2Fmainwindow.h;h=cb2243e40a0b27932940958fa88956225a009a05;hp=d984c3eb9548c0caed41adb241d5e653109986e9;hb=0a468d9b5ae7b3e5ba106facf17698d89b1ce200;hpb=3478f65b39560b333ba189e7d86e2c2cebfc9c7a diff --git a/HomeScreen/src/mainwindow.h b/HomeScreen/src/mainwindow.h index d984c3e..cb2243e 100644 --- a/HomeScreen/src/mainwindow.h +++ b/HomeScreen/src/mainwindow.h @@ -20,9 +20,12 @@ #include #include "daynightmode_proxy.h" +#include "homescreencontrolinterface.h" + #include "statusbarwidget.h" #include "controlbarwidget.h" #include "settingswidget.h" +#include "applauncherwidget.h" #include "popupwidget.h" @@ -42,6 +45,7 @@ public: public Q_SLOTS: void dayNightModeSlot(int mode); + public slots: void updateColorScheme(); @@ -49,6 +53,9 @@ 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; @@ -57,9 +64,12 @@ private: ControlBarWidget *mp_controlBarWidget; org::agl::daynightmode *mp_dBusDayNightMode_ControlBarWidget; SettingsWidget *mp_settingsWidget; + AppLauncherWidget *mp_applauncherwidget; PopupWidget *mp_popupWidget; - org::agl::daynightmode *mp_dayNightModeProxy; + org::agl::daynightmode *mp_dBusDayNightModeProxy; + + HomeScreenControlInterface *mp_homeScreenControlInterface; }; #endif // MAINWINDOW_H