TizenRefApp-8726 [Gallery] Implement ucl::Genlist and ucl::GenlistItem 95/135295/5
authorIgor Nazarov <i.nazarov@samsung.com>
Wed, 21 Jun 2017 13:25:20 +0000 (16:25 +0300)
committerIgor Nazarov <i.nazarov@samsung.com>
Thu, 22 Jun 2017 12:28:52 +0000 (15:28 +0300)
commitc77c504f6cf095f092dde0b523d418a8b8ff05dd
treedca346a9c90dd968e0c741e2ecc6684f7972bcb0
parent59a0a44133046a96f87fb3c184c4efd7e024283e
TizenRefApp-8726 [Gallery] Implement ucl::Genlist and ucl::GenlistItem

- Implemented ucl::Genlist widget class;
- Implemented ucl::GenlistItem;
- Added "final" keyword to struct/class declarations.

Change-Id: I1a3db74ac759813acd37ebda149ea301e9b5fa24
38 files changed:
inc/gallery/model/MediaItem.h
inc/gallery/presenters/AlertDialog.h
inc/gallery/presenters/InstanceManager.h
inc/gallery/presenters/MoreOptionsPresenter.h
inc/gallery/presenters/NoContentPage.h
inc/gallery/presenters/PreviewPage.h
inc/gallery/presenters/ProcessingPresenter.h
inc/gallery/presenters/SelectModePresenter.h
inc/gallery/presenters/ThumbnailPage.h
inc/gallery/presenters/VideoPlayerPage.h
inc/gallery/presenters/ViewerPage.h
inc/gallery/view/ImageGrid.h
inc/gallery/view/ImageViewer.h
inc/gallery/view/PageContent.h
src/model/helpers.cpp
src/view/ImageGrid.cpp
ucl/inc/ucl/appfw/SysEventProvider.h
ucl/inc/ucl/appfw/UIApp.h
ucl/inc/ucl/gui/Genlist.h [new file with mode: 0644]
ucl/inc/ucl/gui/Genlist.hpp [new file with mode: 0644]
ucl/inc/ucl/gui/GenlistItem.h [new file with mode: 0644]
ucl/inc/ucl/gui/GenlistItem.hpp [new file with mode: 0644]
ucl/inc/ucl/gui/Layout.h
ucl/inc/ucl/gui/Naviframe.h
ucl/inc/ucl/gui/Window.h
ucl/inc/ucl/gui/types.h
ucl/inc/ucl/misc/Aspect.h
ucl/inc/ucl/misc/Event.h
ucl/inc/ucl/misc/HashMap.h
ucl/inc/ucl/misc/TString.h
ucl/inc/ucl/misc/Variant.h
ucl/inc/ucl/mvp/GuiPresenter.h
ucl/inc/ucl/util/threading/CondVar.h
ucl/inc/ucl/util/threading/Mutex.h
ucl/inc/ucl/util/threading/MutexLock.h
ucl/inc/ucl/util/types/Result.h
ucl/inc/ucl/util/types/classTypes.h
ucl/src/gui/Genlist.cpp [new file with mode: 0644]