KWin
Loading...
Searching...
No Matches
List of all members
InputDevice Class Reference

#include <buttonrebindsfilter.h>

Inheritance diagram for InputDevice:
KWin::InputDevice

Additional Inherited Members

- Signals inherited from KWin::InputDevice
void keyChanged (quint32 key, InputRedirection::KeyboardKeyState, std::chrono::microseconds time, InputDevice *device)
 
void pointerButtonChanged (quint32 button, InputRedirection::PointerButtonState state, std::chrono::microseconds time, InputDevice *device)
 
void pointerMotionAbsolute (const QPointF &position, std::chrono::microseconds time, InputDevice *device)
 
void pointerMotion (const QPointF &delta, const QPointF &deltaNonAccelerated, std::chrono::microseconds time, InputDevice *device)
 
void pointerAxisChanged (InputRedirection::PointerAxis axis, qreal delta, qint32 deltaV120, InputRedirection::PointerAxisSource source, std::chrono::microseconds time, InputDevice *device)
 
void pointerFrame (InputDevice *device)
 
void touchFrame (InputDevice *device)
 
void touchCanceled (InputDevice *device)
 
void touchDown (qint32 id, const QPointF &absolutePos, std::chrono::microseconds time, InputDevice *device)
 
void touchUp (qint32 id, std::chrono::microseconds time, InputDevice *device)
 
void touchMotion (qint32 id, const QPointF &absolutePos, std::chrono::microseconds time, InputDevice *device)
 
void swipeGestureBegin (int fingerCount, std::chrono::microseconds time, InputDevice *device)
 
void swipeGestureUpdate (const QPointF &delta, std::chrono::microseconds time, InputDevice *device)
 
void swipeGestureEnd (std::chrono::microseconds time, InputDevice *device)
 
void swipeGestureCancelled (std::chrono::microseconds time, InputDevice *device)
 
void pinchGestureBegin (int fingerCount, std::chrono::microseconds time, InputDevice *device)
 
void pinchGestureUpdate (qreal scale, qreal angleDelta, const QPointF &delta, std::chrono::microseconds time, InputDevice *device)
 
void pinchGestureEnd (std::chrono::microseconds time, InputDevice *device)
 
void pinchGestureCancelled (std::chrono::microseconds time, InputDevice *device)
 
void holdGestureBegin (int fingerCount, std::chrono::microseconds time, InputDevice *device)
 
void holdGestureEnd (std::chrono::microseconds time, InputDevice *device)
 
void holdGestureCancelled (std::chrono::microseconds time, InputDevice *device)
 
void switchToggledOn (std::chrono::microseconds time, InputDevice *device)
 
void switchToggledOff (std::chrono::microseconds time, InputDevice *device)
 
void tabletToolEvent (InputRedirection::TabletEventType type, const QPointF &pos, qreal pressure, int xTilt, int yTilt, qreal rotation, bool tipDown, bool tipNear, const TabletToolId &tabletToolId, std::chrono::microseconds time)
 
void tabletToolButtonEvent (uint button, bool isPressed, const TabletToolId &tabletToolId, std::chrono::microseconds time)
 
void tabletPadButtonEvent (uint button, bool isPressed, const TabletPadId &tabletPadId, std::chrono::microseconds time)
 
void tabletPadStripEvent (int number, int position, bool isFinger, const TabletPadId &tabletPadId, std::chrono::microseconds time)
 
void tabletPadRingEvent (int number, int position, bool isFinger, const TabletPadId &tabletPadId, std::chrono::microseconds time)
 
- Public Member Functions inherited from KWin::InputDevice
 InputDevice (QObject *parent=nullptr)
 
virtual void setLeds (LEDs leds)=0
 
virtual QString outputName () const
 
virtual void setOutputName (const QString &outputName)
 
virtual bool isNaturalScroll () const
 

Detailed Description

Definition at line 21 of file buttonrebindsfilter.h.


The documentation for this class was generated from the following files: