X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fstyling%2Fstyle-manager-impl.h;h=7b3fd531c16ddc1f9f55360535100e0324dde34d;hb=ca99959003c0445d5afb437e2be26361dff51623;hp=aa514eab101ddd3f38d82d91ad54ee73578819b8;hpb=f781537e1453775663bb7f89adb495957dfa61ef;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..7b3fd53 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. @@ -224,6 +229,7 @@ private: int mDefaultFontSize; ///< Logical size, not a point-size std::string mDefaultFontFamily; + std::string mDefaultThemeFilePath; ///< The full path of the default theme file std::string mThemeFile; ///< The full path of the current theme file Property::Map mThemeBuilderConstants; ///< Contants to give the theme builder @@ -262,4 +268,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