![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qohosinputcontext.h"#include <QtCore/private/qnapi_p.h>#include <qohosjsenv_p.h>#include <QtCore/private/qohoslogger_p.h>#include <QtCore/qnamespace.h>#include <QtGui/private/qhighdpiscaling_p.h>#include "qohosjsmain.h"#include "qohosplatformintegration.h"#include "qohosplatformscreen.h"#include <QRect>#include <QInputDevice>#include <QGuiApplication>#include <QTextCharFormat>#include <algorithm>#include <qohosjsutils.h>#include <inputmethod/inputmethod_controller_capi.h>Go to the source code of this file.
Classes | |
| class | QT_BEGIN_NAMESPACE::QOhosInsertedText |
| class | QT_BEGIN_NAMESPACE::JsInputMethodInsertedTextComposer |
Namespaces | |
| namespace | QT_BEGIN_NAMESPACE |
| Combined button and popup list for selecting options. | |
Typedefs | |
| using | QT_BEGIN_NAMESPACE::InsertedTextId = QtOhos::TypedId<std::uint64_t, struct InsertedTextIdTag> |
Functions | |
| ::InputMethod_TextInputType | QT_BEGIN_NAMESPACE::mapQtInputMethodHintsToOhosImeTextInputType (Qt::InputMethodHints hints) |
| QOhosOptional< QOhosInputContext::Direction > | QT_BEGIN_NAMESPACE::tryMapInputMethodDirectionToQt (::InputMethod_Direction direction) |
| ::InputMethod_EnterKeyType | QT_BEGIN_NAMESPACE::mapQtToOhosImeEnterKeyType (Qt::EnterKeyType qtEnterKeyType) |
| ::InputMethod_RequestKeyboardReason | QT_BEGIN_NAMESPACE::mapQtToOhosImeRequestReason (QOhosInputContext::RequestKeyboardReason qtRequestKeyboardReason) |
| QOhosOptional< int > | QT_BEGIN_NAMESPACE::tryGetIntPropertyFromQuery (Qt::InputMethodQuery property, QSharedPointer< QInputMethodQueryEvent > query) |
| void | QT_BEGIN_NAMESPACE::notifyOhosInputMethodAboutPossibleAutocorrection (const QOhosInsertedText &insertedText, int cursorPosition) |
| QPoint | QT_BEGIN_NAMESPACE::clampToRect (const QPoint &p, const QRect &rect) |
Variables | |
| const Qt::InputMethodHints | QT_BEGIN_NAMESPACE::defaultInputMethodHints = Qt::ImhNone |
| const Qt::EnterKeyType | QT_BEGIN_NAMESPACE::defaultEnterKeyType = Qt::EnterKeyDefault |