X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=sample%2Fapp%2Feventhandler.h;h=96e44aedccad99af1a6da0584a51ce2c15e12711;hb=831dc2946ce773ce2ed944ea9253350e5dd081bb;hp=77e01e6a9780d70d4758b4eada57a3c2b7387c9e;hpb=cd39ff2c9987904617c53685a75f5fe89513ce81;p=apps%2Fonscreenapp.git diff --git a/sample/app/eventhandler.h b/sample/app/eventhandler.h index 77e01e6..96e44ae 100644 --- a/sample/app/eventhandler.h +++ b/sample/app/eventhandler.h @@ -59,6 +59,7 @@ public: Q_INVOKABLE void hideWindow(QString id); Q_INVOKABLE int start(const QString &app_id); Q_INVOKABLE bool is_running(const QString &app_id); + Q_INVOKABLE void set_window_popup(const QString &app_id, int x, int y); signals: void signalOnReplyShowWindow(QVariant val);