Obsolete Members for KWaylandExtras

The following members of class KWaylandExtras are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

Signals

(deprecated in 6.19) void xdgActivationTokenArrived(int serial, const QString &token)

Static Public Members

(deprecated in 6.19) void requestXdgActivationToken(QWindow *win, uint32_t serial, const QString &app_id)[see note below]

Note: This function can be invoked via the meta-object system and from QML. See Q_INVOKABLE.

Member Function Documentation

[static invokable, deprecated in 6.19] void KWaylandExtras::requestXdgActivationToken(QWindow *win, uint32_t serial, const QString &app_id)

This function is deprecated since 6.19. We strongly advise against using it in new code.

Requests an xdg_activation_v1 token for a specific window win with the given app_id.

serial Serial of the event that triggered the request.

Use xdgActivationToken() instead.

Note: This function can be invoked via the meta-object system and from QML. See Q_INVOKABLE.

See also lastInputSerial.

[signal, deprecated in 6.19] void KWaylandExtras::xdgActivationTokenArrived(int serial, const QString &token)

This function is deprecated since 6.19. We strongly advise against using it in new code.

Activation token to pass to the client.

serial Serial of the event that triggered the request

Use xdgActivationToken() instead.

See also requestXdgActivationToken.