KDECore
#include <FakeHelperProxy.h>
Public Member Functions | |
FakeHelperProxy () | |
virtual | ~FakeHelperProxy () |
virtual Action::AuthStatus | authorizeAction (const QString &action, const QString &helperID) |
virtual ActionReply | executeAction (const QString &action, const QString &helperID, const QVariantMap &arguments) |
virtual bool | executeActions (const QList< QPair< QString, QVariantMap > > &list, const QString &helperID) |
virtual bool | hasToStopAction () |
virtual bool | initHelper (const QString &name) |
virtual void | sendDebugMessage (int level, const char *msg) |
virtual void | sendProgressStep (const QVariantMap &step) |
virtual void | sendProgressStep (int step) |
virtual void | setHelperResponder (QObject *o) |
virtual void | stopAction (const QString &action, const QString &helperID) |
Public Member Functions inherited from KAuth::HelperProxy | |
virtual | ~HelperProxy () |
Additional Inherited Members | |
Signals inherited from KAuth::HelperProxy | |
void | actionPerformed (const QString &action, ActionReply reply) |
void | actionStarted (const QString &action) |
void | progressStep (const QString &action, int progress) |
void | progressStep (const QString &action, const QVariantMap &data) |
Detailed Description
Definition at line 27 of file FakeHelperProxy.h.
Constructor & Destructor Documentation
KAuth::FakeHelperProxy::FakeHelperProxy | ( | ) |
Definition at line 24 of file FakeHelperProxy.cpp.
|
virtual |
Definition at line 30 of file FakeHelperProxy.cpp.
Member Function Documentation
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 88 of file FakeHelperProxy.cpp.
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 73 of file FakeHelperProxy.cpp.
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 81 of file FakeHelperProxy.cpp.
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 51 of file FakeHelperProxy.cpp.
Implements KAuth::HelperProxy.
Definition at line 61 of file FakeHelperProxy.cpp.
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 45 of file FakeHelperProxy.cpp.
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 35 of file FakeHelperProxy.cpp.
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 40 of file FakeHelperProxy.cpp.
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 56 of file FakeHelperProxy.cpp.
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 67 of file FakeHelperProxy.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.