X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fvector-animation%2Fcommon%2Fvector-animation-renderer-impl.h;h=b9522cbb04179b1da5b8f32f7c922f82d3d81644;hb=87bc33f1fbbedcc4fbabfecc37b9030d8a8dfae5;hp=b0de095d6828d2065221b3357f02acd4eea579d1;hpb=c645c37b2a83b769b6f488732ed9ceb6d9e858c2;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/vector-animation/common/vector-animation-renderer-impl.h b/dali/internal/vector-animation/common/vector-animation-renderer-impl.h index b0de095..b9522cb 100644 --- a/dali/internal/vector-animation/common/vector-animation-renderer-impl.h +++ b/dali/internal/vector-animation/common/vector-animation-renderer-impl.h @@ -2,7 +2,7 @@ #define DALI_INTERNAL_VECTOR_ANIMATION_RENDERER_IMPL_H /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 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. @@ -98,9 +98,14 @@ public: bool GetMarkerInfo(const std::string& marker, uint32_t& startFrame, uint32_t& endFrame) const; /** - * @copydoc Dali::VectorAnimationRenderer::IgnoreRenderedFrame() + * @copydoc Dali::VectorAnimationRenderer::InvalidateBuffer() */ - void IgnoreRenderedFrame(); + void InvalidateBuffer(); + + /** + * @copydoc Dali::VectorAnimationRenderer::AddPropertyValueCallback() + */ + void AddPropertyValueCallback(const std::string& keyPath, Dali::VectorAnimationRenderer::VectorProperty property, CallbackBase* callback, int32_t id); /** * @copydoc Dali::VectorAnimationRenderer::UploadCompletedSignal()