(Gestures) Remove Functor usage from processors 90/24090/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 20 Jun 2014 08:22:17 +0000 (17:22 +0900)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 8 Jul 2014 13:19:39 +0000 (14:19 +0100)
commit4b4e29a537b67f1ed8015215413e1cb974939fbf
tree14fb9c9e58f112a18b78e66119292dbec3110d2b
parent4c0a88c52820b7471e15465ac7caf3c7165a0790
(Gestures) Remove Functor usage from processors

[problem]     Functor usage is confusing and they need to be stack-allocated at the start of every
              gesture.
[cause]       N/A
[solution]    Use deriving methods instead which is a bit clearer and does not require stack allocation
              when the gesture starts.

Change-Id: I099eed5677914301559c5ff7ca55a170b5a99816
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
dali/internal/event/events/gesture-processor.cpp
dali/internal/event/events/gesture-processor.h
dali/internal/event/events/long-press-gesture-processor.cpp
dali/internal/event/events/long-press-gesture-processor.h
dali/internal/event/events/pan-gesture-processor.cpp
dali/internal/event/events/pan-gesture-processor.h
dali/internal/event/events/pinch-gesture-processor.cpp
dali/internal/event/events/pinch-gesture-processor.h
dali/internal/event/events/tap-gesture-processor.cpp
dali/internal/event/events/tap-gesture-processor.h