X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fcommon%2Fwindow-base.h;h=2246d6c64dcfc1bbf35ab67a596e62cbabc0314b;hb=1806816d0c6af45354de742d27fc6f25ddc145d5;hp=5f29f56ce307dabfae73ce0603aa4147c257983f;hpb=53fdb2e5468ea10660fa8ef1e2247c05bff7edb2;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/common/window-base.h b/dali/internal/window-system/common/window-base.h index 5f29f56..2246d6c 100644 --- a/dali/internal/window-system/common/window-base.h +++ b/dali/internal/window-system/common/window-base.h @@ -309,6 +309,12 @@ public: virtual void GetDpi( unsigned int& dpiHorizontal, unsigned int& dpiVertical ) = 0; /** + * @brief Return the orientation of the surface. + * @return The orientation + */ + virtual int GetOrientation() const = 0; + + /** * @brief Get the screen rotation angle of the window */ virtual int GetScreenRotationAngle() = 0; @@ -318,6 +324,11 @@ public: */ virtual void SetWindowRotationAngle( int degree ) = 0; + /** + * @brief Get the rotation angle of the window + */ + virtual int GetWindowRotationAngle() = 0; + /** * @brief Inform the window rotation is completed */ @@ -331,13 +342,7 @@ public: /** * @copydoc Dali::Window::SetParent() */ - virtual void SetParent( Any parent ) = 0; - - /** - * @brief Check whether the window is matched or not. - * @return The result of matched. - */ - virtual bool IsMatchedWindow( Any window ) = 0; + virtual void SetParent( WindowBase* parentWinBase ) = 0; // Signals