KUnifiedPush
autopushprovider.h
Urgency urgency() const
The urgency level currently used by this provider.
Definition abstractpushprovider.cpp:51
void registerClient(const Client &client) override
Register a new client with the provider.
Definition autopushprovider.cpp:145
void unregisterClient(const Client &client) override
Unregister a client from the provider.
Definition autopushprovider.cpp:163
void doChangeUrgency(Urgency urgency) override
Re-implement if urgency leve changes are done as a separate command.
Definition autopushprovider.cpp:192
bool loadSettings(const QSettings &settings) override
Load connection settings.
Definition autopushprovider.cpp:31
void acknowledgeMessage(const Client &client, const QString &messageIdentifier) override
Acknowledge a message.
Definition autopushprovider.cpp:175
void connectToProvider(Urgency urgency) override
Attempt to establish a connection to the push provider.
Definition autopushprovider.cpp:43
void disconnectFromProvider() override
Disconnect and existing connection to the push provider.
Definition autopushprovider.cpp:84
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 25 2025 12:05:39 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 25 2025 12:05:39 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.