Break-up the Relayout method
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-controller.h
index 640c2b4..ee77ca3 100644 (file)
@@ -207,6 +207,13 @@ public:
   bool Relayout( const Vector2& size );
 
   /**
+   * @brief Update the model with new text.
+   *
+   * @param[in] operations The layout operations which need to be done.
+   */
+  void ReplaceText( OperationsMask operations );
+
+  /**
    * @brief Lays-out the text.
    *
    * GetNaturalSize(), GetHeightForWidth() and Relayout() calls this method.