Searched refs:InputMethod_AttachOptions (Results 1 – 14 of 14) sorted by relevance
24 | [InputMethod_AttachOptions](_input_method.md#inputmethod_attachoptions) | 输入法绑定选项。 | 31 …InputMethod_AttachOptions](_input_method.md#inputmethod_attachoptions) \* [OH_AttachOptions_Create…32 …options_destroy) ([InputMethod_AttachOptions](_input_method.md#inputmethod_attachoptions) \*option…33 …yboard) ([InputMethod_AttachOptions](_input_method.md#inputmethod_attachoptions) \*options, bool \…
33 | [InputMethod_AttachOptions](#inputmethod_attachoptions) | 输入法绑定选项。 | 82 …h_attachoptions_destroy) ([InputMethod_AttachOptions](#inputmethod_attachoptions) \*options) | 销毁一…164 ### InputMethod_AttachOptions subsection167 typedef struct InputMethod_AttachOptions InputMethod_AttachOptions873 InputMethod_AttachOptions* OH_AttachOptions_Create (bool showKeyboard)878 创建一个新的[InputMethod_AttachOptions](#inputmethod_attachoptions)实例。896 void OH_AttachOptions_Destroy (InputMethod_AttachOptions * options)901 销毁一个[InputMethod_AttachOptions](#inputmethod_attachoptions)实例.909 | options | 表示即将被销毁的[InputMethod_AttachOptions](#inputmethod_attachoptions)实例。 | 920 从[InputMethod_AttachOptions](#inputmethod_attachoptions)中获取是否显示键盘的值。[all …]
24 …nput_method.md#inputmethod_texteditorproxy) \*textEditorProxy, [InputMethod_AttachOptions](_input_…
24 | [InputMethod_AttachOptions](_input_method.md#inputmethod_attachoptions) | Options for binding the…31 …InputMethod_AttachOptions](_input_method.md#inputmethod_attachoptions) \* [OH_AttachOptions_Create…32 …ons_destroy) ([InputMethod_AttachOptions](_input_method.md#inputmethod_attachoptions) \*options) |…33 …InputMethod_AttachOptions](_input_method.md#inputmethod_attachoptions) \*options, bool \*showKeybo…
33 | [InputMethod_AttachOptions](#inputmethod_attachoptions) | Options for binding the input method.| 81 …InputMethod_AttachOptions](#inputmethod_attachoptions) \* [OH_AttachOptions_Create](#oh_attachopti…82 …tachoptions_destroy) ([InputMethod_AttachOptions](#inputmethod_attachoptions) \*options) | Destroy…164 ### InputMethod_AttachOptions subsection167 typedef struct InputMethod_AttachOptions InputMethod_AttachOptions873 InputMethod_AttachOptions* OH_AttachOptions_Create (bool showKeyboard)878 Creates an [InputMethod_AttachOptions](#inputmethod_attachoptions) instance.896 void OH_AttachOptions_Destroy (InputMethod_AttachOptions * options)901 Destroys an [InputMethod_AttachOptions](#inputmethod_attachoptions) instance.909 | options | [InputMethod_AttachOptions](#inputmethod_attachoptions) instance to be destroyed.| [all …]
48 typedef struct InputMethod_AttachOptions InputMethod_AttachOptions; typedef58 InputMethod_AttachOptions *OH_AttachOptions_Create(bool showKeyboard);65 void OH_AttachOptions_Destroy(InputMethod_AttachOptions *options);79 InputMethod_ErrorCode OH_AttachOptions_IsShowKeyboard(InputMethod_AttachOptions *options, bool *sho…
68 InputMethod_AttachOptions *options, InputMethod_InputMethodProxy **inputMethodProxy);
22 InputMethod_AttachOptions *OH_AttachOptions_Create(bool showKeyboard) in OH_AttachOptions_Create()24 return new InputMethod_AttachOptions({ showKeyboard }); in OH_AttachOptions_Create()26 void OH_AttachOptions_Destroy(InputMethod_AttachOptions *options) in OH_AttachOptions_Destroy()34 InputMethod_ErrorCode OH_AttachOptions_IsShowKeyboard(InputMethod_AttachOptions *options, bool *sho… in OH_AttachOptions_IsShowKeyboard()
148 InputMethod_AttachOptions *options, InputMethod_InputMethodProxy **inputMethodProxy) in OH_InputMethodController_Attach()
38 3. 创建InputMethod_AttachOptions实例,设置绑定输入法时的选项。示例代码如下所示:41 // 创建InputMethod_AttachOptions实例,选项showKeyboard用于指定此次绑定成功后是否显示键盘,此处以目标显示键盘为例43 InputMethod_AttachOptions *options = OH_AttachOptions_Create(showKeyboard);
38 3. Create an **InputMethod_AttachOptions** instance and set the options for binding the input metho…41 …// Create an InputMethod_AttachOptions instance. showKeyboard specifies whether to display the key…43 InputMethod_AttachOptions *options = OH_AttachOptions_Create(showKeyboard);
66 struct InputMethod_AttachOptions { struct
1072 InputMethod_AttachOptions *options = OH_AttachOptions_Create(true);1325 InputMethod_AttachOptions *options = OH_AttachOptions_Create(true);