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=82d463c396cb95851328bac1ce833042c69c2688;hb=a7a0e8451717b19bd23ebf3341105f761a42d459;hp=6e40c691dc5a5c88ef04da6118ec418c092d1a23;hpb=83dd0b674417c4b93d920a9c56c8839d6bef6cc6;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 6e40c69..82d463c 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 @@ -37,10 +37,11 @@ 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, ///< 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