X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=doc%2Fdali-toolkit-doc.h;h=813d2acd71acca247201a242f8b34fdec05940ae;hp=a58cbda4a88c12c3d3158c217d546420c5b1d304;hb=de93cb645c4c4d3ae0a41e7b86feba39024d6c77;hpb=253aaed3b5fe3b5111e7200727c6f938ea336458 diff --git a/doc/dali-toolkit-doc.h b/doc/dali-toolkit-doc.h old mode 100644 new mode 100755 index a58cbda..813d2ac --- a/doc/dali-toolkit-doc.h +++ b/doc/dali-toolkit-doc.h @@ -86,7 +86,11 @@ * * * @ref dali_toolkit_controls_image_view - * ImageView is a control displying an image. + * ImageView is a control displaying an image. + * + * + * @ref dali_toolkit_controls_model3d_view + * Model3dView is a control for displaying 3d geometry. * * * @ref dali_toolkit_controls_scroll_bar @@ -125,6 +129,10 @@ * Slider is a control to enable sliding an indicator between two values. * * + * @ref dali_toolkit_controls_progress_bar + * ProgressBar is a control to give the user an indication of the progress of an operation. + * + * * @ref dali_toolkit_managers * Singleton classes for managing application-wide functionalities. * @@ -146,7 +154,7 @@ * * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n * - * More details on featuring your application can be found from Feature Element. + * More details on featuring your application can be found from Feature Element. * * \endif * @@ -166,7 +174,10 @@ * @brief GaussianBlurView provides a render process that blurs an image. * @defgroup dali_toolkit_controls_image_view Image View - * @brief ImageView is a control displying an image. + * @brief ImageView is a control displaying an image. + + * @defgroup dali_toolkit_controls_model3d_view Model3dView + * @brief Model3dView is a control for displaying 3d geometry. * @defgroup dali_toolkit_controls_scroll_bar Scroll Bar * @brief ScrollBar is a component that can be linked to the scrollable objects. @@ -197,6 +208,9 @@ * @defgroup dali_toolkit_controls_slider Slider * @brief Slider is a control to enable sliding an indicator between two values. + * @defgroup dali_toolkit_controls_progress_bar Progress Bar + * @brief ProgressBar is a control to give the user an indication of the progress of an operation. + * @} * @defgroup dali_toolkit_managers Managers