X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fimages%2Fencoded-buffer-image.h;h=fb7501bc55ee9df0822ac44eca5c1b8976a835e7;hb=f09cea89519b3a7bdee3266b1bd26f97150d95cc;hp=f922155a6439c8a2e76b41cf5805d5d822493ac6;hpb=e00cf3a7c412fb6952974919549b67700c35d013;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/images/encoded-buffer-image.h b/dali/public-api/images/encoded-buffer-image.h index f922155..fb7501b 100644 --- a/dali/public-api/images/encoded-buffer-image.h +++ b/dali/public-api/images/encoded-buffer-image.h @@ -64,6 +64,7 @@ typedef Uint16Pair ImageDimensions; * * Image::UploadedSignal is emitted when the decoded image data gets * uploaded to the OpenGL ES implementation. + * @SINCE_1_0.0 */ class DALI_IMPORT_API EncodedBufferImage : public Image { @@ -72,6 +73,7 @@ public: * @brief Constructor which creates an uninitialized EncodedBufferImage object. * * Use Image::New(...) to create an initialised object. + * @SINCE_1_0.0 */ EncodedBufferImage(); @@ -80,6 +82,7 @@ public: * * @brief Create an initialised image object from an encoded image buffer in memory. * + * @SINCE_1_0.0 * @param [in] encodedImage The encoded bytes of an image, in a supported * image format such as PNG, JPEG, GIF, BMP, KTX, ICO, and WBMP, organised * exactly as it would be as a file in the filesystem. @@ -101,6 +104,7 @@ public: /** * @brief Create an initialised image object from an encoded image buffer in memory. * + * @SINCE_1_0.0 * @param [in] encodedImage The encoded bytes of an image, in a supported * image format such as PNG, JPEG, GIF, BMP, KTX, ICO, and WBMP, organised * exactly as it would be as a file in the filesystem. @@ -115,8 +119,7 @@ public: /** * @brief Create an initialised image object from an encoded image buffer in memory. * - * @since DALi 1.1.4 - * + * @SINCE_1_1.4 * @param [in] encodedImage The encoded bytes of an image, in a supported * image format such as PNG, JPEG, GIF, BMP, KTX, ICO, and WBMP, organised * exactly as it would be as a file in the filesystem. @@ -139,6 +142,7 @@ public: * * If handle points to a EncodedBufferImage the * downcast produces valid handle. If not the returned handle is left uninitialized. + * @SINCE_1_0.0 * @param[in] handle to An object * @return handle to a EncodedBufferImage or an uninitialized handle */ @@ -148,12 +152,14 @@ public: * @brief Destructor * * This is non-virtual since derived Handle types must not contain data or virtual methods. + * @SINCE_1_0.0 */ ~EncodedBufferImage(); /** * @brief This copy constructor is required for (smart) pointer semantics. * + * @SINCE_1_0.0 * @param [in] handle A reference to the copied handle */ EncodedBufferImage(const EncodedBufferImage& handle); @@ -161,6 +167,7 @@ public: /** * @brief This assignment operator is required for (smart) pointer semantics. * + * @SINCE_1_0.0 * @param [in] rhs A reference to the copied handle * @return A reference to this */