X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Feffects-view%2Feffects-view.h;h=2255e1f3dc12620cf538d96f1c2ae8855ffbdef0;hb=c62063a98f6870f4ba10ef6945a9ced75eeced0e;hp=1fd4854af7970790a073a7b337facbd2b08b597c;hpb=57869973578f6a0b0f836d396c7232ddb8302c6b;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/effects-view/effects-view.h b/dali-toolkit/public-api/controls/effects-view/effects-view.h index 1fd4854..2255e1f 100644 --- a/dali-toolkit/public-api/controls/effects-view/effects-view.h +++ b/dali-toolkit/public-api/controls/effects-view/effects-view.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_EFFECTS_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. @@ -175,25 +175,25 @@ public: * Get the property index to the effect size * @return The property index to the effect size */ - Property::Index GetEffectSizePropertyIndex() const; + Dali::Property::Index GetEffectSizePropertyIndex() const; /** * Get the property index to the effect strength * @return The property index to the effect strength */ - Property::Index GetEffectStrengthPropertyIndex() const; + Dali::Property::Index GetEffectStrengthPropertyIndex() const; /** * Get the property index to the Vector3 specifying the effect offset (eg drop shadow offset) * @return The property index to the Vector3 specifying the effect offset */ - Property::Index GetEffectOffsetPropertyIndex() const; + Dali::Property::Index GetEffectOffsetPropertyIndex() const; /** * Get the property index to the effect color (eg shadow color) * @return The property index to the effect color */ - Property::Index GetEffectColorPropertyIndex() const; + Dali::Property::Index GetEffectColorPropertyIndex() const; /** * Set background color for the view. The background will be filled with this color.