Add methods for setting and finding main type 62/211462/6
authorJunghoon Park <jh9216.park@samsung.com>
Mon, 5 Aug 2019 09:00:33 +0000 (18:00 +0900)
committermk5004.lee <mk5004.lee@samsung.com>
Mon, 12 Aug 2019 06:34:43 +0000 (15:34 +0900)
commit2daf6c6bc8c29336318992f9421b7db5d483aeec
tree345da61222f06919bf8b5d1711d47c30591e5991
parent36e665e5f9aca46bd5170916c4b869dda1dcdb71
Add methods for setting and finding main type

Change-Id: I12e9e9e6ed66e8619b198fe7669b569122322d70
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
26 files changed:
notification-ex/abstract_item.cc
notification-ex/abstract_item.h
notification-ex/abstract_item_implementation.h
notification-ex/button_item.cc
notification-ex/button_item.h
notification-ex/chat_message_item.cc
notification-ex/chat_message_item.h
notification-ex/checkbox_item.cc
notification-ex/checkbox_item.h
notification-ex/entry_item.cc
notification-ex/entry_item.h
notification-ex/group_item.cc
notification-ex/group_item.h
notification-ex/icon_text_item.cc
notification-ex/icon_text_item.h
notification-ex/image_item.cc
notification-ex/image_item.h
notification-ex/input_selector_item.cc
notification-ex/input_selector_item.h
notification-ex/progress_item.cc
notification-ex/progress_item.h
notification-ex/text_item.cc
notification-ex/text_item.h
notification-ex/time_item.cc
notification-ex/time_item.h
unittest/src/test_abstract_item.cc