X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fadaptor-framework%2Finput-method-context.h;h=6775ef2ee608287a3b1f52b15ea555084c79d190;hb=de358850df203047408247a94b682597b018ec52;hp=8ec739e65e57cddada2a7bb181955941e6d79ebb;hpb=385c215c1e69a64e179417ee60fb9e67f5439fce;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/devel-api/adaptor-framework/input-method-context.h b/dali/devel-api/adaptor-framework/input-method-context.h old mode 100644 new mode 100755 index 8ec739e..6775ef2 --- a/dali/devel-api/adaptor-framework/input-method-context.h +++ b/dali/devel-api/adaptor-framework/input-method-context.h @@ -42,6 +42,7 @@ class InputMethodContext; * * Specifically manages the ecore input method framework which enables the virtual or hardware keyboards. */ + class DALI_ADAPTOR_API InputMethodContext : public BaseHandle { public: @@ -398,6 +399,19 @@ public: */ bool FilterEventKey( const Dali::KeyEvent& keyEvent ); + /** + * @brief Sets whether the IM context should allow to use the text prediction. + * + * @param[in] prediction Whether to allow text prediction or not. + */ + void AllowTextPrediction( bool prediction ); + + /** + * @brief Gets whether the IM context allow to use the text prediction. + * + * @return Whether the IM allow text prediction or not. + */ + bool IsTextPredictionAllowed() const; public: // Signals