X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Fimage-visual-properties.h;h=edd94ccf5b50338f162537d7a041200ecd22a415;hb=003fe1b0cb2900bd60063649e46fbbbb6e7d997d;hp=882f932b8b237cb953e0881d51b0de2ec3fa3e24;hpb=190217c8f02a9a1703dedfe38eb1974b6830e5ac;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/visuals/image-visual-properties.h b/dali-toolkit/public-api/visuals/image-visual-properties.h index 882f932..edd94cc 100644 --- a/dali-toolkit/public-api/visuals/image-visual-properties.h +++ b/dali-toolkit/public-api/visuals/image-visual-properties.h @@ -19,7 +19,7 @@ */ // INTERNAL INCLUDES -#include +#include namespace Dali { @@ -27,12 +27,29 @@ namespace Dali namespace Toolkit { +/** + * @addtogroup dali_toolkit_visuals + * @{ + */ + +/** + * @brief ImageVisual is to render an image into the control's quad. + * @SINCE_1_1.45 + */ namespace ImageVisual { +/** + * @brief ImageVisual Property + * @SINCE_1_1.45 + */ namespace Property { +/** + * @brief ImageVisual Property + * @SINCE_1_1.45 + */ enum { /** @@ -100,15 +117,6 @@ enum BORDER_ONLY, /** - * @brief This enables Image visuals to automatically be converted to Batch-Image visuals. - * @details Name "batchingEnabled", type Property::BOOLEAN. - * @SINCE_1_2.0 - * @note Optional. If not specified, the default is false. - * @note For Image visuals only. Not to be used with NPatch or SVG images. - */ - BATCHING_ENABLED, - - /** * @brief The image area to be displayed. * @details Name "pixelArea", type Property::VECTOR4. * It is a rectangular area. @@ -144,6 +152,10 @@ enum } // namespace ImageVisual +/** + * @} + */ + } // namespace Toolkit } // namespace Dali