(Gestures) Extract out GestureData from Actor
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 6 Jun 2014 14:23:38 +0000 (15:23 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 10 Jun 2014 15:11:22 +0000 (16:11 +0100)
commite45786f4a82498177727422a935f7b56b79f8f45
tree0bad18f075555bf1c2aa41f0edd7c5137147b444
parent5a29e17b6ffd242265e806ac5d0be8826fae4ece
(Gestures) Extract out GestureData from Actor

[problem]      Actor is too closely coupled with gesture-detectors.
[cause]        GestureData is private within Actor which stores info about gesture detection.
[solution]     Move GestureData out of actor-impl.cpp and Actor provides a method to retrieve this.

Change-Id: I534723f5cfb772c88f13d2d90ab97d8c64571f8f
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
dali/internal/event/actors/actor-impl.cpp
dali/internal/event/actors/actor-impl.h
dali/internal/event/events/actor-gesture-data.cpp [new file with mode: 0644]
dali/internal/event/events/actor-gesture-data.h [new file with mode: 0644]
dali/internal/event/events/gesture-detector-impl.cpp
dali/internal/file.list