X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreenSimulator%2Fsrc%2Fmainwindow.h;h=581e4bef5159d88fb8edd47c3382a8e48c8e672e;hb=09f2f0036f122e49aa49e6c446d723850192a725;hp=7c2f19bc6f1caff1d7072f8e06030cb61837bb70;hpb=0a468d9b5ae7b3e5ba106facf17698d89b1ce200;p=staging%2FHomeScreen.git diff --git a/HomeScreenSimulator/src/mainwindow.h b/HomeScreenSimulator/src/mainwindow.h index 7c2f19b..581e4be 100644 --- a/HomeScreenSimulator/src/mainwindow.h +++ b/HomeScreenSimulator/src/mainwindow.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Mentor Graphics Development (Deutschland) GmbH + * Copyright (C) 2016, 2017 Mentor Graphics Development (Deutschland) GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -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; @@ -57,11 +59,17 @@ private slots: void on_pushButton_PopupExample_clicked(); + 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