X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fgaussian-blur-view%2Fgaussian-blur-view.h;h=a2c5ea65b685047a42a284211acbdb748eccbda4;hp=f4cce4667d2a7b2515ea42ba672c4462626ffc43;hb=07bbc876b9b069903dd4ed86c9dd5f2f66fc3b86;hpb=306d2f61a1b64179e801fa8a0bb2bd7b4e9dd682 diff --git a/dali-toolkit/public-api/controls/gaussian-blur-view/gaussian-blur-view.h b/dali-toolkit/public-api/controls/gaussian-blur-view/gaussian-blur-view.h index f4cce46..a2c5ea6 100644 --- a/dali-toolkit/public-api/controls/gaussian-blur-view/gaussian-blur-view.h +++ b/dali-toolkit/public-api/controls/gaussian-blur-view/gaussian-blur-view.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_GAUSSIAN_BLUR_EFFECT_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. @@ -49,6 +49,10 @@ class GaussianBlurView; class BloomView; } // namespace Internal +/** + * @addtogroup dali-toolkit-controls-gaussian-blur-view + * @{ + */ /** * @@ -181,7 +185,6 @@ public: * @param [in] child The child. * @post The child will be referenced by its parent. This means that the child will be kept alive, * even if the handle passed into this method is reset or destroyed. - * @post This may invalidate ActorContainer iterators. */ void Add(Actor child); @@ -191,7 +194,6 @@ public: * @pre This Actor (the parent) has been initialized. * @pre The child actor is not the same as the parent actor. * @param [in] child The child. - * @post This may invalidate ActorContainer iterators. */ void Remove(Actor child); @@ -230,7 +232,7 @@ public: * the GaussianBlurView object from the stage also. * @return Index of the property that can be used to fade the blur in / out */ - Property::Index GetBlurStrengthPropertyIndex() const; + Dali::Property::Index GetBlurStrengthPropertyIndex() const; /** * Get the final blurred image. @@ -276,6 +278,9 @@ public: }; +/** + * @} + */ } // namespace Toolkit } // namespace Dali