![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
| void | updateSelection (final int selStart, final int selEnd, final int candidatesStart, final int candidatesEnd) |
| void | showSoftwareKeyboard (Activity activity, final int x, final int y, final int width, final int height, final int inputHints, final int enterKeyType) |
| void | resetSoftwareKeyboard () |
| void | hideSoftwareKeyboard () |
| boolean | isSoftwareKeyboardVisible () |
| int | getSelectionHandleWidth () |
| void | updateHandles (int mode, int editX, int editY, int editButtons, int x1, int y1, int x2, int y2, boolean rtl) |
| QtInputConnection.QtInputConnectionListener | getInputConnectionListener () |
Definition at line 8 of file QtInputInterface.java.
| QtInputConnection.QtInputConnectionListener org.qtproject.qt.android.QtInputInterface.getInputConnectionListener | ( | ) |
| int org.qtproject.qt.android.QtInputInterface.getSelectionHandleWidth | ( | ) |
| void org.qtproject.qt.android.QtInputInterface.hideSoftwareKeyboard | ( | ) |
| boolean org.qtproject.qt.android.QtInputInterface.isSoftwareKeyboardVisible | ( | ) |
| void org.qtproject.qt.android.QtInputInterface.resetSoftwareKeyboard | ( | ) |
| void org.qtproject.qt.android.QtInputInterface.showSoftwareKeyboard | ( | Activity | activity, |
| final int | x, | ||
| final int | y, | ||
| final int | width, | ||
| final int | height, | ||
| final int | inputHints, | ||
| final int | enterKeyType ) |
| void org.qtproject.qt.android.QtInputInterface.updateHandles | ( | int | mode, |
| int | editX, | ||
| int | editY, | ||
| int | editButtons, | ||
| int | x1, | ||
| int | y1, | ||
| int | x2, | ||
| int | y2, | ||
| boolean | rtl ) |
| void org.qtproject.qt.android.QtInputInterface.updateSelection | ( | final int | selStart, |
| final int | selEnd, | ||
| final int | candidatesStart, | ||
| final int | candidatesEnd ) |