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=eef34abd23119478e5cedafd309ec1fdd7951e5a;hb=cae5ff7ab355baec219205047754e892a4580fb2;hpb=f4f74e774495b9c798c86e5697fe84db6decc327 diff --git a/doc/dali-toolkit-doc.h b/doc/dali-toolkit-doc.h old mode 100644 new mode 100755 index eef34ab..813d2ac --- a/doc/dali-toolkit-doc.h +++ b/doc/dali-toolkit-doc.h @@ -59,7 +59,7 @@ * * @brief DALi Toolkit provides UI components and various effects on top of the DALi Core. * - * @section dali_core_overview Overview + * @section dali_toolkit_overview Overview * * DALi Toolkit consists of the following groups of API: * @@ -86,15 +86,19 @@ * * * @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 - * ScrollBar control. + * ScrollBar is a component that can be linked to the scrollable objects. * * * @ref dali_toolkit_controls_scrollable - * Scrollable container controls. + * Scrollable contains scrolled controls. * * * @ref dali_toolkit_controls_item_view @@ -113,11 +117,47 @@ * Controls for displaying text or text input. * * + * @ref dali_toolkit_controls_flex_container + * FlexContainer is a container for Flexbox layout. + * + * + * @ref dali_toolkit_controls_video_view + * VideoView is a control for video playback and display. + * + * + * @ref dali_toolkit_controls_slider + * 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. * + * + * @ref dali_toolkit_visuals + * Visuals can control rendering the contents as using Property. + * * * + * \ifnot show_tizen_feature + * + * @section dali_toolkit_feature Related Features + * This API is related with the following features:\n + * - http://tizen.org/feature/opengles.version.2_0\n + * + * It is recommended to design feature related codes in your application for reliability.\n + * + * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n + * + * 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. + * + * \endif + * * @ingroup dali * @{ * @defgroup dali_toolkit_controls Controls @@ -134,13 +174,16 @@ * @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 control. + * @brief ScrollBar is a component that can be linked to the scrollable objects. * @defgroup dali_toolkit_controls_scrollable Scrollable - * @brief Scrollable container controls. + * @brief Scrollable contains scrolled controls. * @{ * @defgroup dali_toolkit_controls_item_view Item View @@ -162,11 +205,20 @@ * @defgroup dali_toolkit_controls_video_view Video View * @brief VideoView is a control for video playback and display. + * @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 * @brief Singleton classes for managing application-wide functionalities. + * @defgroup dali_toolkit_visuals Visuals + * @brief Visuals can control rendering the contents as using Property. + * @} */