X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=blobdiff_plain;f=HomeScreen%2Fsrc%2Fhomescreencontrolinterface.h;h=fb772db2082314ba2a296da37725fb3667e28c59;hp=32030880b89ac38369ce5879719d9f61d8a31b56;hb=ef35ccbf522a2aaaece7625e9886bd910e3bd8b8;hpb=5f64524d072abe75f4abb0730d37c0380f148fc1 diff --git a/HomeScreen/src/homescreencontrolinterface.h b/HomeScreen/src/homescreencontrolinterface.h index 3203088..fb772db 100644 --- a/HomeScreen/src/homescreencontrolinterface.h +++ b/HomeScreen/src/homescreencontrolinterface.h @@ -17,13 +17,17 @@ public: signals: void newRequestsToBeVisibleApp(int pid); + QList newRequestGetAllSurfacesOfProcess(int pid); QRect newRequestGetLayoutRenderAreaForSurfaceId(int surfaceId); + int newRequestGetSurfaceStatus(int surfaceId); void newRequestRenderSurfaceToArea(int surfaceId, const QRect &renderArea); void newRequestSurfaceIdToFullScreen(int surfaceId); //from homescreen_adapter.h public Q_SLOTS: // METHODS + QList getAllSurfacesOfProcess(int pid); QRect getLayoutRenderAreaForSurfaceId(int surfaceId); + int getSurfaceStatus(int surfaceId); void hardKeyPressed(int key); void renderSurfaceToArea(int surfaceId, const QRect &renderArea); void requestSurfaceIdToFullScreen(int surfaceId);