![]() |
Qt 6.x
The Qt SDK
|
#include <qwaylandinputdevice_p.h>
Inheritance diagram for QtWaylandClient::QWaylandInputDevice:
Collaboration diagram for QtWaylandClient::QWaylandInputDevice:Classes | |
| struct | FrameData |
| struct | repeatKey |
Public Member Functions | |
| QWaylandInputDevice (QWaylandDisplay *display, int version, uint32_t id) | |
| ~QWaylandInputDevice () override | |
| uint32_t | capabilities () const |
| QWaylandDisplay * | display () const |
| struct::wl_seat * | wl_seat () |
| QString | seatName () const |
| void | handleEndDrag () |
| void | setTextInput (QWaylandTextInputInterface *textInput) |
| QWaylandTextInputInterface * | textInput () const |
| void | setTextInputMethod (QWaylandTextInputMethod *textInputMethod) |
| QWaylandTextInputMethod * | textInputMethod () const |
| void | removeMouseButtonFromState (Qt::MouseButton button) |
| QWaylandWindow * | pointerFocus () const |
| QWaylandWindow * | keyboardFocus () const |
| QWaylandWindow * | touchFocus () const |
| QList< int > | possibleKeys (const QKeyEvent *event) const |
| QPointF | pointerSurfacePosition () const |
| Qt::KeyboardModifiers | modifiers () const |
| uint32_t | serial () const |
| virtual Keyboard * | createKeyboard (QWaylandInputDevice *device) |
| virtual Pointer * | createPointer (QWaylandInputDevice *device) |
| virtual Touch * | createTouch (QWaylandInputDevice *device) |
| Keyboard * | keyboard () const |
| Pointer * | pointer () const |
| QWaylandPointerGestureSwipe * | pointerGestureSwipe () const |
| QWaylandPointerGesturePinch * | pointerGesturePinch () const |
| Touch * | touch () const |
| Keyboard (QWaylandInputDevice *p) | |
| ~Keyboard () override | |
| QWaylandWindow * | focusWindow () const |
| void | keyboard_keymap (uint32_t format, int32_t fd, uint32_t size) override |
| void | keyboard_enter (uint32_t time, struct wl_surface *surface, struct wl_array *keys) override |
| void | keyboard_leave (uint32_t time, struct wl_surface *surface) override |
| void | keyboard_key (uint32_t serial, uint32_t time, uint32_t key, uint32_t state) override |
| void | keyboard_modifiers (uint32_t serial, uint32_t mods_depressed, uint32_t mods_latched, uint32_t mods_locked, uint32_t group) override |
| void | keyboard_repeat_info (int32_t rate, int32_t delay) override |
| Qt::KeyboardModifiers | modifiers () const |
| struct::wl_keyboard * | wl_keyboard () |
| Pointer (QWaylandInputDevice *seat) | |
| ~Pointer () override | |
| QWaylandWindow * | focusWindow () const |
| QWaylandInputDevice * | seat () const |
| struct::wl_pointer * | wl_pointer () |
| void | releaseButtons () |
| void | setFrameEvent (QWaylandPointerEvent *event) |
| void | flushScrollEvent () |
| void | flushFrameEvent () |
| Touch (QWaylandInputDevice *p) | |
| ~Touch () override | |
| void | touch_down (uint32_t serial, uint32_t time, struct wl_surface *surface, int32_t id, wl_fixed_t x, wl_fixed_t y) override |
| void | touch_up (uint32_t serial, uint32_t time, int32_t id) override |
| void | touch_motion (uint32_t time, int32_t id, wl_fixed_t x, wl_fixed_t y) override |
| void | touch_frame () override |
| void | touch_cancel () override |
| bool | allTouchPointsReleased () |
| void | releasePoints () |
| struct::wl_touch * | wl_touch () |
Public Member Functions inherited from QObject | |
| Q_INVOKABLE | QObject (QObject *parent=nullptr) |
| Constructs an object with parent object parent. | |
| virtual | ~QObject () |
| Destroys the object, deleting all its child objects. | |
| virtual bool | event (QEvent *event) |
| This virtual function receives events to an object and should return true if the event e was recognized and processed. | |
| virtual bool | eventFilter (QObject *watched, QEvent *event) |
| Filters events if this object has been installed as an event filter for the watched object. | |
| QString | objectName () const |
| Q_WEAK_OVERLOAD void | setObjectName (const QString &name) |
| Sets the object's name to name. | |
| void | setObjectName (QAnyStringView name) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
| QBindable< QString > | bindableObjectName () |
| bool | isWidgetType () const |
Returns true if the object is a widget; otherwise returns false. | |
| bool | isWindowType () const |
Returns true if the object is a window; otherwise returns false. | |
| bool | isQuickItemType () const |
Returns true if the object is a QQuickItem; otherwise returns false. | |
| bool | signalsBlocked () const noexcept |
Returns true if signals are blocked; otherwise returns false. | |
| bool | blockSignals (bool b) noexcept |
| If block is true, signals emitted by this object are blocked (i.e., emitting a signal will not invoke anything connected to it). | |
| QThread * | thread () const |
| Returns the thread in which the object lives. | |
| void | moveToThread (QThread *thread) |
| Changes the thread affinity for this object and its children. | |
| int | startTimer (int interval, Qt::TimerType timerType=Qt::CoarseTimer) |
| This is an overloaded function that will start a timer of type timerType and a timeout of interval milliseconds. | |
| int | startTimer (std::chrono::milliseconds time, Qt::TimerType timerType=Qt::CoarseTimer) |
| void | killTimer (int id) |
| Kills the timer with timer identifier, id. | |
| template<typename T > | |
| T | findChild (const QString &aName=QString(), Qt::FindChildOptions options=Qt::FindChildrenRecursively) const |
| Returns the child of this object that can be cast into type T and that is called name, or \nullptr if there is no such object. | |
| template<typename T > | |
| QList< T > | findChildren (const QString &aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const |
| Returns all children of this object with the given name that can be cast to type T, or an empty list if there are no such objects. | |
| template<typename T > | |
| QList< T > | findChildren (Qt::FindChildOptions options=Qt::FindChildrenRecursively) const |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
| const QObjectList & | children () const |
| Returns a list of child objects. | |
| void | setParent (QObject *parent) |
| Makes the object a child of parent. | |
| void | installEventFilter (QObject *filterObj) |
| Installs an event filter filterObj on this object. | |
| void | removeEventFilter (QObject *obj) |
| Removes an event filter object obj from this object. | |
| QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const |
| bool | disconnect (const char *signal=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) const |
| bool | disconnect (const QObject *receiver, const char *member=nullptr) const |
| void | dumpObjectTree () const |
| Dumps a tree of children to the debug output. | |
| void | dumpObjectInfo () const |
| Dumps information about signal connections, etc. | |
| bool | setProperty (const char *name, const QVariant &value) |
| Sets the value of the object's name property to value. | |
| bool | setProperty (const char *name, QVariant &&value) |
| QVariant | property (const char *name) const |
| Returns the value of the object's name property. | |
| QList< QByteArray > | dynamicPropertyNames () const |
| QBindingStorage * | bindingStorage () |
| const QBindingStorage * | bindingStorage () const |
| QObject * | parent () const |
| Returns a pointer to the parent object. | |
| bool | inherits (const char *classname) const |
Returns true if this object is an instance of a class that inherits className or a QObject subclass that inherits className; otherwise returns false. | |
Public Attributes | |
| QWaylandInputDevice * | mParent = nullptr |
| ::wl_surface * | mFocus = nullptr |
| uint32_t | mNativeModifiers = 0 |
| struct QtWaylandClient::QWaylandInputDevice::repeatKey | mRepeatKey |
| QTimer | mRepeatTimer |
| int | mRepeatRate = 25 |
| int | mRepeatDelay = 400 |
| uint32_t | mKeymapFormat = WL_KEYBOARD_KEYMAP_FORMAT_XKB_V1 |
| QPointer< QWaylandSurface > | mFocus |
| uint32_t | mEnterSerial = 0 |
| QPointF | mSurfacePos |
| QPointF | mGlobalPos |
| Qt::MouseButtons | mButtons = Qt::NoButton |
| Qt::MouseButton | mLastButton = Qt::NoButton |
| struct QtWaylandClient::QWaylandInputDevice::FrameData | mFrameData |
| bool | mScrollBeginSent = false |
| QPointF | mScrollDeltaRemainder |
| QPointer< QWaylandWindow > | mFocus |
| QList< QWindowSystemInterface::TouchPoint > | mPendingTouchPoints |
Protected Member Functions | |
| void | seat_capabilities (uint32_t caps) override |
| void | handleTouchPoint (int id, QEventPoint::State state, const QPointF &surfacePosition=QPoint()) |
| void | pointer_enter (uint32_t serial, struct wl_surface *surface, wl_fixed_t sx, wl_fixed_t sy) override |
| void | pointer_leave (uint32_t time, struct wl_surface *surface) override |
| void | pointer_motion (uint32_t time, wl_fixed_t sx, wl_fixed_t sy) override |
| void | pointer_button (uint32_t serial, uint32_t time, uint32_t button, uint32_t state) override |
| void | pointer_axis (uint32_t time, uint32_t axis, wl_fixed_t value) override |
| void | pointer_axis_source (uint32_t source) override |
| void | pointer_axis_stop (uint32_t time, uint32_t axis) override |
| void | pointer_axis_discrete (uint32_t axis, int32_t value) override |
| void | pointer_frame () override |
| void | pointer_axis_value120 (uint32_t axis, int32_t value120) override |
Protected Member Functions inherited from QObject | |
| QObject * | sender () const |
| Returns a pointer to the object that sent the signal, if called in a slot activated by a signal; otherwise it returns \nullptr. | |
| int | senderSignalIndex () const |
| int | receivers (const char *signal) const |
| Returns the number of receivers connected to the signal. | |
| bool | isSignalConnected (const QMetaMethod &signal) const |
| virtual void | timerEvent (QTimerEvent *event) |
| This event handler can be reimplemented in a subclass to receive timer events for the object. | |
| virtual void | childEvent (QChildEvent *event) |
| This event handler can be reimplemented in a subclass to receive child events. | |
| virtual void | customEvent (QEvent *event) |
| This event handler can be reimplemented in a subclass to receive custom events. | |
| virtual void | connectNotify (const QMetaMethod &signal) |
| virtual void | disconnectNotify (const QMetaMethod &signal) |
| QObject (QObjectPrivate &dd, QObject *parent=nullptr) | |
Protected Attributes | |
| QWaylandDisplay * | mQDisplay = nullptr |
| struct wl_display * | mDisplay = nullptr |
| uint32_t | mId = -1 |
| uint32_t | mCaps = 0 |
| QScopedPointer< Keyboard > | mKeyboard |
| QScopedPointer< Pointer > | mPointer |
| QScopedPointer< QWaylandPointerGestureSwipe > | mPointerGestureSwipe |
| QScopedPointer< QWaylandPointerGesturePinch > | mPointerGesturePinch |
| QScopedPointer< Touch > | mTouch |
| QScopedPointer< QWaylandTextInputInterface > | mTextInput |
| QScopedPointer< QWaylandTextInputMethod > | mTextInputMethod |
| uint32_t | mTime = 0 |
| uint32_t | mSerial = 0 |
| QPointingDevice * | mTouchDevice = nullptr |
| QPointingDevice * | mTouchPadDevice = nullptr |
Protected Attributes inherited from QObject | |
| QScopedPointer< QObjectData > | d_ptr |
Friends | |
| class | QWaylandTouchExtension |
| class | QWaylandQtKeyExtension |
| class | QWaylandPointerGestureSwipe |
| class | QWaylandPointerGesturePinch |
| class | QWaylandWindow |
| class | QWaylandInputDevice |
Additional Inherited Members | |
Public Slots inherited from QObject | |
| void | deleteLater () |
| \threadsafe | |
Signals inherited from QObject | |
| void | destroyed (QObject *=nullptr) |
| This signal is emitted immediately before the object obj is destroyed, after any instances of QPointer have been notified, and cannot be blocked. | |
| void | objectNameChanged (const QString &objectName, QPrivateSignal) |
| This signal is emitted after the object's name has been changed. | |
Static Public Member Functions inherited from QObject | |
| static QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) |
| \threadsafe | |
| static QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) |
| template<typename Func1 , typename Func2 > | |
| static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::ContextTypeForFunctor< Func2 >::ContextType *context, Func2 &&slot, Qt::ConnectionType type=Qt::AutoConnection) |
| template<typename Func1 , typename Func2 > | |
| static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 &&slot) |
| static bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member) |
| \threadsafe | |
| static bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) |
| static bool | disconnect (const QMetaObject::Connection &) |
| Disconnect a connection. | |
| template<typename Func1 , typename Func2 > | |
| static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot) |
| template<typename Func1 > | |
| static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero) |
Properties inherited from QObject | |
| QString | objectName |
| the name of this object | |
Related Symbols inherited from QObject | |
| template< class T > T | qobject_cast (const QObject *object) |
| Returns the given object cast to type T if the object is of type T (or of a subclass); otherwise returns \nullptr. | |
| template< typename T > T | qFindChildqFindChildren (const QObject *obj, const QString &name)() |
| template< typename T > QList< T > | qFindChildrenqFindChildren (const QObject *obj, const QString &name)() |
| QObjectList | |
| \macro Q_CLASSINFO(Name, Value) | |
Definition at line 73 of file qwaylandinputdevice_p.h.
| QtWaylandClient::QWaylandInputDevice::QWaylandInputDevice | ( | QWaylandDisplay * | display, |
| int | version, | ||
| uint32_t | id | ||
| ) |
Definition at line 389 of file qwaylandinputdevice.cpp.
References mQDisplay, mTextInput, mTextInputMethod, textInput(), QtWaylandClient::QWaylandDisplay::textInputManagerv1(), QtWaylandClient::QWaylandDisplay::textInputManagerv2(), QtWaylandClient::QWaylandDisplay::textInputManagerv4(), QtWaylandClient::QWaylandDisplay::textInputMethodManager(), and wl_seat().
Here is the call graph for this function:
|
overridedefault |
|
override |
|
override |
|
override |
| bool QtWaylandClient::QWaylandInputDevice::allTouchPointsReleased | ( | ) |
|
inline |
Definition at line 86 of file qwaylandinputdevice_p.h.
|
virtual |
Definition at line 481 of file qwaylandinputdevice.cpp.
References device, and Keyboard.
Referenced by seat_capabilities().
Here is the caller graph for this function:
|
virtual |
Definition at line 486 of file qwaylandinputdevice.cpp.
References device, and Pointer().
Referenced by seat_capabilities().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Definition at line 491 of file qwaylandinputdevice.cpp.
Referenced by seat_capabilities().
Here is the caller graph for this function:
|
inline |
Definition at line 88 of file qwaylandinputdevice_p.h.
Referenced by QtWaylandClient::QWaylandTabletToolV2::zwp_tablet_tool_v2_down().
Here is the caller graph for this function:| void QtWaylandClient::QWaylandInputDevice::flushFrameEvent | ( | ) |
| void QtWaylandClient::QWaylandInputDevice::flushScrollEvent | ( | ) |
| QWaylandWindow * QtWaylandClient::QWaylandInputDevice::focusWindow | ( | ) | const |
| QWaylandWindow * QtWaylandClient::QWaylandInputDevice::focusWindow | ( | ) | const |
| void QtWaylandClient::QWaylandInputDevice::handleEndDrag | ( | ) |
Definition at line 521 of file qwaylandinputdevice.cpp.
|
protected |
Definition at line 1457 of file qwaylandinputdevice.cpp.
References QWindowSystemInterface::TouchPoint::area, it, QWidget::mapToGlobal(), mKeyboard, QRectF::moveCenter(), mPointer, mTouch, QEventPoint::Pressed, QWindowSystemInterface::TouchPoint::pressure, QEventPoint::Released, QWindowSystemInterface::TouchPoint::state, state, QPointF::toPoint(), QEventPoint::Updated, win, and QWidget::window().
Here is the call graph for this function:| QWaylandInputDevice::Keyboard * QtWaylandClient::QWaylandInputDevice::keyboard | ( | ) | const |
Definition at line 496 of file qwaylandinputdevice.cpp.
References QScopedPointer< T, Cleanup >::data(), and mKeyboard.
Referenced by QtWaylandClient::QWaylandNativeInterface::nativeResourceForIntegration().
Here is the call graph for this function:
Here is the caller graph for this function:| QtWaylandClient::QWaylandInputDevice::Keyboard | ( | QWaylandInputDevice * | p | ) |
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
| QWaylandWindow * QtWaylandClient::QWaylandInputDevice::keyboardFocus | ( | ) | const |
Definition at line 584 of file qwaylandinputdevice.cpp.
References mKeyboard.
Referenced by QtWaylandClient::QWaylandDisplay::handleKeyboardFocusChanged(), QtWaylandClient::QWaylandTouchExtension::touch_extension_touch(), and QtWaylandClient::QWaylandQtKeyExtension::zqt_key_v1_key().
Here is the caller graph for this function:| Qt::KeyboardModifiers QtWaylandClient::QWaylandInputDevice::modifiers | ( | ) | const |
Definition at line 610 of file qwaylandinputdevice.cpp.
References mKeyboard, and Qt::NoModifier.
| Qt::KeyboardModifiers QtWaylandClient::QWaylandInputDevice::modifiers | ( | ) | const |
| QWaylandInputDevice::Pointer * QtWaylandClient::QWaylandInputDevice::pointer | ( | ) | const |
Definition at line 501 of file qwaylandinputdevice.cpp.
References QScopedPointer< T, Cleanup >::data(), and mPointer.
Referenced by QtWaylandClient::QWaylandNativeInterface::nativeResourceForIntegration(), QtWaylandClient::QWaylandPointerGesturePinch::zwp_pointer_gesture_pinch_v1_begin(), QtWaylandClient::QWaylandPointerGesturePinch::zwp_pointer_gesture_pinch_v1_end(), QtWaylandClient::QWaylandPointerGesturePinch::zwp_pointer_gesture_pinch_v1_update(), QtWaylandClient::QWaylandPointerGestureSwipe::zwp_pointer_gesture_swipe_v1_begin(), QtWaylandClient::QWaylandPointerGestureSwipe::zwp_pointer_gesture_swipe_v1_end(), and QtWaylandClient::QWaylandPointerGestureSwipe::zwp_pointer_gesture_swipe_v1_update().
Here is the call graph for this function:
Here is the caller graph for this function:
|
explicit |
|
overrideprotected |
|
overrideprotected |
|
overrideprotected |
|
overrideprotected |
|
overrideprotected |
|
overrideprotected |
|
overrideprotected |
|
overrideprotected |
|
overrideprotected |
|
overrideprotected |
| QWaylandWindow * QtWaylandClient::QWaylandInputDevice::pointerFocus | ( | ) | const |
Definition at line 579 of file qwaylandinputdevice.cpp.
References mPointer.
Referenced by QtWaylandClient::QWaylandTouchExtension::touch_extension_touch().
Here is the caller graph for this function:| QWaylandPointerGesturePinch * QtWaylandClient::QWaylandInputDevice::pointerGesturePinch | ( | ) | const |
Definition at line 511 of file qwaylandinputdevice.cpp.
References mPointerGesturePinch.
| QWaylandPointerGestureSwipe * QtWaylandClient::QWaylandInputDevice::pointerGestureSwipe | ( | ) | const |
Definition at line 506 of file qwaylandinputdevice.cpp.
References mPointerGestureSwipe.
| QPointF QtWaylandClient::QWaylandInputDevice::pointerSurfacePosition | ( | ) | const |
Definition at line 594 of file qwaylandinputdevice.cpp.
References mPointer.
Referenced by QtWaylandClient::QWaylandXdgSurface::showWindowMenu().
Here is the caller graph for this function:Definition at line 599 of file qwaylandinputdevice.cpp.
References QScopedPointer< T, Cleanup >::get(), mKeyboard, QXkbCommon::possibleKeys(), and Q_UNUSED.
Here is the call graph for this function:| void QtWaylandClient::QWaylandInputDevice::releaseButtons | ( | ) |
| void QtWaylandClient::QWaylandInputDevice::releasePoints | ( | ) |
| void QtWaylandClient::QWaylandInputDevice::removeMouseButtonFromState | ( | Qt::MouseButton | button | ) |
Definition at line 573 of file qwaylandinputdevice.cpp.
References button, and mPointer.
Referenced by QtWaylandClient::QWaylandAbstractDecoration::startMove(), and QtWaylandClient::QWaylandAbstractDecoration::startResize().
Here is the caller graph for this function:
|
inline |
Definition at line 294 of file qwaylandinputdevice_p.h.
|
overrideprotected |
Definition at line 433 of file qwaylandinputdevice.cpp.
References createKeyboard(), createPointer(), createTouch(), QPointingDevice::Finger, QtWaylandClient::MaxTouchPoints, mCaps, mKeyboard, mPointer, mPointerGesturePinch, mPointerGestureSwipe, mQDisplay, mTouch, mTouchDevice, mTouchPadDevice, QtWaylandClient::QWaylandDisplay::pointerGestures(), QInputDevice::Position, QWindowSystemInterface::registerInputDevice(), QScopedPointer< T, Cleanup >::reset(), QInputDevice::TouchPad, and QInputDevice::TouchScreen.
Here is the call graph for this function:
|
inline |
Definition at line 90 of file qwaylandinputdevice_p.h.
References QString::number().
Referenced by QtWaylandClient::QWaylandTabletSeatV2::zwp_tablet_seat_v2_tablet_added().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 196 of file qwaylandinputdevice_p.h.
References mSerial.
Referenced by QtWaylandClient::QWaylandShellSurface::getSerial(), QtWaylandClient::QWaylandWlShellSurface::move(), QtWaylandClient::QWaylandXdgSurface::move(), QtWaylandClient::QWaylandNativeInterface::nativeResourceForIntegration(), QtWaylandClient::QWaylandWlShellSurface::resize(), QtWaylandClient::QWaylandXdgSurface::resize(), QtWaylandClient::QWaylandDataDevice::setSelectionSource(), QtWaylandClient::QWaylandPrimarySelectionDeviceV1::setSelectionSource(), and QtWaylandClient::QWaylandXdgSurface::showWindowMenu().
Here is the caller graph for this function:| void QtWaylandClient::QWaylandInputDevice::setFrameEvent | ( | QWaylandPointerEvent * | event | ) |
| void QtWaylandClient::QWaylandInputDevice::setTextInput | ( | QWaylandTextInputInterface * | textInput | ) |
Definition at line 553 of file qwaylandinputdevice.cpp.
References mTextInput, and textInput().
Here is the call graph for this function:| void QtWaylandClient::QWaylandInputDevice::setTextInputMethod | ( | QWaylandTextInputMethod * | textInputMethod | ) |
Definition at line 558 of file qwaylandinputdevice.cpp.
References mTextInputMethod, and textInputMethod().
Here is the call graph for this function:| QWaylandTextInputInterface * QtWaylandClient::QWaylandInputDevice::textInput | ( | ) | const |
Definition at line 563 of file qwaylandinputdevice.cpp.
References mTextInput.
Referenced by QWaylandInputDevice(), and setTextInput().
Here is the caller graph for this function:| QWaylandTextInputMethod * QtWaylandClient::QWaylandInputDevice::textInputMethod | ( | ) | const |
Definition at line 568 of file qwaylandinputdevice.cpp.
References mTextInputMethod.
Referenced by setTextInputMethod().
Here is the caller graph for this function:| QWaylandInputDevice::Touch * QtWaylandClient::QWaylandInputDevice::touch | ( | ) | const |
Definition at line 516 of file qwaylandinputdevice.cpp.
References QScopedPointer< T, Cleanup >::data(), and mTouch.
Referenced by QtWaylandClient::QWaylandNativeInterface::nativeResourceForIntegration().
Here is the call graph for this function:
Here is the caller graph for this function:| QtWaylandClient::QWaylandInputDevice::Touch | ( | QWaylandInputDevice * | p | ) |
|
override |
|
override |
|
override |
|
override |
|
override |
| QWaylandWindow * QtWaylandClient::QWaylandInputDevice::touchFocus | ( | ) | const |
Definition at line 589 of file qwaylandinputdevice.cpp.
References mTouch.
Referenced by QtWaylandClient::QWaylandTouchExtension::touch_extension_touch().
Here is the caller graph for this function:
|
inline |
Definition at line 252 of file qwaylandinputdevice_p.h.
|
inline |
Definition at line 296 of file qwaylandinputdevice_p.h.
|
inline |
Definition at line 89 of file qwaylandinputdevice_p.h.
Referenced by QWaylandInputDevice(), QtWaylandClient::QWaylandWlShellSurface::move(), QtWaylandClient::QWaylandXdgSurface::move(), QtWaylandClient::QWaylandNativeInterface::nativeResourceForIntegration(), QtWaylandClient::QWaylandWlShellSurface::resize(), QtWaylandClient::QWaylandXdgSurface::resize(), and QtWaylandClient::QWaylandXdgSurface::showWindowMenu().
Here is the caller graph for this function:
|
inline |
Definition at line 397 of file qwaylandinputdevice_p.h.
|
friend |
Definition at line 276 of file qwaylandinputdevice_p.h.
|
friend |
Definition at line 192 of file qwaylandinputdevice_p.h.
|
friend |
Definition at line 191 of file qwaylandinputdevice_p.h.
|
friend |
Definition at line 190 of file qwaylandinputdevice_p.h.
|
friend |
Definition at line 189 of file qwaylandinputdevice_p.h.
|
friend |
Definition at line 193 of file qwaylandinputdevice_p.h.
| Qt::MouseButtons QtWaylandClient::QWaylandInputDevice::mButtons = Qt::NoButton |
Definition at line 340 of file qwaylandinputdevice_p.h.
|
protected |
Definition at line 147 of file qwaylandinputdevice_p.h.
Referenced by seat_capabilities().
|
protected |
Definition at line 144 of file qwaylandinputdevice_p.h.
| uint32_t QtWaylandClient::QWaylandInputDevice::mEnterSerial = 0 |
Definition at line 326 of file qwaylandinputdevice_p.h.
| ::wl_surface* QtWaylandClient::QWaylandInputDevice::mFocus = nullptr |
Definition at line 230 of file qwaylandinputdevice_p.h.
| QPointer<QWaylandSurface> QtWaylandClient::QWaylandInputDevice::mFocus |
Definition at line 325 of file qwaylandinputdevice_p.h.
| QPointer<QWaylandWindow> QtWaylandClient::QWaylandInputDevice::mFocus |
Definition at line 400 of file qwaylandinputdevice_p.h.
| struct QtWaylandClient::QWaylandInputDevice::FrameData QtWaylandClient::QWaylandInputDevice::mFrameData |
| QPointF QtWaylandClient::QWaylandInputDevice::mGlobalPos |
Definition at line 339 of file qwaylandinputdevice_p.h.
|
protected |
Definition at line 146 of file qwaylandinputdevice_p.h.
|
protected |
Definition at line 168 of file qwaylandinputdevice_p.h.
Referenced by handleTouchPoint(), keyboard(), keyboardFocus(), modifiers(), possibleKeys(), and seat_capabilities().
| uint32_t QtWaylandClient::QWaylandInputDevice::mKeymapFormat = WL_KEYBOARD_KEYMAP_FORMAT_XKB_V1 |
Definition at line 248 of file qwaylandinputdevice_p.h.
| Qt::MouseButton QtWaylandClient::QWaylandInputDevice::mLastButton = Qt::NoButton |
Definition at line 341 of file qwaylandinputdevice_p.h.
| uint32_t QtWaylandClient::QWaylandInputDevice::mNativeModifiers = 0 |
Definition at line 232 of file qwaylandinputdevice_p.h.
| QWaylandInputDevice * QtWaylandClient::QWaylandInputDevice::mParent = nullptr |
Definition at line 229 of file qwaylandinputdevice_p.h.
| QList<QWindowSystemInterface::TouchPoint> QtWaylandClient::QWaylandInputDevice::mPendingTouchPoints |
Definition at line 401 of file qwaylandinputdevice_p.h.
|
protected |
Definition at line 169 of file qwaylandinputdevice_p.h.
Referenced by handleEndDrag(), handleTouchPoint(), pointer(), pointerFocus(), pointerSurfacePosition(), removeMouseButtonFromState(), and seat_capabilities().
|
protected |
Definition at line 171 of file qwaylandinputdevice_p.h.
Referenced by pointerGesturePinch(), and seat_capabilities().
|
protected |
Definition at line 170 of file qwaylandinputdevice_p.h.
Referenced by pointerGestureSwipe(), and seat_capabilities().
|
protected |
Definition at line 143 of file qwaylandinputdevice_p.h.
Referenced by QWaylandInputDevice(), and seat_capabilities().
| int QtWaylandClient::QWaylandInputDevice::mRepeatDelay = 400 |
Definition at line 246 of file qwaylandinputdevice_p.h.
| struct QtWaylandClient::QWaylandInputDevice::repeatKey QtWaylandClient::QWaylandInputDevice::mRepeatKey |
| int QtWaylandClient::QWaylandInputDevice::mRepeatRate = 25 |
Definition at line 245 of file qwaylandinputdevice_p.h.
| QTimer QtWaylandClient::QWaylandInputDevice::mRepeatTimer |
Definition at line 244 of file qwaylandinputdevice_p.h.
| bool QtWaylandClient::QWaylandInputDevice::mScrollBeginSent = false |
Definition at line 362 of file qwaylandinputdevice_p.h.
| QPointF QtWaylandClient::QWaylandInputDevice::mScrollDeltaRemainder |
Definition at line 363 of file qwaylandinputdevice_p.h.
|
protected |
Definition at line 181 of file qwaylandinputdevice_p.h.
Referenced by serial(), QtWaylandClient::QWaylandPointerGesturePinch::zwp_pointer_gesture_pinch_v1_begin(), QtWaylandClient::QWaylandPointerGesturePinch::zwp_pointer_gesture_pinch_v1_end(), QtWaylandClient::QWaylandPointerGestureSwipe::zwp_pointer_gesture_swipe_v1_begin(), and QtWaylandClient::QWaylandPointerGestureSwipe::zwp_pointer_gesture_swipe_v1_end().
| QPointF QtWaylandClient::QWaylandInputDevice::mSurfacePos |
Definition at line 338 of file qwaylandinputdevice_p.h.
|
protected |
Definition at line 174 of file qwaylandinputdevice_p.h.
Referenced by QWaylandInputDevice(), setTextInput(), and textInput().
|
protected |
Definition at line 175 of file qwaylandinputdevice_p.h.
Referenced by QWaylandInputDevice(), setTextInputMethod(), and textInputMethod().
|
protected |
Definition at line 180 of file qwaylandinputdevice_p.h.
|
protected |
Definition at line 172 of file qwaylandinputdevice_p.h.
Referenced by handleEndDrag(), handleTouchPoint(), seat_capabilities(), touch(), and touchFocus().
|
protected |
Definition at line 186 of file qwaylandinputdevice_p.h.
Referenced by seat_capabilities().
|
protected |
Definition at line 187 of file qwaylandinputdevice_p.h.
Referenced by QtWaylandClient::QWaylandWindow::handlePinchGesture(), QtWaylandClient::QWaylandWindow::handleSwipeGesture(), and seat_capabilities().