Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
androidjniinput.h File Reference
#include <jni.h>
#include <QtCore/qglobal.h>
#include <QtCore/QLoggingCategory>
#include <QtCore/QRect>
+ Include dependency graph for androidjniinput.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QtAndroidInput
 

Functions

QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY (lcQpaInputMethods)
 
void QtAndroidInput::showSoftwareKeyboard (int left, int top, int width, int height, int inputHints, int enterKeyType)
 
void QtAndroidInput::resetSoftwareKeyboard ()
 
void QtAndroidInput::hideSoftwareKeyboard ()
 
bool QtAndroidInput::isSoftwareKeyboardVisible ()
 
QRect QtAndroidInput::softwareKeyboardRect ()
 
void QtAndroidInput::updateSelection (int selStart, int selEnd, int candidatesStart, int candidatesEnd)
 
void QtAndroidInput::updateHandles (int mode, QPoint editMenuPos, uint32_t editButtons, QPoint cursor, QPoint anchor, bool rtl)
 
int QtAndroidInput::getSelectHandleWidth ()
 
bool QtAndroidInput::registerNatives (JNIEnv *env)
 

Function Documentation

◆ Q_DECLARE_LOGGING_CATEGORY()

QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY ( lcQpaInputMethods  )