X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fadaptor-framework%2Finput-method-context.h;h=6775ef2ee608287a3b1f52b15ea555084c79d190;hb=6875a356c29f050e060a57220febf93030b8319d;hp=49901a18e3bca397aa0a649b4eb6f9ec352a8d68;hpb=fdd1a6fece5e32770f22769d2b6c5083be38b7ff;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 index 49901a1..6775ef2 100755 --- a/dali/devel-api/adaptor-framework/input-method-context.h +++ b/dali/devel-api/adaptor-framework/input-method-context.h @@ -399,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