X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreenSimulator%2Fsrc%2Fmainwindow.h;h=ca368f0fdf31e71fe3a482c9f35ab84e46b0c333;hb=d19555c038f6f1f89f08f12c88908d84b32b1bbf;hp=702a338974fe4227ca766f1540dff1b9eba968d1;hpb=4e34fd88f65f8c1cd094ed24bd62d2c7f5418080;p=staging%2FHomeScreen.git diff --git a/HomeScreenSimulator/src/mainwindow.h b/HomeScreenSimulator/src/mainwindow.h index 702a338..ca368f0 100644 --- a/HomeScreenSimulator/src/mainwindow.h +++ b/HomeScreenSimulator/src/mainwindow.h @@ -24,6 +24,7 @@ #include "statusbar_proxy.h" #include "popup_proxy.h" #include "proximity_proxy.h" +#include "homescreen_proxy.h" namespace Ui { class MainWindow; @@ -62,12 +63,15 @@ private slots: void on_checkBox_ObjectDetected_clicked(); + void on_pushButton_ToggleFullScreen_clicked(); + private: Ui::MainWindow *mp_ui; DaynightmodeAdaptor *mp_dBusDayNightModeAdapter; org::agl::statusbar *mp_dBusStatusBarProxy; org::agl::popup *mp_dBusPopupProxy; org::agl::proximity *mp_dBusProximityProxy; + org::agl::homescreen *mp_dBusHomeScreenProxy; }; #endif // MAINWINDOW_H