[ATSPI] Adds support for enumeration in Property::Value 49/180549/20
authorRadoslaw Cybulski <r.cybulski@partner.samsung.com>
Fri, 20 Apr 2018 11:14:57 +0000 (13:14 +0200)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 2 Sep 2019 14:33:03 +0000 (15:33 +0100)
commit8948b43256ef0dfec3e017f2981cd2d92bcb7cb3
tree1431d5abf5933aec8a17441c97ef4ab39463400d
parent40744e023a41b2f40ddbf48126b0c3df12c0724d
[ATSPI] Adds support for enumeration in Property::Value

Property::Value can now be initialized with enumeration value. It will
be converted into int. Similarly user can retrieve int value as
enumeration. Note, that no attempt is made to check, if enumeration
types for setting and retrieving match - user can set with one
enumeration type and retrieve with another.

Change-Id: I4656acd23f6f69d35f0b28c7e9082d2ef968d6b6
automated-tests/src/dali/utc-Dali-Scripting.cpp
dali/public-api/object/property-value.h