5#ifndef ANDROIDJNIINPUT_H
6#define ANDROIDJNIINPUT_H
9#include <QtCore/qglobal.h>
10#include <QtCore/QLoggingCategory>
11#include <QtCore/QRect>
22 void showSoftwareKeyboard(
int top,
int left,
int width,
int height,
int inputHints,
int enterKeyType);
27 void updateSelection(
int selStart,
int selEnd,
int candidatesStart,
int candidatesEnd);
31 void updateHandles(
int handleCount, QPoint editMenuPos = QPoint(), uint32_t editButtons = 0,
32 QPoint cursor = QPoint(), QPoint anchor = QPoint(),
bool rtl =
false);
static QAndroidInputContext * androidInputContext()
\inmodule QtCore\reentrant
Combined button and popup list for selecting options.
QBasicMutex * platformInterfaceMutex()
QAndroidPlatformIntegration * androidPlatformIntegration()
AndroidBackendRegister * backendRegister()
QWindow * windowFromId(int windowId)
QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY(lcQIORing)
Q_DECLARE_JNI_CLASS(MotionEvent, "android/view/MotionEvent")