(6b105c54eee069f6ddeeac41d9f93ad533f24586)
#include <jni.h>
#include <QtCore/qglobal.h>
#include <QtCore/QLoggingCategory>
#include <QtCore/QRect>
Go to the source code of this file.
|
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) |
◆ Q_DECLARE_LOGGING_CATEGORY()