KWayland
11 #include "KWayland/Client/kwaylandclient_export.h"
57 Q_PROPERTY(
bool keyboard READ hasKeyboard NOTIFY hasKeyboardChanged)
61 Q_PROPERTY(
bool pointer READ hasPointer NOTIFY hasPointerChanged)
65 Q_PROPERTY(
bool touch READ hasTouch NOTIFY hasTouchChanged)
71 Q_PROPERTY(
QString name READ name NOTIFY nameChanged)
85 void setup(wl_seat *seat);
123 bool hasKeyboard() const;
124 bool hasPointer() const;
125 bool hasTouch() const;
127 operator wl_seat *();
128 operator wl_seat *() const;
159 void hasKeyboardChanged(
bool);
160 void hasPointerChanged(
bool);
161 void hasTouchChanged(
bool);
162 void nameChanged(const
QString &name);
167 void interfaceAboutToBeReleased();
171 void interfaceAboutToBeDestroyed();
Wrapper for the wl_keyboard interface.
virtual void release(quint64 objid)
Wrapper class for wl_event_queue interface.
Wrapper for the wl_seat interface.
Wrapper for the wl_pointer interface.
Wrapper for the wl_touch interface.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 03:48:29 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.