X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Fgradient-visual-properties.h;h=ae895caed432fb50d267e598b0244278315fb77d;hb=dc1b9bcdb0aae8a6c0cea63cd57678f19e7742d4;hp=62082f91e0c425772ce7428a2048e17b9db5e6f6;hpb=11ed6421771d05113ae1a6510167d8c2557ac20e;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/visuals/gradient-visual-properties.h b/dali-toolkit/public-api/visuals/gradient-visual-properties.h index 62082f9..ae895ca 100644 --- a/dali-toolkit/public-api/visuals/gradient-visual-properties.h +++ b/dali-toolkit/public-api/visuals/gradient-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 GradientVisual is to render a smooth transition of colors to the control's quad. + * @SINCE_1_1.45 + */ namespace GradientVisual { +/** + * @brief GradientVisual Property + * @SINCE_1_1.45 + */ namespace Property { +/** + * @brief GradientVisual Property + * @SINCE_1_1.45 + */ enum { /** @@ -104,6 +121,14 @@ enum } // namespace Property +/** + * @brief The type of coordinate system for certain attributes of the points in a gradient. + * + * This applies to the: + * - Start (x1, y1) and End (x2 and y2) points of a line if using a linear gradient. + * - Center point (cx, cy) and radius (r) of a circle if using a radial gradient. + * @SINCE_1_1.45 + */ namespace Units { @@ -113,6 +138,7 @@ namespace Units * This applies to the: * - Start (x1, y1) and End (x2 and y2) points of a line if using a linear gradient. * - Center point (cx, cy) and radius (r) of a circle if using a radial gradient. + * @SINCE_1_1.45 */ enum Type { @@ -122,11 +148,16 @@ enum Type } // namespace Units +/** + * @brief Policies that define what happens if the gradient starts or ends inside the bounds of the target rectangle. + * @SINCE_1_1.45 + */ namespace SpreadMethod { /** * @brief Policies that define what happens if the gradient starts or ends inside the bounds of the target rectangle. + * @SINCE_1_1.45 */ enum Type { @@ -139,6 +170,10 @@ enum Type } // namespace GradientVisual +/** + * @} + */ + } // namespace Toolkit } // namespace Dali