X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fimage-loader%2Fasync-image-loader.h;h=3a302536edcd067fbcccc3e6c8f0cbab42759004;hp=9c021b56220bb2744c283ad451705231399fb2c4;hb=07978c7f46b49a673c9a72b987e653c5d55b1ef3;hpb=8747c12ce2d714ea694401ee435e78de1fd0653e diff --git a/dali-toolkit/public-api/image-loader/async-image-loader.h b/dali-toolkit/public-api/image-loader/async-image-loader.h old mode 100644 new mode 100755 index 9c021b5..3a30253 --- a/dali-toolkit/public-api/image-loader/async-image-loader.h +++ b/dali-toolkit/public-api/image-loader/async-image-loader.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_ASYNC_IMAGE_LOADER_H /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,6 +23,9 @@ #include #include +// INTERNAL INCLUDES +#include + namespace Dali { class PixelData; @@ -36,6 +39,11 @@ class AsyncImageLoader; } /** + * @addtogroup dali_toolkit_image_loader + * @{ + */ + +/** * @brief The AsyncImageLoader is used to load pixel data from a URL asynchronously. * * The images are loaded in a worker thread to avoid blocking the main event thread. @@ -87,7 +95,7 @@ class AsyncImageLoader; * * @endcode */ -class DALI_IMPORT_API AsyncImageLoader : public BaseHandle +class DALI_TOOLKIT_API AsyncImageLoader : public BaseHandle { public: @@ -239,6 +247,9 @@ public: // Not intended for developer use }; +/** + * @} + */ } // namespace Toolkit } // namespace Dali