X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Ftext-input%2Ftext-input.cpp;h=ff15d35b40558ffb1e56924a2f61d7b6fdbb2a27;hb=6dd9b4b96fbc4e24a206a99edfea1156d32ae608;hp=685a5ddc65220600cedce7a57e1a3c468768f071;hpb=e2eda444afbe82e9591fe198eef339227f90a616;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/text-input/text-input.cpp b/dali-toolkit/public-api/controls/text-input/text-input.cpp index 685a5dd..ff15d35 100644 --- a/dali-toolkit/public-api/controls/text-input/text-input.cpp +++ b/dali-toolkit/public-api/controls/text-input/text-input.cpp @@ -193,21 +193,6 @@ bool TextInput::IsGrabHandleEnabled() return GetImpl(*this).IsGrabHandleEnabled(); } -void TextInput::EnableSelectionHandleFlip( bool toggle ) -{ - GetImpl(*this).EnableSelectionHandleFlip( toggle ); -} - -bool TextInput::IsSelectionHandleFlipEnabled() -{ - return GetImpl(*this).IsSelectionHandleFlipEnabled(); -} - -void TextInput::SetSelectionHandleFlipMargin( const Vector4& border ) -{ - GetImpl(*this).SetSelectionHandleFlipMargin( border ); -} - void TextInput::SetBoundingRectangle( const Rect& boundingOriginAndSize ) { GetImpl(*this).SetBoundingRectangle( boundingOriginAndSize ); @@ -218,11 +203,6 @@ const Rect TextInput::GetBoundingRectangle() const return GetImpl(*this).GetBoundingRectangle(); } -const Vector4& TextInput::GetSelectionHandleFlipMargin() -{ - return GetImpl(*this).GetSelectionHandleFlipMargin(); -} - void TextInput::SetActiveStyle( const TextStyle& style, const TextStyle::Mask mask ) { GetImpl(*this).SetActiveStyle(style,mask); @@ -373,6 +353,17 @@ TextInput::InputTextExceedBoundariesSignalV2& TextInput::InputTextExceedBoundari return GetImpl(*this).InputTextExceedBoundariesSignal(); } +void TextInput::SetMarkupProcessingEnabled( bool enable ) +{ + return GetImpl( *this ).SetMarkupProcessingEnabled( enable ); +} + +bool TextInput::IsMarkupProcessingEnabled() const +{ + return GetImpl( *this ).IsMarkupProcessingEnabled(); +} + + TextInput::TextInput( Dali::Internal::CustomActor* internal ) : Control( internal ) {