X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Fdali-toolkit-test-utils%2Fdummy-control.h;h=3e5e56fc3485cf3ba521146ec4ed320d77fb9751;hp=3c8868519e359714357c0e4e160b2a4eeef8302d;hb=670cb07df58286ca6f155c1b8e1455af948aac84;hpb=193fa3dcbfa6b46bb9d3d1c079f2ca4eb25747a1 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 3c88685..3e5e56f 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 @@ -72,7 +72,11 @@ public: 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 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 );