X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=blobdiff_plain;f=HomeScreen%2Fsrc%2Flayouthandler.h;h=54290ac1e8abfeb3bdbd199a66bc5dee8c3466eb;hp=e51930bce1dbf525fca85b5d72f163fbe2833c50;hb=2044d95f928fa42beaa00f9cb30816b1f6f63552;hpb=337319e30026b0bae453dc7363f27469fa2ab526 diff --git a/HomeScreen/src/layouthandler.h b/HomeScreen/src/layouthandler.h index e51930b..54290ac 100644 --- a/HomeScreen/src/layouthandler.h +++ b/HomeScreen/src/layouthandler.h @@ -30,6 +30,12 @@ public slots: void requestSurfaceIdToFullScreen(int surfaceId); void setLayoutByName(QString layoutName); + // this will receive the surfaceVisibilityChanged signal of the windowmanager + void requestSurfaceVisibilityChanged(int surfaceId, bool visible); + +Q_SIGNALS: // SIGNALS + void surfaceVisibilityChanged(int surfaceId, bool visible); + protected: void timerEvent(QTimerEvent *e); private: