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)));
88 void ActionWatcher::Private::actionPerformedSlot(const QString &taction, const ActionReply &reply)
109 void ActionWatcher::Private::statusChangedSlot(const QString &taction, Action::AuthStatus status)
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
Definition: HelperProxy.h:35
static AuthBackend * authBackend()
Definition: BackendsManager.cpp:120
Definition: ksycocafactory.h:28
Class used to receive notifications about the status of an action execution.
Definition: kauthactionwatcher.h:50
static HelperProxy * helperProxy()
Definition: BackendsManager.cpp:129
Definition: AuthBackend.cpp:23
static QHash< QString, ActionWatcher * > s_watchers
Definition: kauthactionwatcher.cpp:44
Class that encapsulates a reply coming from the helper after executing an action. ...
Definition: kauthactionreply.h:370
void progressStep(int step)
Send a progressStep signal to the caller application.
Definition: kauthhelpersupport.cpp:122
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Sat Sep 30 2017 14:32:58 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2017 The KDE developers.
Generated on Sat Sep 30 2017 14:32:58 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.