Lines Matching refs:InputMethod_AttachOptions

33 | [InputMethod_AttachOptions](#inputmethod_attachoptions) | 输入法绑定选项。 | 
81InputMethod_AttachOptions](#inputmethod_attachoptions) \* [OH_AttachOptions_Create](#oh_attachopti…
82 …h_attachoptions_destroy) ([InputMethod_AttachOptions](#inputmethod_attachoptions) \*options) | 销毁一…
83 …isshowkeyboard) ([InputMethod_AttachOptions](#inputmethod_attachoptions) \*options, bool \*showKey…
84 …tEditorProxy](#inputmethod_texteditorproxy) \*textEditorProxy, [InputMethod_AttachOptions](#inputm…
164 ### InputMethod_AttachOptions subsection
167 typedef struct InputMethod_AttachOptions InputMethod_AttachOptions
873 InputMethod_AttachOptions* OH_AttachOptions_Create (bool showKeyboard)
878 创建一个新的[InputMethod_AttachOptions](#inputmethod_attachoptions)实例。
890 如果创建成功,返回一个指向新创建的[InputMethod_AttachOptions](#inputmethod_attachoptions)实例的指针。 如果创建失败,对象返回NULL,可能的失…
896 void OH_AttachOptions_Destroy (InputMethod_AttachOptions * options)
901 销毁一个[InputMethod_AttachOptions](#inputmethod_attachoptions)实例.
909 | options | 表示即将被销毁的[InputMethod_AttachOptions](#inputmethod_attachoptions)实例。 |
915 InputMethod_ErrorCode OH_AttachOptions_IsShowKeyboard (InputMethod_AttachOptions * options, bool * …
920 从[InputMethod_AttachOptions](#inputmethod_attachoptions)中获取是否显示键盘的值。
928 | options | 表示被读取值的[InputMethod_AttachOptions](#inputmethod_attachoptions)实例。 |
1056 …ntroller_Attach (InputMethod_TextEditorProxy * textEditorProxy, InputMethod_AttachOptions * option…
1070 | options | 表示指向[InputMethod_AttachOptions](#inputmethod_attachoptions)实例的指针,是绑定时的选项。 |