X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fvisuals%2Fanimated-vector-image-visual-actions-devel.h;h=ecb91ae72302b83b523090b3fa39f33864fa8bb4;hp=6e40c691dc5a5c88ef04da6118ec418c092d1a23;hb=d2a6f4d721fbc03b51d4f1328a58b1fa65f90d43;hpb=ed980a3b418d7a235d4774b786d84974421650fd 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 6e40c69..ecb91ae 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. @@ -17,16 +17,14 @@ * limitations under the License. * */ +#include 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,10 +35,10 @@ namespace Action */ enum Type { - PLAY, ///< Play the animated vector image. - PAUSE, ///< Pause the animated vector image. - RESUME, ///< Resume the animated vector image. - STOP ///< Stop the animated vector image. This is also Default playback mode. + PLAY = VISUAL_ACTION_START_INDEX, ///< 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. }; } // namespace Action