Files
interface_sdk_c/inputmethod/libohinputmethodndk.json
T
wuchengwen b4395f4fd6 add inputmethod capi
Signed-off-by: wuchengwen <wuchengwen4@huawei.com>
2024-08-21 16:42:33 +08:00

80 lines
4.0 KiB
JSON

[
{ "name": "OH_InputMethodController_Attach" },
{ "name": "OH_InputMethodController_Detach" },
{ "name": "OH_InputMethodProxy_ShowKeyboard" },
{ "name": "OH_InputMethodProxy_HideKeyboard" },
{ "name": "OH_InputMethodProxy_NotifySelectionChange" },
{ "name": "OH_InputMethodProxy_NotifyConfigurationChange" },
{ "name": "OH_InputMethodProxy_NotifyCursorUpdate" },
{ "name": "OH_InputMethodProxy_SendPrivateCommand" },
{ "name": "OH_CursorInfo_New" },
{ "name": "OH_CursorInfo_Delete" },
{ "name": "OH_CursorInfo_SetRect" },
{ "name": "OH_CursorInfo_GetRect" },
{ "name": "OH_TextConfig_New" },
{ "name": "OH_TextConfig_Delete" },
{ "name": "OH_TextConfig_SetInputType" },
{ "name": "OH_TextConfig_SetEnterKeyType" },
{ "name": "OH_TextConfig_SetIsPreviewTextSupported" },
{ "name": "OH_TextConfig_SetSelection" },
{ "name": "OH_TextConfig_SetWindowId" },
{ "name": "OH_TextConfig_GetInputType" },
{ "name": "OH_TextConfig_GetEnterKeyType" },
{ "name": "OH_TextConfig_IsPreviewTextSupported" },
{ "name": "OH_TextConfig_GetCursorInfo" },
{ "name": "OH_TextConfig_GetTextAvoidInfo" },
{ "name": "OH_TextConfig_GetSelection" },
{ "name": "OH_TextConfig_GetWindowId" },
{ "name": "OH_TextEditorProxy_New" },
{ "name": "OH_TextEditorProxy_Delete" },
{ "name": "OH_TextEditorProxy_SetGetTextConfigFunc" },
{ "name": "OH_TextEditorProxy_SetInsertTextFunc" },
{ "name": "OH_TextEditorProxy_SetDeleteForwardFunc" },
{ "name": "OH_TextEditorProxy_SetDeleteBackwardFunc" },
{ "name": "OH_TextEditorProxy_SetSendKeyboardStatusFunc" },
{ "name": "OH_TextEditorProxy_SetSendEnterKeyFunc" },
{ "name": "OH_TextEditorProxy_SetMoveCursorFunc" },
{ "name": "OH_TextEditorProxy_SetHandleSetSelectionFunc" },
{ "name": "OH_TextEditorProxy_SetHandleExtendActionFunc" },
{ "name": "OH_TextEditorProxy_SetGetLeftTextOfCursorFunc" },
{ "name": "OH_TextEditorProxy_SetGetRightTextOfCursorFunc" },
{ "name": "OH_TextEditorProxy_SetGetTextIndexAtCursorFunc" },
{ "name": "OH_TextEditorProxy_SetReceivePrivateCommandFunc" },
{ "name": "OH_TextEditorProxy_SetSetPreviewTextFunc" },
{ "name": "OH_TextEditorProxy_SetFinishTextPreviewFunc" },
{ "name": "OH_TextEditorProxy_GetGetTextConfigFunc" },
{ "name": "OH_TextEditorProxy_GetInsertTextFunc" },
{ "name": "OH_TextEditorProxy_GetDeleteForwardFunc" },
{ "name": "OH_TextEditorProxy_GetDeleteBackwardFunc" },
{ "name": "OH_TextEditorProxy_GetSendKeyboardStatusFunc" },
{ "name": "OH_TextEditorProxy_GetSendEnterKeyFunc" },
{ "name": "OH_TextEditorProxy_GetMoveCursorFunc" },
{ "name": "OH_TextEditorProxy_GetHandleSetSelectionFunc" },
{ "name": "OH_TextEditorProxy_GetHandleExtendActionFunc" },
{ "name": "OH_TextEditorProxy_GetGetLeftTextOfCursorFunc" },
{ "name": "OH_TextEditorProxy_GetGetRightTextOfCursorFunc" },
{ "name": "OH_TextEditorProxy_GetGetTextIndexAtCursorFunc" },
{ "name": "OH_TextEditorProxy_GetReceivePrivateCommandFunc" },
{ "name": "OH_TextEditorProxy_GetSetPreviewTextFunc" },
{ "name": "OH_TextEditorProxy_GetFinishTextPreviewFunc" },
{ "name": "OH_AttachOptions_New" },
{ "name": "OH_AttachOptions_Delete" },
{ "name": "OH_AttachOptions_IsShowKeyboard" },
{ "name": "OH_TextAvoidInfo_New" },
{ "name": "OH_TextAvoidInfo_Delete" },
{ "name": "OH_TextAvoidInfo_SetPositionY" },
{ "name": "OH_TextAvoidInfo_SetHeight" },
{ "name": "OH_TextAvoidInfo_GetPositionY" },
{ "name": "OH_TextAvoidInfo_GetHeight" },
{ "name": "OH_PrivateCommand_New" },
{ "name": "OH_PrivateCommand_Delete" },
{ "name": "OH_PrivateCommand_SetKey" },
{ "name": "OH_PrivateCommand_SetBoolValue" },
{ "name": "OH_PrivateCommand_SetIntValue" },
{ "name": "OH_PrivateCommand_SetStrValue" },
{ "name": "OH_PrivateCommand_GetKey" },
{ "name": "OH_PrivateCommand_GetValueType" },
{ "name": "OH_PrivateCommand_GetBoolValue" },
{ "name": "OH_PrivateCommand_GetIntValue" },
{ "name": "OH_PrivateCommand_GetStrValue" }
]