X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fvisuals%2Fimage-visual-properties-devel.h;h=16777670850b7a40431add15f564ab690d339692;hb=4bda6c5308855dc1686f6e47a36efca77348d69a;hp=3c0e7d6b4ae29de34944ece155d124573d239e46;hpb=4a4e23e6870e595b766b4394350ff5ed3475b1b3;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h b/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h index 3c0e7d6..1677767 100644 --- a/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h +++ b/dali-toolkit/devel-api/visuals/image-visual-properties-devel.h @@ -133,7 +133,7 @@ enum Type /** * @brief The content information the AnimatedVectorImageVisual will use. - * @details Name "contentInfo", Type Property::MAP. + * @details Type Property::MAP. * The map contains the layer name as a key and Property::Array as a value. * And the array contains 2 integer values which are the frame numbers, the start frame number and the end frame number of the layer. * @note This property is read-only. @@ -158,12 +158,38 @@ enum Type MASKING_TYPE = ORIENTATION_CORRECTION + 12, /** + * @brief If true, uploads texture before ResourceReady signal is emitted. Otherwise uploads after texture load is completed. + * @details Name "fastTrackUploading", type Property::BOOLEAN + * If true, the upload happens without event-thread dependency, but the following need to be considered: + * - Texture size is not valid until upload is fully complete. + * - Texture cannot be cached (a new image is uploaded every time). + * - Seamless visual change is not supported. + * - The following, if set are also not supported and will be ignored: + * - Alpha masking + * - Synchronous loading + * - Reload action + * - Atlas loading + * - Custom shader + * @note Used by the ImageVisual. The default is false. + */ + FAST_TRACK_UPLOADING = ORIENTATION_CORRECTION + 13, + + /** * @brief Whether to enable broken image in image visual. * Some of visual don't need to show broken image(ex. placeholder) * Disable broken image for these visuals. * default is true. */ - ENABLE_BROKEN_IMAGE = ORIENTATION_CORRECTION + 14 + ENABLE_BROKEN_IMAGE = ORIENTATION_CORRECTION + 14, + + /** + * @brief The marker information the AnimatedVectorImageVisual will use. + * @details Type Property::MAP. + * The map contains the marker name as a key and Property::Array as a value. + * And the array contains 2 integer values which are the frame numbers, the start frame number and the end frame number of the marker. + * @note This property is read-only. + */ + MARKER_INFO = ORIENTATION_CORRECTION + 15, }; } //namespace Property