X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Fvisual-properties.h;h=dd1447b0831a635d871a05d3a8e2a3589da43351;hb=52f294c7dc6b1bbd3265489a2d8f70659ed88931;hp=94b504b9980070a3d3c6045a485ca2fbdf0c81ce;hpb=c5348b4691e24b20264fc8ad92a881f0118bb540;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/visuals/visual-properties.h b/dali-toolkit/public-api/visuals/visual-properties.h index 94b504b..dd1447b 100644 --- a/dali-toolkit/public-api/visuals/visual-properties.h +++ b/dali-toolkit/public-api/visuals/visual-properties.h @@ -73,7 +73,7 @@ enum { /** * @brief The index for the visual type. - * @details Name "visualType", type [Type](@ref Dali::Toolkit::Visual::Type) (Property::INTEGER) or Property::STRING. + * @details Name "visualType", type [Type](Dali::Toolkit::Visual::Type) (Property::INTEGER) or Property::STRING. * @SINCE_1_1.45 * @note Mandatory. * @see Type @@ -129,7 +129,7 @@ enum } // namespace Property /** - * @brief Visual Transfrom for the offset or size. + * @brief Visual Transform for the offset or size. * @SINCE_1_2.60 */ namespace Transform @@ -162,7 +162,7 @@ namespace Property { /** - * @brief Enumeration for the type of Transfrom Property. + * @brief Enumeration for the type of Transform Property. * @SINCE_1_2.60 */ enum Type @@ -325,6 +325,18 @@ enum } // namespace Shader + +/** + * @brief Status of resource which is used for visual. + * @SINCE_1_3_5 + */ +enum class ResourceStatus +{ + PREPARING, /// Resource is prepared. @SINCE_1_3_5 + READY, /// Resource is ready. @SINCE_1_3_5 + FAILED /// Resource is fail to load @SINCE_1_3_5 +}; + } // namespace Visual /**