X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fprogress-bar%2Fprogress-bar.h;h=a7b87c259afefa6e0d031024bf511d5d5933aded;hp=4a6ce3a916588b4f43fcadb0a19e34092b01b71f;hb=e40f95b837ab8e9f1ce9094ebf4e6ac781e7bf6f;hpb=f6231d5a64d64fde5da27e3c8c691521a087d26e 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 4a6ce3a..a7b87c2 100644 --- a/dali-toolkit/public-api/controls/progress-bar/progress-bar.h +++ b/dali-toolkit/public-api/controls/progress-bar/progress-bar.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_PROGRESS_BAR_H /* - * Copyright (c) 2017 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 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. @@ -38,27 +38,7 @@ class ProgressBar; /** * @brief ProgressBar is a control to give the user an indication of the progress of an operation. - * * - * Determinate Progress State * - * # : Progress visual - * * : Secondary Progress visual - * = : Track visual - * 40% : Label visual - * - * ============================================= - * = ###############**** 40% = - * ============================================= - * - * Indeterminate Progress State - * - * / : Indeterminate visual - * - * ============================================= - * = ///////////////////////////////////////// = - * ============================================= - * - * Also progress value percentage is shown as text inside the progress bar. * Signals * | %Signal Name | Method | * |-------------------|-------------------------------| @@ -67,7 +47,7 @@ class ProgressBar; * @SINCE_1_2.60 */ -class DALI_IMPORT_API ProgressBar : public Control +class DALI_TOOLKIT_API ProgressBar : public Control { public: @@ -84,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 { /** @@ -191,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 ); @@ -199,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 );