X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFAppAppResource.h;h=4382222cb9316cb3f176f80fcf41f1cd08cfd355;hb=e384e080132b4e5a587116a6a6f5380a295b5018;hp=baa1d8b2fda8e37bbdb1133dfdbb07939ecd4703;hpb=d2b6888e16e87a147678c857cfb7336c8b8c7041;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FAppAppResource.h b/inc/FAppAppResource.h index baa1d8b..4382222 100644 --- a/inc/FAppAppResource.h +++ b/inc/FAppAppResource.h @@ -47,7 +47,8 @@ namespace Tizen { namespace App * - Use AppResource::GetBitmapN() to obtain a bitmap image that matches the screen density. * - If the matching image does not exist, the image of the baseline density folder, ScreenDensity-High is used. * -* The instance of this class can be obtained through App::GetAppResource(). +* The instance of this class can be obtained through App::GetAppResource(). +* * The following example demonstrates how to use the %AppResource class to get strings. * * @code @@ -132,8 +133,9 @@ public: * @exception E_UNSUPPORTED_FORMAT The image file format or specified pixel format is not supported. * @exception E_FILE_NOT_FOUND The specified file cannot be found. * @exception E_SYSTEM A system error has occurred. - * @remarks The specific error code can be accessed using the GetLastResult() method. - * @remarks There is a high probability for an occurrence of an out-of-memory exception. If possible, check whether the exception is E_OUT_OF_MEMORY or not. For more information on how to handle the out-of-memory exception, refer here. + * @remarks + * - The specific error code can be accessed using the GetLastResult() method. + * - There is a high probability for an occurrence of an out-of-memory exception. If possible, check whether the exception is E_OUT_OF_MEMORY or not. For more information on how to handle the out-of-memory exception, refer here. */ Tizen::Graphics::Bitmap* GetBitmapN(const Tizen::Base::String& imagePath, Tizen::Graphics::BitmapPixelFormat pixelFormat) const; @@ -160,8 +162,9 @@ public: * @exception E_UNSUPPORTED_FORMAT The image file format is not supported. * @exception E_FILE_NOT_FOUND The specified file cannot be found. * @exception E_SYSTEM A system error has occurred. - * @remarks The specific error code can be accessed using the GetLastResult() method. - * @remarks There is a high probability for an occurrence of an out-of-memory exception. If possible, check whether the exception is E_OUT_OF_MEMORY or not. For more information on how to handle the out-of-memory exception, refer here. + * @remarks + * - The specific error code can be accessed using the GetLastResult() method. + * - There is a high probability for an occurrence of an out-of-memory exception. If possible, check whether the exception is E_OUT_OF_MEMORY or not. For more information on how to handle the out-of-memory exception, refer here. */ Tizen::Graphics::Bitmap* GetBitmapN(const Tizen::Base::String& imagePath) const;