X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fvisuals%2Fanimated-vector-image-visual-actions-devel.h;h=2955d17e6d990bcfa4cf73d615e3308960fe0528;hb=2811d5d65564a988da2e4de22b66ec75b50ecbda;hp=1f05bd72f3405a61a8397cd5fe1c749960bceb84;hpb=1b032e3f72c144d2da593a1c20d15041a3de00a3;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/visuals/animated-vector-image-visual-actions-devel.h b/dali-toolkit/devel-api/visuals/animated-vector-image-visual-actions-devel.h index 1f05bd7..2955d17 100644 --- a/dali-toolkit/devel-api/visuals/animated-vector-image-visual-actions-devel.h +++ b/dali-toolkit/devel-api/visuals/animated-vector-image-visual-actions-devel.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_DEVEL_API_VISUALS_ANIMATED_VECTOR_IMAGE_VISUAL_ACTIONS_DEVEL_H /* - * Copyright (c) 2018 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,13 +20,10 @@ namespace Dali { - namespace Toolkit { - namespace DevelAnimatedVectorImageVisual { - /** * @brief Actions that the animated vector image visual can perform. These actions are called through the Visual::Base::DoAction API. */ @@ -37,9 +34,11 @@ namespace Action */ enum Type { - PLAY, ///< Play the animated vector image. - PAUSE, ///< Pause the animated vector image. - STOP ///< Stop the animated vector image. This is also Default playback mode. + PLAY, ///< Play the animated vector image. + PAUSE, ///< Pause the animated vector image. + STOP, ///< Stop the animated vector image. This is also Default playback mode. + JUMP_TO, ///< Jump to the specified frame. Property::INTEGER value should be passed. + UPDATE_PROPERTY ///< Update the properties of the animated vector image. }; } // namespace Action