Add is_type_exist function to an abstract item 25/209125/4
authorhyunho <hhstark.kang@samsung.com>
Tue, 2 Jul 2019 10:27:20 +0000 (19:27 +0900)
committerhyunho <hhstark.kang@samsung.com>
Wed, 3 Jul 2019 04:26:06 +0000 (13:26 +0900)
commit3d9da95ccf375b18a245c421574f9a2e62989c2f
tree9050355bda6b854bfeb545f7adecaf6d9569f3c7
parent54721e51876b7f1df2ab3be2d41a719d43b949cb
Add is_type_exist function to an abstract item

Change-Id: I492fad061a0d804906cd4fb008e5a81c62fd3bb1
Signed-off-by: hyunho <hhstark.kang@samsung.com>
27 files changed:
notification-ex/abstract_item.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/null_item.cc
notification-ex/null_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
unittest/src/test_group_item.cc