X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=sample%2Fapp%2Feventhandler.h;fp=sample%2Fapp%2Feventhandler.h;h=77e01e6a9780d70d4758b4eada57a3c2b7387c9e;hb=cd39ff2c9987904617c53685a75f5fe89513ce81;hp=c57c806b100a51da453722dce1390896cfebaba7;hpb=85a1f5f0305fda98d7077bab78070456bcd680ac;p=apps%2Fonscreenapp.git diff --git a/sample/app/eventhandler.h b/sample/app/eventhandler.h index c57c806..77e01e6 100644 --- a/sample/app/eventhandler.h +++ b/sample/app/eventhandler.h @@ -29,6 +29,11 @@ #include #include "wayland-agl-shell-desktop-client-protocol.h" +#ifndef DEFAULT_AFM_UNIX_SOCK +#define DEFAULT_AFM_UNIX_SOCK "unix:/run/platform/apis/ws/afm-main" +#endif + +#include "launcher.h" #include "hmi-debug.h" #define ROLE_NAME "onstestapp" @@ -52,6 +57,8 @@ public: Q_INVOKABLE void showWindow(QString id, QString json); Q_INVOKABLE void hideWindow(QString id); + Q_INVOKABLE int start(const QString &app_id); + Q_INVOKABLE bool is_running(const QString &app_id); signals: void signalOnReplyShowWindow(QVariant val); @@ -62,7 +69,8 @@ private: QLibWindowmanager* mp_wm; #endif struct agl_shell_desktop *shell_desktop = nullptr; - QQuickWindow *mp_qw; + Launcher *m_launcher = nullptr; + QQuickWindow *mp_qw; }; #endif // EVENTHANDLER_H