X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fstyling%2Fstyle-manager-impl.h;h=d6bc4a12992395356e6c2d579d41724a3f6090e6;hp=aa514eab101ddd3f38d82d91ad54ee73578819b8;hb=a827febe27e8131e681c24c255472bbbf097905f;hpb=a3b69d118ee5f918a827b23ea76813a7aefad845 diff --git a/dali-toolkit/internal/styling/style-manager-impl.h b/dali-toolkit/internal/styling/style-manager-impl.h index aa514ea..d6bc4a1 100644 --- a/dali-toolkit/internal/styling/style-manager-impl.h +++ b/dali-toolkit/internal/styling/style-manager-impl.h @@ -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.