ViewManager class added. 55/48055/7
authorMarcin Lapinski <m.lapinski@samsung.com>
Fri, 11 Sep 2015 13:37:24 +0000 (15:37 +0200)
committerMarcin Lapinski <m.lapinski@samsung.com>
Wed, 16 Sep 2015 10:36:10 +0000 (12:36 +0200)
commit7af05447d9444e15afb26a3a481492e0a6c2a7b5
tree3868b01c47ea09e86de247c79664feeada5a493d
parentb674d0b9776f018cfc3adb051ae8ca883454a72f
ViewManager class added.

[Issue#:]   https://bugs.tizen.org/jira/browse/TT-157
[Problem:]  New window management class is needed.
[Cause:]    N/A
[Solution:] Implemented new class with following public methods:
            popStackTo
            popTheStack
            pushViewToStack
            getContent

[Verify:]   Class is not used. Changes builds and doesn't crash.

Merge this after merging this patch:
https://review.tizen.org/gerrit/#/c/48052/

Change-Id: I4b8ca2866fa1cecbf858b4aed41e42112620a9f7
services/SimpleUI/CMakeLists.txt
services/SimpleUI/ViewManager.cpp [new file with mode: 0644]
services/SimpleUI/ViewManager.h [new file with mode: 0644]