X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=dali-toolkit%2Fdevel-api%2Fvisuals%2Fanimated-image-visual-actions-devel.h;h=dbe96319036a3e2aeeb8cc7b541b8dc644ab4386;hb=1d82abb8a1a514ce0af63004706135fb7883f89b;hp=421804524eeaf739de2d8cb59286dc3c92c7daf0;hpb=f1577bfbe8f0f6e1df4267f0808b9e6c93810dff;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