Merge "use string_view to avoid temporary string allocation." into devel/master
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / text-controls / text-field-impl.h
index c5723bd..aa5350d 100755 (executable)
@@ -204,7 +204,6 @@ private: // From Control
    */
   void AddDecoration( Actor& actor, bool needsClipping ) override;
 
-
 // From SelectableControlInterface
 public:
   /**
@@ -217,6 +216,16 @@ public:
    */
   Uint32Pair GetTextSelectionRange() const override;
 
+  /**
+   * @copydoc Text::EditableControlInterface::IsEditable()
+   */
+  bool IsEditable() const override;
+
+  /**
+   * @copydoc Text::EditableControlInterface::SetEditable()
+   */
+  void SetEditable( bool editable ) override;
+
 private: // Implementation
 
   /**