summaryrefslogtreecommitdiffstats
path: root/HomeScreenSimulator/src/mainwindow.h
diff options
context:
space:
mode:
authorBocklage, Jens <Jens_Bocklage@mentor.com>2016-10-05 16:25:19 +0200
committerBocklage, Jens <Jens_Bocklage@mentor.com>2016-10-05 16:25:19 +0200
commitc32114eb2ccbe142d73c06a5992544d6eacb97d0 (patch)
tree4525461f495d7aeb37258ef95b5fea7484f9d085 /HomeScreenSimulator/src/mainwindow.h
parent5a040cf1e77872dd567f6ffba50ed79fc27d5822 (diff)
Implemented proximity interface.v0.3.1
Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
Diffstat (limited to 'HomeScreenSimulator/src/mainwindow.h')
-rw-r--r--HomeScreenSimulator/src/mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/HomeScreenSimulator/src/mainwindow.h b/HomeScreenSimulator/src/mainwindow.h
index dd412a3..702a338 100644
--- a/HomeScreenSimulator/src/mainwindow.h
+++ b/HomeScreenSimulator/src/mainwindow.h
@@ -23,6 +23,7 @@
#include "statusbar_proxy.h"
#include "popup_proxy.h"
+#include "proximity_proxy.h"
namespace Ui {
class MainWindow;
@@ -59,11 +60,14 @@ private slots:
void on_pushButton_comboBoxExample_clicked();
+ void on_checkBox_ObjectDetected_clicked();
+
private:
Ui::MainWindow *mp_ui;
DaynightmodeAdaptor *mp_dBusDayNightModeAdapter;
org::agl::statusbar *mp_dBusStatusBarProxy;
org::agl::popup *mp_dBusPopupProxy;
+ org::agl::proximity *mp_dBusProximityProxy;
};
#endif // MAINWINDOW_H