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
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 kaboutdata.h:33
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-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.