Make difference action id between Play and Reload 46/296146/4
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 20 Jul 2023 10:49:46 +0000 (19:49 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Mon, 24 Jul 2023 00:47:05 +0000 (00:47 +0000)
commit0e831295929caa945d8451ff79ff0d0c36dc8a8e
tree73d536a19cb713c5411fbd19bd68931a91072a49
parent7b06803ce290cf240de3c028748097efa9c79133
Make difference action id between Play and Reload

Since ImageVisual's RELOAD and AnimatedImageVisual's PLAY has same action id,

1. We cannot reload AnimatedImage
2. If we call DoAction PLAY into ImageView, the behavior will be seperated
   by the 'type' of image.

To avoid this case, let we make AnimateImageVisual inheriet ImageVisual's action id.

More over, let we make AnimateImageVisual and AnimatedVectorImageVisual share the
same action id s.t. have the same role.

Change-Id: I20745c0cd908fa0cea909ba74cfb9ce68953ba8e
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-toolkit/devel-api/visuals/animated-image-visual-actions-devel.h
dali-toolkit/devel-api/visuals/animated-vector-image-visual-actions-devel.h
dali-toolkit/devel-api/visuals/image-visual-actions-devel.h