TabUI Implementing new AbstractUIComponent methods. 25/48125/1
authorMarcin Lapinski <m.lapinski@samsung.com>
Mon, 14 Sep 2015 16:16:49 +0000 (18:16 +0200)
committerMarcin Lapinski <m.lapinski@samsung.com>
Mon, 14 Sep 2015 16:25:47 +0000 (18:25 +0200)
commitaadbbcd9df9a8a91e392602f4541dd3f0ef086e6
tree8852573e4605140ea771ec0683b951051f1a93c4
parent06372d9557fd613262a21fe287bcb36b40e14fd0
TabUI Implementing new AbstractUIComponent methods.

[Issue#:]   https://bugs.tizen.org/jira/browse/TT-157
[Problem:]  New window management class needs AbstractUIComponent to
            have some view managing functions.
[Cause:]    N/A
[Solution:] Implemented needed methods:
            void init(Evas_Object* parent)
            Evas_Object* getContent()
            void showUI()
            void hideUI()
[Verify:]   Change is not affecting browsers behaviour.

Change-Id: I6d4a91af909722050564690510f64e9c331b7fe5
services/TabUI/TabUI.cpp
services/TabUI/TabUI.h