X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreen%2Fsrc%2Fhomescreencontrolinterface.h;h=32030880b89ac38369ce5879719d9f61d8a31b56;hb=ec688535558c31989e7da221b858328b2e0766c8;hp=3480d3040c9d96286832a524bf24fc6b8629f9bd;hpb=0a468d9b5ae7b3e5ba106facf17698d89b1ce200;p=staging%2FHomeScreen.git diff --git a/HomeScreen/src/homescreencontrolinterface.h b/HomeScreen/src/homescreencontrolinterface.h index 3480d30..3203088 100644 --- a/HomeScreen/src/homescreencontrolinterface.h +++ b/HomeScreen/src/homescreencontrolinterface.h @@ -15,12 +15,18 @@ public: ~HomeScreenControlInterface(); signals: + void newRequestsToBeVisibleApp(int pid); -public slots: + QRect newRequestGetLayoutRenderAreaForSurfaceId(int surfaceId); + void newRequestRenderSurfaceToArea(int surfaceId, const QRect &renderArea); + void newRequestSurfaceIdToFullScreen(int surfaceId); //from homescreen_adapter.h public Q_SLOTS: // METHODS + QRect getLayoutRenderAreaForSurfaceId(int surfaceId); void hardKeyPressed(int key); + void renderSurfaceToArea(int surfaceId, const QRect &renderArea); + void requestSurfaceIdToFullScreen(int surfaceId); private: HomescreenAdaptor *mp_homeScreenAdaptor;