X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fvisuals%2Fanimated-image-visual-actions-devel.h;h=dbe96319036a3e2aeeb8cc7b541b8dc644ab4386;hb=117abe1d637258abf7f02807047cd3cef5de2bbf;hp=421804524eeaf739de2d8cb59286dc3c92c7daf0;hpb=a00bbe499550a054e6692eb46b32f8c1548f3647;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/visuals/animated-image-visual-actions-devel.h b/dali-toolkit/devel-api/visuals/animated-image-visual-actions-devel.h index 4218045..dbe9631 100644 --- a/dali-toolkit/devel-api/visuals/animated-image-visual-actions-devel.h +++ b/dali-toolkit/devel-api/visuals/animated-image-visual-actions-devel.h @@ -20,13 +20,10 @@ namespace Dali { - namespace Toolkit { - namespace DevelAnimatedImageVisual { - /** * @brief Actions that the animated image visual can perform. These actions are called through the Visual::Base::DoAction API. */ @@ -37,10 +34,10 @@ namespace Action */ enum Type { - PLAY, ///< Play the animated GIF. This is also Default playback mode. - PAUSE, ///< Pause the animated GIF. - STOP, ///< Stop the animated GIF. - JUMP_TO ///< Jump to the specified frame. Property::INTEGER value should be passed. + PLAY, ///< Play the animated GIF. This is also Default playback mode. + PAUSE, ///< Pause the animated GIF. + STOP, ///< Stop the animated GIF. + JUMP_TO ///< Jump to the specified frame. Property::INTEGER value should be passed. }; } // namespace Action