X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fprogress-bar%2Fprogress-bar.h;h=ed4ceb2d7629b99126022adf553971b7fd2a7e9d;hb=23062be13c5b821a99ac1c4263d9abf7536894b1;hp=4d45740c877b3acae59e93eb6619ec53ba9d9f51;hpb=ce9ca5f372bb0b1880bcec297c4b0482c54145d9;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/progress-bar/progress-bar.h b/dali-toolkit/public-api/controls/progress-bar/progress-bar.h index 4d45740..ed4ceb2 100644 --- a/dali-toolkit/public-api/controls/progress-bar/progress-bar.h +++ b/dali-toolkit/public-api/controls/progress-bar/progress-bar.h @@ -64,11 +64,15 @@ public: }; /** - * @brief An enumeration of properties belonging to the ProgressBar class. + * @brief Enumeration of properties belonging to the ProgressBar class. * @SINCE_1_2.60 */ struct Property { + /** + * @brief Enumeration for the instance of properties belonging to the ProgressBar class. + * @SINCE_1_2.60 + */ enum { /** @@ -171,6 +175,7 @@ public: * * Creates another handle that points to the same real object. * @SINCE_1_2.60 + * @param[in] handle Handle to an object */ ProgressBar( const ProgressBar& handle ); @@ -179,6 +184,8 @@ public: * * Changes this handle to point to another real object. * @SINCE_1_2.60 + * @param[in] handle Handle to an object + * @return A reference to this */ ProgressBar& operator=( const ProgressBar& handle );