Add Workbench Factory and Workbench class 93/139693/6
authoryeji01kim <yeji01.kim@samsung.com>
Thu, 20 Jul 2017 06:18:30 +0000 (15:18 +0900)
committeryeji01kim <yeji01.kim@samsung.com>
Fri, 11 Aug 2017 07:32:06 +0000 (16:32 +0900)
commit6dcf16f08d8e998e61e21d2bf85492635ed1c829
tree3f038078433e15450b0b32433c6713fece1eea29
parentac4111edad579664514726302189cee1684c7561
Add Workbench Factory and Workbench class

dpm-toolkit is follwed a kind of mvc model.
Role of a workbench is a controller.
It binds the model(each dpm policy)  and the view(ui).

Change-Id: I88b61ed02ef4f507e05d0cd167fa680bcaec15cd
Signed-off-by: yeji01kim <yeji01.kim@samsung.com>
CMakeLists.txt
include/dpmtoolkit.h
packaging/dpm-toolkit.spec
src/main.cpp
src/workbench-factory.cpp [new file with mode: 0755]
src/workbench-factory.h [new file with mode: 0755]
src/workbench.cpp [new file with mode: 0755]
src/workbench.h [new file with mode: 0755]