Fix for test cases
[platform/core/uifw/dali-toolkit.git] / base / dali-toolkit / internal / builder / builder-impl.h
index 62e3e87..d533366 100644 (file)
@@ -129,6 +129,16 @@ public:
   BaseHandle Create( const std::string& templateName, const PropertyValueMap& map );
 
   /**
+   * @copydoc Toolkit::Builder::CreateFromJson( const std::string& json );
+   */
+  BaseHandle CreateFromJson( const std::string& json );
+
+  /**
+   * @copydoc Toolkit::Builder::ApplyFromJson( Handle& handle, const std::string& json );
+   */
+  bool ApplyFromJson(  Handle& handle, const std::string& json );
+
+  /**
    * @copydoc Toolkit::Builder::ApplyStyle
    */
   bool ApplyStyle( const std::string& styleName, Handle& handle );