X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fsuper-blur-view%2Fsuper-blur-view.h;h=c02c09c66e77fdad28986a4042274a287e8ed76f;hp=c4e57b03b901fffebe7fd2005be0214a558ac36b;hb=b8c6f35737d76c86fe9e7b4f443a3682f718f29c;hpb=2ddfbb9e23a7c3fc30e604236c41e0ef6d2ed6a2 diff --git a/dali-toolkit/public-api/controls/super-blur-view/super-blur-view.h b/dali-toolkit/public-api/controls/super-blur-view/super-blur-view.h index c4e57b0..c02c09c 100644 --- a/dali-toolkit/public-api/controls/super-blur-view/super-blur-view.h +++ b/dali-toolkit/public-api/controls/super-blur-view/super-blur-view.h @@ -56,8 +56,25 @@ class DALI_IMPORT_API SuperBlurView : public Control { public: - // Properties - static const Property::Index PROPERTY_IMAGE; ///< name "image", @see SetImage, type MAP + /** + * @brief The start and end property ranges for this control. + */ + enum PropertyRange + { + PROPERTY_START_INDEX = Control::CONTROL_PROPERTY_END_INDEX + 1, + PROPERTY_END_INDEX = PROPERTY_START_INDEX + 1000 ///< Reserve property indices + }; + + /** + * @brief An enumeration of properties belonging to the SuperBlurView class. + */ + struct Property + { + enum + { + IMAGE = PROPERTY_START_INDEX, ///< name "image", @see SetImage, type Map + }; + }; /** * @brief Signal type for notifications. @@ -125,7 +142,7 @@ public: * User can use this to animate the blur. A value of 0.0 is zero blur and 1.0 is full blur. Default is 0.0. * @return Index of the property that can be used to fade the blur in / out */ - Property::Index GetBlurStrengthPropertyIndex() const; + Dali::Property::Index GetBlurStrengthPropertyIndex() const; /** * @brief Set the blur strength to display the image.