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)));
62 ActionWatcher::~ActionWatcher()
88 void ActionWatcher::Private::actionPerformedSlot(const QString &taction, const ActionReply &reply)
109 void ActionWatcher::Private::statusChangedSlot(const QString &taction, Action::AuthStatus status)
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
QString action() const
Returns the action name associated with this watcher.
Definition: kauthactionwatcher.cpp:76
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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.