Added mechanism to get type info of CustomActor 33/134433/2
authorDavid Steele <david.steele@samsung.com>
Thu, 15 Jun 2017 15:57:14 +0000 (16:57 +0100)
committerDavid Steele <david.steele@samsung.com>
Mon, 19 Jun 2017 10:12:06 +0000 (11:12 +0100)
commit5bace809cd35fcdad32300a63fd4364348c5ed9b
tree9fba94439ac99ffa7dda35b88eb476bc9e46297e
parent0b748221fec8685faa0005bad0eebcb2a66cb7b5
Added mechanism to get type info of CustomActor

For non-native derived classes of CustomActor, it is useful to be
able to get the registered type name without using the native
"typeid" mechanism, which usually gets to the most-derived native
class. Instead, if the glue layer registers the non-native typenames
with the type registry using DevelHandle::SetTypeInfo, then

Change-Id: Ic79ce1a239a965e5c2c74ea2b8980c2f9ca29f8c
Signed-off-by: David Steele <david.steele@samsung.com>
automated-tests/src/dali/utc-Dali-CustomActor.cpp
dali/devel-api/actors/custom-actor-devel.cpp [new file with mode: 0644]
dali/devel-api/actors/custom-actor-devel.h [new file with mode: 0644]
dali/devel-api/file.list
dali/internal/event/actors/custom-actor-internal.cpp
dali/internal/event/actors/custom-actor-internal.h