Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
androidjniinput.h File Reference

(6b105c54eee069f6ddeeac41d9f93ad533f24586)

#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 (QJniEnvironment &env)

Function Documentation

◆ Q_DECLARE_LOGGING_CATEGORY()

QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY ( lcQpaInputMethods )