summaryrefslogtreecommitdiffstats
path: root/src/qlibhomescreen.h
diff options
context:
space:
mode:
authorwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-06-25 17:56:16 +0800
committerwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>2019-06-25 17:56:16 +0800
commitb1cd493ba7cee4ac76939b4a960a9c134340e1a5 (patch)
tree0e0b88f2d654347f05af30e357d32646e4ef0935 /src/qlibhomescreen.h
parentcdbbe5cd0023736dc5e1385f4654616947e2f9e6 (diff)
Change-Id: Ie02562936ebb9a2eacadbf40ca4326b22825c304
Diffstat (limited to 'src/qlibhomescreen.h')
-rw-r--r--src/qlibhomescreen.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/qlibhomescreen.h b/src/qlibhomescreen.h
index 876ce38..85f6d09 100644
--- a/src/qlibhomescreen.h
+++ b/src/qlibhomescreen.h
@@ -44,7 +44,11 @@ public:
Event_ShowInformation = LibHomeScreen::Event_ShowInformation,
Event_AppListChanged = LibHomeScreen::Event_AppListChanged,
Event_RegisterShortcut = LibHomeScreen::Event_RegisterShortcut,
- Event_UpdateShortcut = LibHomeScreen::Event_UpdateShortcut
+ Event_UpdateShortcut = LibHomeScreen::Event_UpdateShortcut,
+ Event_SetDestination = LibHomeScreen::Event_SetDestination,
+ Event_CancelDestination = LibHomeScreen::Event_CancelDestination,
+ Event_StartNavigation = LibHomeScreen::Event_StartNavigation,
+ Event_StopNavigation = LibHomeScreen::Event_StopNavigation
};
using handler_fun = std::function<void(json_object *object)>;