#include <qwaylandkeyboard_p.h>
|
| static QWaylandKeyboardPrivate * | get (QWaylandKeyboard *keyboard) |
| static bool | removeConnection (Connection *c) |
| static QObjectPrivate * | get (QObject *o) |
| static const QObjectPrivate * | get (const QObject *o) |
| template<typename Func1, typename Func2> |
| static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
| template<typename Func1, typename Func2> |
| static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
| static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
| static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
| static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
| static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
| static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
Definition at line 38 of file qwaylandkeyboard_p.h.
◆ QWaylandKeyboardPrivate()
◆ ~QWaylandKeyboardPrivate()
| QWaylandKeyboardPrivate::~QWaylandKeyboardPrivate |
( |
| ) |
|
|
override |
◆ checkAndRepairModifierState()
| void QWaylandKeyboardPrivate::checkAndRepairModifierState |
( |
QKeyEvent * | ke | ) |
|
◆ checkFocusResource()
| void QWaylandKeyboardPrivate::checkFocusResource |
( |
Resource * | resource | ) |
|
◆ compositor()
◆ focused()
◆ get()
◆ keyboard_bind_resource()
| void QWaylandKeyboardPrivate::keyboard_bind_resource |
( |
Resource * | resource | ) |
|
|
overrideprotected |
◆ keyboard_destroy_resource()
| void QWaylandKeyboardPrivate::keyboard_destroy_resource |
( |
Resource * | resource | ) |
|
|
overrideprotected |
◆ keyboard_release()
| void QWaylandKeyboardPrivate::keyboard_release |
( |
Resource * | resource | ) |
|
|
overrideprotected |
◆ keyEvent()
| void QWaylandKeyboardPrivate::keyEvent |
( |
uint | code, |
|
|
uint32_t | state ) |
◆ maybeUpdateKeymap()
| void QWaylandKeyboardPrivate::maybeUpdateKeymap |
( |
| ) |
|
◆ sendEnter()
◆ sendKeyEvent()
| void QWaylandKeyboardPrivate::sendKeyEvent |
( |
uint | code, |
|
|
uint32_t | state ) |
◆ updateModifierState()
| void QWaylandKeyboardPrivate::updateModifierState |
( |
uint | code, |
|
|
uint32_t | state ) |
◆ altIndex
| uint32_t QWaylandKeyboardPrivate::altIndex = 0 |
◆ controlIndex
| uint32_t QWaylandKeyboardPrivate::controlIndex = 0 |
◆ group
| uint32_t QWaylandKeyboardPrivate::group = 0 |
◆ keys
| QList<uint32_t> QWaylandKeyboardPrivate::keys |
◆ mod5Index
| uint32_t QWaylandKeyboardPrivate::mod5Index = 0 |
◆ modsDepressed
| uint32_t QWaylandKeyboardPrivate::modsDepressed = 0 |
◆ modsLatched
| uint32_t QWaylandKeyboardPrivate::modsLatched = 0 |
◆ modsLocked
| uint32_t QWaylandKeyboardPrivate::modsLocked = 0 |
◆ shiftIndex
| uint32_t QWaylandKeyboardPrivate::shiftIndex = 0 |
The documentation for this class was generated from the following files: