X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fvisuals%2Fcolor%2Fcolor-visual.h;h=d5b2a6f1affb28e6c9a7dd4371c727485abbc8b4;hb=28e96ebc81b38645d8b46ca923fa6aaa0517d2cd;hp=64ff0b2c58dd39a3a5a0cd750231d7ab1aa83100;hpb=fedd5ae8da46cd798f730fd07c942df853e055dd;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/visuals/color/color-visual.h b/dali-toolkit/internal/visuals/color/color-visual.h index 64ff0b2..d5b2a6f 100644 --- a/dali-toolkit/internal/visuals/color/color-visual.h +++ b/dali-toolkit/internal/visuals/color/color-visual.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_INTERNAL_COLOR_VISUAL_H /* - * Copyright (c) 2019 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. @@ -90,15 +90,20 @@ protected: void DoSetProperties( const Property::Map& propertyMap ) override; /** - * @copydoc Visual::Base::DoSetOnStage + * @copydoc Visual::Base::DoSetOnScene */ - void DoSetOnStage( Actor& actor ) override; + void DoSetOnScene( Actor& actor ) override; /** * @copydoc Visual::Base::OnSetTransform */ void OnSetTransform() override; + /** + * @copydoc Visual::Base::OnDoAction + */ + void OnDoAction( const Property::Index actionId, const Property::Value& attributes ) override; + private: /** * @brief Initialize the renderer with the geometry and shader from the cache, if not available, create and save to the cache for sharing. @@ -115,6 +120,7 @@ private: private: + float mBlurRadius; ///< The blur radius bool mRenderIfTransparent; ///< Whether we should render even if the mix-color is transparent. };