KWindowSystem
kwaylandextras.cpp
29void KWaylandExtras::requestXdgActivationToken(QWindow *window, uint32_t serial, const QString &app_id)
void xdgActivationTokenArrived(int serial, const QString &token)
Activation token to pass to the client.
static Q_INVOKABLE void requestXdgActivationToken(QWindow *win, uint32_t serial, const QString &app_id)
Requests an xdg_activation_v1 token for a specific window.
Definition kwaylandextras.cpp:29
static Q_INVOKABLE void unexportWindow(QWindow *window)
Unexport the window previously exported using xdg_foreign_v2.
Definition kwaylandextras.cpp:59
static Q_INVOKABLE void exportWindow(QWindow *window)
Requests to export the given window using xdg_foreign_v2.
Definition kwaylandextras.cpp:52
static Q_INVOKABLE quint32 lastInputSerial(QWindow *window)
Offers the seat's current serial.
Definition kwaylandextras.cpp:43
Q_EMITQ_EMIT
singleShot
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:10:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:10:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.