#include "qibusplatforminputcontext.h"
#include <QDebug>
#include <QTextCharFormat>
#include <QGuiApplication>
#include <QWindow>
#include <QEvent>
#include <QFile>
#include <QFileInfo>
#include <QStandardPaths>
#include <QDBusVariant>
#include <QDBusPendingReply>
#include <QDBusReply>
#include <QDBusServiceWatcher>
#include "qibusproxy.h"
#include "qibusproxyportal.h"
#include "qibusinputcontextproxy.h"
#include "qibustypes.h"
#include <qpa/qplatformcursor.h>
#include <qpa/qplatformscreen.h>
#include <qpa/qwindowsysteminterface_p.h>
#include <private/qguiapplication_p.h>
#include <private/qxkbcommon_p.h>
#include <memory>
#include <sys/types.h>
#include <signal.h>
#include "moc_qibusplatforminputcontext.cpp"
Go to the source code of this file.
◆ IBUS_CONTROL_MASK
#define IBUS_CONTROL_MASK (1 << 2) |
◆ IBUS_META_MASK
#define IBUS_META_MASK (1 << 28) |
◆ IBUS_MOD1_MASK
#define IBUS_MOD1_MASK (1 << 3) |
◆ IBUS_RELEASE_MASK
#define IBUS_RELEASE_MASK (1 << 30) |
◆ IBUS_SHIFT_MASK
#define IBUS_SHIFT_MASK (1 << 0) |
◆ anonymous enum
◆ checkNeedPortalSupport()
static bool checkNeedPortalSupport |
( |
| ) |
|
|
inlinestatic |
◆ shouldConnectIbusPortal()
static bool shouldConnectIbusPortal |
( |
| ) |
|
|
static |