X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fbuilder%2Fbuilder.h;h=fb76667bed84ca088cc2e364184a69e92a838dbb;hb=9eecb41468197eb2fc03e55c151011ea387e1bed;hp=39fed86b50b9b8a9550837e7bdeb4b319e98bf76;hpb=4bf366c7c657eacb5cf150fa52e34263ca16218f;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 39fed86..fb76667 --- a/dali-toolkit/devel-api/builder/builder.h +++ b/dali-toolkit/devel-api/builder/builder.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_UIBUILDER_H__ /* - * Copyright (c) 2015 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. @@ -24,7 +24,9 @@ #include #include #include -#include + +// INTERNAL INCLUDES +#include namespace Dali { @@ -119,7 +121,7 @@ class Builder; * */ -class DALI_IMPORT_API Builder : public BaseHandle +class DALI_TOOLKIT_API Builder : public BaseHandle { public: /** @@ -188,6 +190,14 @@ class DALI_IMPORT_API Builder : public BaseHandle void AddConstant( const std::string& key, const Property::Value& value ); /** + * @brief Gets all currently defined configurations. + * + * @pre The Builder has been initialized. + * @return A reference to the currently defined configurations. + */ + const Property::Map& GetConfigurations() const; + + /** * @brief Gets all currently defined constants. * * e.g. @@ -384,15 +394,6 @@ class DALI_IMPORT_API Builder : public BaseHandle void CreateRenderTask( const std::string &name ); /** - * Get or create ShaderEffect from the ShaderEffect instance library. - * An empty handle is returned otherwise. - * @pre The Builder has been initialized. - * @param name The name of a ShaderEffect in the loaded representation - * @return A handle to a ShaderEffect if found, otherwise empty - */ - ShaderEffect GetShaderEffect( 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.