X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-controller.h;h=3faab75e3059d1e4b3d950186ddbee2ada601089;hp=e523dd24068004a51879f70dbbf28301b41bcc95;hb=27e7fb1ad1e36527c7af8b739ec49ac19b4ff309;hpb=b68ba033c963cc1f92b127a4b4ed1ceea124fec9 diff --git a/dali-toolkit/internal/text/text-controller.h b/dali-toolkit/internal/text/text-controller.h index e523dd2..3faab75 100755 --- a/dali-toolkit/internal/text/text-controller.h +++ b/dali-toolkit/internal/text/text-controller.h @@ -1506,6 +1506,21 @@ public: // Text-input Event Queuing. Uint32Pair GetTextSelectionRange() const; /** + * @copydoc Text::SelectableControlInterface::SelectWholeText() + */ + void SelectWholeText(); + + /** + * @copydoc Text::SelectableControlInterface::SelectNone() + */ + void SelectNone(); + + /** + * @copydoc Text::SelectableControlInterface::GetSelectedText() + */ + string GetSelectedText() const; + + /** * @copydoc Text::EditableControlInterface::IsEditable() */ virtual bool IsEditable() const; @@ -1543,13 +1558,6 @@ public: // Text-input Event Queuing. */ Actor CreateBackgroundActor(); - /** - * @brief Retrive Selected text. - * - * @return The seleced text. - */ - std::string GetSelectedText(); - protected: // Inherit from Text::Decorator::ControllerInterface. /**