#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) |
Constructor & Destructor Documentation
| KAuth::FakeHelperProxy::FakeHelperProxy | ( | ) |
Definition at line 24 of file FakeHelperProxy.cpp.
| KAuth::FakeHelperProxy::~FakeHelperProxy | ( | ) | [virtual] |
Definition at line 30 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 88 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 73 of file FakeHelperProxy.cpp.
| bool KAuth::FakeHelperProxy::executeActions | ( | const QList< QPair< QString, QVariantMap > > & | list, |
| const QString & | helperID | ||
| ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 81 of file FakeHelperProxy.cpp.
| bool KAuth::FakeHelperProxy::hasToStopAction | ( | ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 51 of file FakeHelperProxy.cpp.
| bool KAuth::FakeHelperProxy::initHelper | ( | const QString & | name | ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 61 of file FakeHelperProxy.cpp.
| void KAuth::FakeHelperProxy::sendDebugMessage | ( | int | level, |
| const char * | msg | ||
| ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 45 of file FakeHelperProxy.cpp.
| void KAuth::FakeHelperProxy::sendProgressStep | ( | const QVariantMap & | step | ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 35 of file FakeHelperProxy.cpp.
| void KAuth::FakeHelperProxy::sendProgressStep | ( | int | step | ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 40 of file FakeHelperProxy.cpp.
| void KAuth::FakeHelperProxy::setHelperResponder | ( | QObject * | o | ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 56 of file FakeHelperProxy.cpp.
| void KAuth::FakeHelperProxy::stopAction | ( | const QString & | action, |
| const QString & | helperID | ||
| ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 67 of file FakeHelperProxy.cpp.
The documentation for this class was generated from the following files:
KDE 4.7 API Reference