Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
androidjniinput.h File Reference

(daf15a4aafdcd6978916bef2dae1fb2f2f5e62da)

#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.

Classes

class  QtAndroidInput::GenericMotionEventListener
 
class  QtAndroidInput::KeyEventListener
 

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 ()
 
void QtAndroidInput::registerGenericMotionEventListener (QtAndroidInput::GenericMotionEventListener *listener)
 
void QtAndroidInput::unregisterGenericMotionEventListener (QtAndroidInput::GenericMotionEventListener *listener)
 
void QtAndroidInput::registerKeyEventListener (QtAndroidInput::KeyEventListener *listener)
 
void QtAndroidInput::unregisterKeyEventListener (QtAndroidInput::KeyEventListener *listener)
 
bool QtAndroidInput::registerNatives (QJniEnvironment &env)
 

Function Documentation

◆ Q_DECLARE_LOGGING_CATEGORY()

QT_BEGIN_NAMESPACE Q_DECLARE_LOGGING_CATEGORY ( lcQpaInputMethods )