KWindowSystem
kwaylandextras.h
37 Q_INVOKABLE static void requestXdgActivationToken(QWindow *win, 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
void windowExported(QWindow *window, const QString &handle)
Window handle to pass to the client.
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
QObject(QObject *parent)
Q_INVOKABLEQ_INVOKABLE
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:51:08 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:51:08 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.