X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Ftext-controls%2Ftext-editor-impl.h;h=7ba119034012f97767dd1b7799dc74594532f7f2;hb=e06940d202331c003c1ec793143efd20437cc9f3;hp=6947faa3f8d6a60bd3d3896bc96755270f24e904;hpb=19179e76939a18697e6919177a4c561586e8d30b;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/text-controls/text-editor-impl.h b/dali-toolkit/internal/controls/text-controls/text-editor-impl.h index 6947faa..7ba1190 100644 --- a/dali-toolkit/internal/controls/text-controls/text-editor-impl.h +++ b/dali-toolkit/internal/controls/text-controls/text-editor-impl.h @@ -273,6 +273,11 @@ public: void SelectNone() override; /** + * @copydoc Text::SelectableControlInterface::SelectText() + */ + void SelectText(const uint32_t start, const uint32_t end) override; + + /** * @copydoc Dali::Toolkit::DevelTextEditor::ScrollBy() */ void ScrollBy(Vector2 Scroll); @@ -382,6 +387,13 @@ private: // Implementation void OnScrollIndicatorAnimationFinished(Animation& animation); /** + * @brief Callback function for when the layout is changed. + * @param[in] actor The actor whose layoutDirection is changed. + * @param[in] type The layoutDirection. + */ + void OnLayoutDirectionChanged(Actor actor, LayoutDirection::Type type); + + /** * Construct a new TextEditor. */ TextEditor();