Plasma-workspace
server.h
144 void invokeAction(uint id, const QString &actionName, const QString &xdgActivationToken, Notifications::InvokeBehavior behavior, QWindow *window);
151 void invokeAction(uint id, const QString &actionName, const QString &xdgActivationToken, Notifications::InvokeBehavior behavior)
void setInhibited(bool inhibited)
Whether notifications are currently effectively inhibited.
Definition server.cpp:125
void inhibitedByApplicationChanged(bool inhibited)
Emitted when inhibitions by application have been changed.
@ Revoked
The notification was revoked by the issuing app because it is no longer relevant.
Definition server.h:72
void notificationReplaced(uint replacedId, const Notification ¬ification)
Emitted when a notification is supposed to be updated This is emitted regardless of any filtering rul...
NotificationManager::ServerInfo * currentOwner
Information about the current owner of the Notification service.
Definition server.h:51
void invokeAction(uint id, const QString &actionName, const QString &xdgActivationToken, Notifications::InvokeBehavior behavior, QWindow *window)
Sends an action invocation request.
Definition server.cpp:73
void serviceOwnershipLost()
Emitted when the ownership of the Notification DBus Service is lost.
void inhibitedChanged(bool inhibited)
Emitted when the inhibited state changed.
void notificationRemoved(uint id, CloseReason reason)
Emitted when a notification got removed (closed)
void validChanged()
Emitted when the notification service validity changes, because it successfully registered the servic...
void invokeAction(uint id, const QString &actionName, const QString &xdgActivationToken, Notifications::InvokeBehavior behavior)
Convenience call to maintain ABI.
Definition server.h:151
void inhibitionApplicationsChanged()
Emitted when the list of applications holding a notification inhibition changes.
void notificationAdded(const Notification ¬ification)
Emitted when a notification was added.
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:05:31 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:05:31 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.