X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Ftext-controls%2Ftext-field-impl.h;h=165234b295b1a360f3ef2949570d32ea1e4d3e5c;hp=c5723bd871ad6139d728760edf75fb345898cce8;hb=8f568af864987ed3039737045db38ea3db4ac962;hpb=74f25e93f1094929c90c1632b686e9bfa03bd017 diff --git a/dali-toolkit/internal/controls/text-controls/text-field-impl.h b/dali-toolkit/internal/controls/text-controls/text-field-impl.h index c5723bd..165234b 100755 --- a/dali-toolkit/internal/controls/text-controls/text-field-impl.h +++ b/dali-toolkit/internal/controls/text-controls/text-field-impl.h @@ -185,26 +185,25 @@ private: // From Control // From EditableControlInterface /** - * @copydoc Text::ControlInterface::TextChanged() + * @copydoc Text::EditableControlInterface::TextChanged() */ void TextChanged() override; /** - * @copydoc Text::ControlInterface::MaxLengthReached() + * @copydoc Text::EditableControlInterface::MaxLengthReached() */ void MaxLengthReached() override; /** - * @copydoc Text::ControlInterface::InputStyleChanged() + * @copydoc Text::EditableControlInterface::InputStyleChanged() */ void InputStyleChanged( Text::InputStyle::Mask inputStyleMask ) override; /** - * @copydoc Text::ControlInterface::AddDecoration() + * @copydoc Text::EditableControlInterface::AddDecoration() */ 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 /**