X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-controller.h;h=1f64c246eec264f30f3933fdcbeec54e747fcaca;hb=723acb540264b5f3bfc98ec3284891aa58d765c4;hp=5cb079cc5c78e611379337ee7e16cf4082c851d6;hpb=d9e73542cfca2591f40ca9ffeefa1e20e0c2bbd0;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/text-controller.h b/dali-toolkit/internal/text/text-controller.h index 5cb079c..1f64c24 100644 --- a/dali-toolkit/internal/text/text-controller.h +++ b/dali-toolkit/internal/text/text-controller.h @@ -999,13 +999,6 @@ public: // Default style & Input style */ const std::string& GetInputOutlineProperties() const; - /** - * @brief Set the control's interface. - * - * @param[in] controlInterface The control's interface. - */ - void SetControlInterface( ControlInterface* controlInterface ); - public: // Queries & retrieves. /** @@ -1180,6 +1173,13 @@ public: // Text-input Event Queuing. */ void PasteClipboardItemEvent(); + /** + * @brief Return true when text control should clear key input focus when escape key is pressed. + * + * @return Whether text control should clear key input focus or not when escape key is pressed. + */ + bool ShouldClearFocusOnEscape() const; + protected: // Inherit from Text::Decorator::ControllerInterface. /**