X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Fdali-toolkit-test-utils%2Fdummy-control.h;h=2351839c39e165c29fbd3ee6aa44a619b9d7f805;hb=refs%2Fchanges%2F73%2F94873%2F2;hp=3e5e56fc3485cf3ba521146ec4ed320d77fb9751;hpb=2985aed6fcace8037f075d1598e8a454c2243ff7;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/dummy-control.h b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/dummy-control.h index 3e5e56f..2351839 100644 --- a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/dummy-control.h +++ b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/dummy-control.h @@ -71,14 +71,14 @@ public: inline TapGestureDetector GetTapGestureDetector() const { return Internal::Control::GetTapGestureDetector(); } inline LongPressGestureDetector GetLongPressGestureDetector() const { return Internal::Control::GetLongPressGestureDetector(); } - void RegisterVisual( Property::Index index, Actor placementActor, Toolkit::Visual::Base visual); - void RegisterVisual( Property::Index index, Actor placementActor, Toolkit::Visual::Base visual, bool enabled ); + void RegisterVisual( Property::Index index, Toolkit::Visual::Base visual); + void RegisterVisual( Property::Index index, Toolkit::Visual::Base visual, bool enabled ); void UnregisterVisual( Property::Index index ); void EnableVisual( Property::Index index, bool enabled ); bool IsVisualEnabled( Property::Index index ); Toolkit::Visual::Base GetVisual( Property::Index index ); - Actor GetPlacementActor( Property::Index index ); + Animation CreateTransition( const Toolkit::TransitionData& transition ); // Used to test signal connections void CustomSlot1( Actor actor );