KWin
Loading...
Searching...
No Matches
KWin::SeatInterface Member List

This is the complete list of members for KWin::SeatInterface, including all inherited members.

cancelDrag()KWin::SeatInterface
cancelPointerHoldGesture()KWin::SeatInterface
cancelPointerPinchGesture()KWin::SeatInterface
cancelPointerSwipeGesture()KWin::SeatInterface
display() constKWin::SeatInterface
dragDropped()KWin::SeatInterfacesignal
dragEnded()KWin::SeatInterfacesignal
dragIcon() constKWin::SeatInterface
dragSource() constKWin::SeatInterface
dragStarted()KWin::SeatInterfacesignal
dragSurface() constKWin::SeatInterface
dragSurfaceChanged()KWin::SeatInterfacesignal
dragSurfaceTransformation() constKWin::SeatInterface
dropHandlerForSurface(SurfaceInterface *surface) constKWin::SeatInterface
endPointerHoldGesture()KWin::SeatInterface
endPointerPinchGesture()KWin::SeatInterface
endPointerSwipeGesture()KWin::SeatInterface
firstTouchPointPosition() constKWin::SeatInterface
focusedKeyboardSurface() constKWin::SeatInterface
focusedKeyboardSurfaceAboutToChange(SurfaceInterface *nextSurface)KWin::SeatInterfacesignal
focusedPointerSurface() constKWin::SeatInterface
focusedPointerSurfacePosition() constKWin::SeatInterface
focusedPointerSurfaceTransformation() constKWin::SeatInterface
focusedTextInputSurface() constKWin::SeatInterface
focusedTextInputSurfaceChanged()KWin::SeatInterfacesignal
focusedTouchSurface() constKWin::SeatInterface
focusedTouchSurfacePosition() constKWin::SeatInterface
get(wl_resource *native)KWin::SeatInterfacestatic
hasImplicitPointerGrab(quint32 serial) constKWin::SeatInterface
hasImplicitTouchGrab(quint32 serial) constKWin::SeatInterface
hasKeyboard() constKWin::SeatInterface
hasKeyboardChanged(bool)KWin::SeatInterfacesignal
hasPointer() constKWin::SeatInterface
hasPointerChanged(bool)KWin::SeatInterfacesignal
hasTouch() constKWin::SeatInterface
hasTouchChanged(bool)KWin::SeatInterfacesignal
isDrag() constKWin::SeatInterface
isDragPointer() constKWin::SeatInterface
isDragTouch() constKWin::SeatInterface
isPointerButtonPressed(quint32 button) constKWin::SeatInterface
isPointerButtonPressed(Qt::MouseButton button) constKWin::SeatInterface
isTouchSequence() constKWin::SeatInterface
keyboard() constKWin::SeatInterface
name() constKWin::SeatInterface
nameChanged(const QString &)KWin::SeatInterfacesignal
notifyKeyboardKey(quint32 keyCode, KeyboardKeyState state)KWin::SeatInterface
notifyKeyboardModifiers(quint32 depressed, quint32 latched, quint32 locked, quint32 group)KWin::SeatInterface
notifyPointerAxis(Qt::Orientation orientation, qreal delta, qint32 deltaV120, PointerAxisSource source, PointerAxisRelativeDirection direction=PointerAxisRelativeDirection::Normal)KWin::SeatInterface
notifyPointerButton(quint32 button, PointerButtonState state)KWin::SeatInterface
notifyPointerButton(Qt::MouseButton button, PointerButtonState state)KWin::SeatInterface
notifyPointerEnter(SurfaceInterface *surface, const QPointF &position, const QPointF &surfacePosition=QPointF())KWin::SeatInterface
notifyPointerEnter(SurfaceInterface *surface, const QPointF &position, const QMatrix4x4 &transformation)KWin::SeatInterface
notifyPointerFrame()KWin::SeatInterface
notifyPointerLeave()KWin::SeatInterface
notifyPointerMotion(const QPointF &pos)KWin::SeatInterface
notifyTouchCancel()KWin::SeatInterface
notifyTouchDown(qint32 id, const QPointF &globalPosition)KWin::SeatInterface
notifyTouchFrame()KWin::SeatInterface
notifyTouchMotion(qint32 id, const QPointF &globalPosition)KWin::SeatInterface
notifyTouchUp(qint32 id)KWin::SeatInterface
pointer() constKWin::SeatInterface
pointerButtonSerial(quint32 button) constKWin::SeatInterface
pointerButtonSerial(Qt::MouseButton button) constKWin::SeatInterface
pointerPos() constKWin::SeatInterface
pointerPosChanged(const QPointF &pos)KWin::SeatInterfacesignal
primarySelection() constKWin::SeatInterface
primarySelectionChanged(KWin::AbstractDataSource *)KWin::SeatInterfacesignal
relativePointerMotion(const QPointF &delta, const QPointF &deltaNonAccelerated, std::chrono::microseconds timestamp)KWin::SeatInterface
SeatInterface(Display *display, QObject *parent=nullptr)KWin::SeatInterfaceexplicit
SeatInterfacePrivateKWin::SeatInterfacefriend
selection() constKWin::SeatInterface
selectionChanged(KWin::AbstractDataSource *)KWin::SeatInterfacesignal
setDragTarget(AbstractDropHandler *dropTarget, SurfaceInterface *surface, const QPointF &globalPosition, const QMatrix4x4 &inputTransformation)KWin::SeatInterface
setDragTarget(AbstractDropHandler *dropTarget, SurfaceInterface *surface, const QMatrix4x4 &inputTransformation=QMatrix4x4())KWin::SeatInterface
setFocusedKeyboardSurface(SurfaceInterface *surface)KWin::SeatInterface
setFocusedPointerSurfacePosition(const QPointF &surfacePosition)KWin::SeatInterface
setFocusedPointerSurfaceTransformation(const QMatrix4x4 &transformation)KWin::SeatInterface
setFocusedTextInputSurface(SurfaceInterface *surface)KWin::SeatInterface
setFocusedTouchSurface(SurfaceInterface *surface, const QPointF &surfacePosition=QPointF())KWin::SeatInterface
setFocusedTouchSurfacePosition(const QPointF &surfacePosition)KWin::SeatInterface
setHasKeyboard(bool has)KWin::SeatInterface
setHasPointer(bool has)KWin::SeatInterface
setHasTouch(bool has)KWin::SeatInterface
setName(const QString &name)KWin::SeatInterface
setPrimarySelection(AbstractDataSource *selection)KWin::SeatInterface
setSelection(AbstractDataSource *selection)KWin::SeatInterface
setTimestamp(std::chrono::microseconds time)KWin::SeatInterface
startDrag(AbstractDataSource *source, SurfaceInterface *sourceSurface, int dragSerial=-1, DragAndDropIcon *dragIcon=nullptr)KWin::SeatInterface
startPointerHoldGesture(quint32 fingerCount)KWin::SeatInterface
startPointerPinchGesture(quint32 fingerCount)KWin::SeatInterface
startPointerSwipeGesture(quint32 fingerCount)KWin::SeatInterface
textInputV1() constKWin::SeatInterface
textInputV2() constKWin::SeatInterface
textInputV3() constKWin::SeatInterface
timestamp() constKWin::SeatInterface
timestampChanged()KWin::SeatInterfacesignal
touch() constKWin::SeatInterface
touchMoved(qint32 id, quint32 serial, const QPointF &globalPosition)KWin::SeatInterfacesignal
updatePointerPinchGesture(const QPointF &delta, qreal scale, qreal rotation)KWin::SeatInterface
updatePointerSwipeGesture(const QPointF &delta)KWin::SeatInterface
xdgTopleveldrag() constKWin::SeatInterface
~SeatInterface()KWin::SeatInterfacevirtual