X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fstyling%2Fstyle-manager-impl.h;h=7ca7535d01dc689695dc457ba49a0df78127f93a;hb=2ffc3a77b8aa6f8ccdbaaef41c0fa14034853582;hp=aa514eab101ddd3f38d82d91ad54ee73578819b8;hpb=8e7cfd0c114bf778287cc6e67d0f42f3c866e205;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/styling/style-manager-impl.h b/dali-toolkit/internal/styling/style-manager-impl.h index aa514ea..7ca7535 100644 --- a/dali-toolkit/internal/styling/style-manager-impl.h +++ b/dali-toolkit/internal/styling/style-manager-impl.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_STYLE_MANAGER_H__ -#define __DALI_TOOLKIT_INTERNAL_STYLE_MANAGER_H__ +#ifndef DALI_TOOLKIT_INTERNAL_STYLE_MANAGER_H +#define DALI_TOOLKIT_INTERNAL_STYLE_MANAGER_H /* - * Copyright (c) 2014 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. @@ -94,6 +94,11 @@ public: // Public API bool GetStyleConstant( const std::string& key, Property::Value& valueOut ); /** + * @copydoc Toolkit::StyleManager::GetConfigurations + */ + const Property::Map GetConfigurations(); + + /** * @brief Apply the theme style to a control. * * @param[in] control The control to apply style. @@ -262,4 +267,4 @@ inline const Internal::StyleManager& GetImpl( const Dali::Toolkit::StyleManager& } // namespace Dali -#endif // __DALI_TOOLKIT_INTERNAL_STYLE_MANAGER_H__ +#endif // DALI_TOOLKIT_INTERNAL_STYLE_MANAGER_H