X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fbuilder%2Fbuilder.h;h=1f8ea4a31e5db62f690f73a8b2169aef5c22c397;hb=746c9a68c411a98ba9e853609775a1519ae5bcd9;hp=422a517ee930e6eb577480c45cabfdbc85e41b6b;hpb=1e6044c72b27cd4ecfda3c929263d5aefa1efad0;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/builder/builder.h b/dali-toolkit/devel-api/builder/builder.h old mode 100644 new mode 100755 index 422a517..1f8ea4a --- a/dali-toolkit/devel-api/builder/builder.h +++ b/dali-toolkit/devel-api/builder/builder.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_UIBUILDER_H__ -#define __DALI_TOOLKIT_UIBUILDER_H__ +#ifndef DALI_TOOLKIT_UIBUILDER_H +#define DALI_TOOLKIT_UIBUILDER_H /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -25,6 +25,9 @@ #include #include +// INTERNAL INCLUDES +#include + namespace Dali { @@ -118,7 +121,7 @@ class Builder; * */ -class DALI_IMPORT_API Builder : public BaseHandle +class DALI_TOOLKIT_API Builder : public BaseHandle { public: /** @@ -391,15 +394,6 @@ class DALI_IMPORT_API Builder : public BaseHandle void CreateRenderTask( const std::string &name ); /** - * Get or create FrameBufferImage from the FrameBufferImage instance library. - * An empty handle is returned otherwise. - * @pre The Builder has been initialized. - * @param name The name of a FrameBufferImage in the loaded representation - * @return A handle to a FrameBufferImage if found, otherwise empty - */ - FrameBufferImage GetFrameBufferImage( const std::string &name ); - - /** * Get or create Path from the Path instance library. * An empty handle is returned otherwise. * @pre The Builder has been initialized. @@ -453,4 +447,4 @@ private: } // namespace Dali -#endif // __DALI_TOOLKIT_UIBUILDER_H__ +#endif // DALI_TOOLKIT_UIBUILDER_H