X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fshadow-view%2Fshadow-view.h;h=f9142feed8367d344b45759ea82724a7b37a10b1;hb=refs%2Fchanges%2F83%2F38783%2F1;hp=1c15ff4724d9434dca26ea3b74305326781dab08;hpb=2ddfbb9e23a7c3fc30e604236c41e0ef6d2ed6a2;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/shadow-view/shadow-view.h b/dali-toolkit/public-api/controls/shadow-view/shadow-view.h index 1c15ff4..f9142fe 100644 --- a/dali-toolkit/public-api/controls/shadow-view/shadow-view.h +++ b/dali-toolkit/public-api/controls/shadow-view/shadow-view.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_SHADOW_VIEW_H__ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2015 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. @@ -230,14 +230,14 @@ public: * This property represents a value in the range [0.0 - 1.0] where 0.0 is no blur and 1.0 is full blur. Default 0.2. * @return The property index that can be used with e.g. AnimateTo( ... ) */ - Property::Index GetBlurStrengthPropertyIndex() const; + Dali::Property::Index GetBlurStrengthPropertyIndex() const; /** * Get the property index that controls the color of the shadow. Useful for animating this property. * This property represents a value in the Vector4 format. Default color value is Vector4(0.2f, 0.2f, 0.2f, 0.8f) (i.e grey color). * @return The property index that can be used with e.g. AnimateTo( ... ) */ - Property::Index GetShadowColorPropertyIndex() const; + Dali::Property::Index GetShadowColorPropertyIndex() const; public: