X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fsuper-blur-view%2Fsuper-blur-view.h;h=c02c09c66e77fdad28986a4042274a287e8ed76f;hb=3b1fb566901d21b8303d9be3308e3920f5182e6d;hp=734ea8f60684f45a19ccb6919adc55a410c9a8fc;hpb=c8ffcb9f46ded14981915479af62d85970798db5;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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 734ea8f..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 Dali::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.