KDECore
KAuth::FakeHelperProxy Class Reference
#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 (int step) |
| virtual void | sendProgressStep (const QVariantMap &step) |
| virtual void | setHelperResponder (QObject *o) |
| virtual void | stopAction (const QString &action, const QString &helperID) |
Detailed Description
Definition at line 27 of file FakeHelperProxy.h.
Constructor & Destructor Documentation
| builddir build BUILD kdelibs kdecore auth backends fakehelper FakeHelperProxy cpp KAuth::FakeHelperProxy::FakeHelperProxy | ( | ) |
Definition at line 25 of file FakeHelperProxy.cpp.
| KAuth::FakeHelperProxy::~FakeHelperProxy | ( | ) | [virtual] |
Definition at line 31 of file FakeHelperProxy.cpp.
Member Function Documentation
| Action::AuthStatus KAuth::FakeHelperProxy::authorizeAction | ( | const QString & | action, |
| const QString & | helperID | ||
| ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 89 of file FakeHelperProxy.cpp.
| KAuth::ActionReply KAuth::FakeHelperProxy::executeAction | ( | const QString & | action, |
| const QString & | helperID, | ||
| const QVariantMap & | arguments | ||
| ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 74 of file FakeHelperProxy.cpp.
| bool KAuth::FakeHelperProxy::executeActions | ( | const QList< QPair< QString, QVariantMap > > & | list, |
| const QString & | helperID | ||
| ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 82 of file FakeHelperProxy.cpp.
| bool KAuth::FakeHelperProxy::hasToStopAction | ( | ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 52 of file FakeHelperProxy.cpp.
Implements KAuth::HelperProxy.
Definition at line 62 of file FakeHelperProxy.cpp.
| void KAuth::FakeHelperProxy::sendDebugMessage | ( | int | level, |
| const char * | msg | ||
| ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 46 of file FakeHelperProxy.cpp.
| void KAuth::FakeHelperProxy::sendProgressStep | ( | int | step | ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 41 of file FakeHelperProxy.cpp.
| void KAuth::FakeHelperProxy::sendProgressStep | ( | const QVariantMap & | step | ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 36 of file FakeHelperProxy.cpp.
| void KAuth::FakeHelperProxy::setHelperResponder | ( | QObject * | o | ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 57 of file FakeHelperProxy.cpp.
| void KAuth::FakeHelperProxy::stopAction | ( | const QString & | action, |
| const QString & | helperID | ||
| ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 68 of file FakeHelperProxy.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference