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=ce364ebaebf9728b10d720ffc09da030212c215d;hp=bc706fb1e268d3a52caaf024c3d8ac4f3c8e2ae6;hb=460a840fa3c43160f3ca3679099c38985cca5cc5;hpb=4d00f5fe754246c36aba847105e7ffbb15f2fec2 diff --git a/doc/dali-toolkit-doc.h b/doc/dali-toolkit-doc.h old mode 100644 new mode 100755 index bc706fb..ce364eb --- a/doc/dali-toolkit-doc.h +++ b/doc/dali-toolkit-doc.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_DOC_H__ -#define __DALI_TOOLKIT_DOC_H__ +#ifndef DALI_TOOLKIT_DOC_H +#define DALI_TOOLKIT_DOC_H /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -89,6 +89,10 @@ * 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 is a component that can be linked to the scrollable objects. * @@ -136,6 +140,10 @@ * @ref dali_toolkit_visuals * Visuals can control rendering the contents as using Property. * + * + * @ref dali_toolkit_image_loader + * The ImageLoader is used to load pixel data from a URL. + * * * * \ifnot show_tizen_feature @@ -150,7 +158,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,12 +174,18 @@ * @defgroup dali_toolkit_controls_buttons Buttons * @brief Button is a small object on UI that you can press. + * @defgroup dali_toolkit_controls_canvas_view CanvasView + * @brief CanvasView is a class for displaying an vector primitives. + * * @defgroup dali_toolkit_controls_gaussian_blur_view Gaussian Blur View * @brief GaussianBlurView provides a render process that blurs an image. * @defgroup dali_toolkit_controls_image_view Image View * @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. @@ -212,8 +226,10 @@ * @defgroup dali_toolkit_visuals Visuals * @brief Visuals can control rendering the contents as using Property. + * @defgroup dali_toolkit_image_loader Image Loader + * @brief The ImageLoader is used to load pixel data from a URL. + * @} */ - -#endif /* __DALI_TOOLKIT_DOC_H__ */ +#endif // DALI_TOOLKIT_DOC_H