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)));
62ActionWatcher::~ActionWatcher()
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
Class used to receive notifications about the status of an action execution.
Definition: kauthactionwatcher.h:51
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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.