|
| StickyKeysFilter () |
|
bool | keyEvent (KWin::KeyEvent *event) override |
|
| Plugin () |
|
| InputEventFilter () |
|
virtual | ~InputEventFilter () |
|
virtual bool | pointerEvent (MouseEvent *event, quint32 nativeButton) |
|
virtual bool | pointerFrame () |
|
virtual bool | wheelEvent (WheelEvent *event) |
|
virtual bool | touchDown (qint32 id, const QPointF &pos, std::chrono::microseconds time) |
|
virtual bool | touchMotion (qint32 id, const QPointF &pos, std::chrono::microseconds time) |
|
virtual bool | touchUp (qint32 id, std::chrono::microseconds time) |
|
virtual bool | touchCancel () |
|
virtual bool | touchFrame () |
|
virtual bool | pinchGestureBegin (int fingerCount, std::chrono::microseconds time) |
|
virtual bool | pinchGestureUpdate (qreal scale, qreal angleDelta, const QPointF &delta, std::chrono::microseconds time) |
|
virtual bool | pinchGestureEnd (std::chrono::microseconds time) |
|
virtual bool | pinchGestureCancelled (std::chrono::microseconds time) |
|
virtual bool | swipeGestureBegin (int fingerCount, std::chrono::microseconds time) |
|
virtual bool | swipeGestureUpdate (const QPointF &delta, std::chrono::microseconds time) |
|
virtual bool | swipeGestureEnd (std::chrono::microseconds time) |
|
virtual bool | swipeGestureCancelled (std::chrono::microseconds time) |
|
virtual bool | holdGestureBegin (int fingerCount, std::chrono::microseconds time) |
|
virtual bool | holdGestureEnd (std::chrono::microseconds time) |
|
virtual bool | holdGestureCancelled (std::chrono::microseconds time) |
|
virtual bool | switchEvent (SwitchEvent *event) |
|
virtual bool | tabletToolEvent (TabletEvent *event) |
|
virtual bool | tabletToolButtonEvent (uint button, bool pressed, const TabletToolId &tabletToolId, std::chrono::microseconds time) |
|
virtual bool | tabletPadButtonEvent (uint button, bool pressed, const TabletPadId &tabletPadId, std::chrono::microseconds time) |
|
virtual bool | tabletPadStripEvent (int number, int position, bool isFinger, const TabletPadId &tabletPadId, std::chrono::microseconds time) |
|
virtual bool | tabletPadRingEvent (int number, int position, bool isFinger, const TabletPadId &tabletPadId, std::chrono::microseconds time) |
|
Definition at line 14 of file stickykeys.h.