X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fqlibhomescreen.h;fp=src%2Fqlibhomescreen.h;h=85f6d090d1d54c078d5a7ae81c9b674cdc170b24;hb=b1cd493ba7cee4ac76939b4a960a9c134340e1a5;hp=876ce38eb46fedec0c2fb311d9d081d560df08cd;hpb=cdbbe5cd0023736dc5e1385f4654616947e2f9e6;p=src%2Flibqthomescreen.git 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;