Adding Property Notification support 06/147506/5
authorAgnelo Vaz <agnelo.vaz@samsung.com>
Mon, 4 Sep 2017 14:21:34 +0000 (15:21 +0100)
committerAgnelo Vaz <agnelo.vaz@samsung.com>
Tue, 5 Sep 2017 10:44:35 +0000 (11:44 +0100)
commit9b9d61c199ef7bec4a04f5c315a2e3ea2f75042f
tree29fc32912fe80982494f504d3af20726a6e8c77a
parent38cdddb3dfb26c1c69d1294974c53c7bb09b7043
Adding Property Notification support

Moving Property files from internal to public
Creating helper class to be used when animatables provide properties as strings not indexes.
Animatables can now connect to Notify and use the defined conditional functions

Change-Id: Iac5d5e7b6ced6df9d2b651d36559f223e5a06fdc
Tizen.NUI/src/internal/NDalic.cs
Tizen.NUI/src/internal/PropertyHelper.cs [new file with mode: 0755]
Tizen.NUI/src/public/Animatable.cs
Tizen.NUI/src/public/Animation.cs
Tizen.NUI/src/public/PropertyCondition.cs [moved from Tizen.NUI/src/internal/PropertyCondition.cs with 53% similarity]
Tizen.NUI/src/public/PropertyNotification.cs [moved from Tizen.NUI/src/internal/PropertyNotification.cs with 97% similarity]
Tizen.NUI/src/public/PropertyNotifySignal.cs [moved from Tizen.NUI/src/internal/PropertyNotifySignal.cs with 97% similarity]