KDECore
kauthactionwatcher.cpp
Go to the documentation of this file.
55 connect(helper, SIGNAL(actionPerformed(QString,ActionReply)), this, SLOT(actionPerformedSlot(QString,ActionReply)));
57 connect(helper, SIGNAL(progressStep(QString,QVariantMap)), this, SLOT(progressStepSlot(QString,QVariantMap)));
88void ActionWatcher::Private::actionPerformedSlot(const QString &taction, const ActionReply &reply)
109void ActionWatcher::Private::statusChangedSlot(const QString &taction, Action::AuthStatus status)
Class that encapsulates a reply coming from the helper after executing an action.
Definition kauthactionreply.h:371
QString action() const
Returns the action name associated with this watcher.
Definition kauthactionwatcher.cpp:76
static ActionWatcher * watcher(const QString &action)
Factory method to get watchers.
Definition kauthactionwatcher.cpp:67
static AuthBackend * authBackend()
Definition BackendsManager.cpp:120
static HelperProxy * helperProxy()
Definition BackendsManager.cpp:129
Definition HelperProxy.h:36
Definition ksycocafactory.h:28
Definition AuthBackend.cpp:24
static QHash< QString, ActionWatcher * > s_watchers
Definition kauthactionwatcher.cpp:44
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.