X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fbuilder%2Fbuilder-impl.h;h=049b3cec2a452a41efd14a8dd9e4bdfcb50a1d42;hb=c7f57d1d83deccfeb8c96f6f3c583f8e155e878b;hp=2eb4a2bb60741793ce20112561d41656162ce8db;hpb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/builder/builder-impl.h b/dali-toolkit/internal/builder/builder-impl.h old mode 100755 new mode 100644 index 2eb4a2b..049b3ce --- a/dali-toolkit/internal/builder/builder-impl.h +++ b/dali-toolkit/internal/builder/builder-impl.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_INTERNAL_BUILDER_H /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 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. @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include @@ -188,16 +187,6 @@ public: void CreateRenderTask( const std::string &name ); /** - * @copydoc Toolkit::Builder::GetFrameBufferImage - */ - FrameBufferImage GetFrameBufferImage( const std::string &name ); - - /** - * @copydoc Toolkit::Builder::GetFrameBufferImage - */ - FrameBufferImage GetFrameBufferImage( const std::string &name, const Replacement& constant ); - - /** * @copydoc Toolkit::Builder::GetPath */ Path GetPath( const std::string &name ); @@ -241,7 +230,7 @@ public: protected: - virtual ~Builder(); + ~Builder() override; private: typedef std::vector KeyStack; @@ -251,7 +240,6 @@ private: typedef struct{ std::string name; Dali::PathConstrainer pathConstrainer; } PathConstrainerEntry; typedef std::vector PathConstrainerLut; typedef std::map PathLut; - typedef std::map ImageLut; private: // Undefined @@ -385,7 +373,6 @@ private: private: Toolkit::JsonParser mParser; - ImageLut mFrameBufferImageLut; PathLut mPathLut; PathConstrainerLut mPathConstrainerLut; LinearConstrainerLut mLinearConstrainerLut;