KDECore
KAuth::HelperProxy Class Reference
#include <HelperProxy.h>
Inheritance diagram for KAuth::HelperProxy:

Signals | |
| void | actionPerformed (const QString &action, ActionReply reply) |
| void | actionStarted (const QString &action) |
| void | progressStep (const QString &action, const QVariantMap &data) |
| void | progressStep (const QString &action, int progress) |
Public Member Functions | |
| virtual | ~HelperProxy () |
| virtual ActionReply | executeAction (const QString &action, const QString &helperID, const QVariantMap &arguments)=0 |
| virtual bool | executeActions (const QList< QPair< QString, QVariantMap > > &list, const QString &helperID)=0 |
| virtual bool | hasToStopAction ()=0 |
| virtual bool | initHelper (const QString &name)=0 |
| virtual void | sendDebugMessage (int level, const char *msg)=0 |
| virtual void | sendProgressStep (const QVariantMap &step)=0 |
| virtual void | sendProgressStep (int step)=0 |
| virtual void | setHelperResponder (QObject *o)=0 |
| virtual void | stopAction (const QString &action, const QString &helperID)=0 |
Detailed Description
Definition at line 35 of file HelperProxy.h.
Constructor & Destructor Documentation
| KAuth::HelperProxy::~HelperProxy | ( | ) | [virtual] |
Definition at line 25 of file HelperProxy.cpp.
Member Function Documentation
| void KAuth::HelperProxy::actionPerformed | ( | const QString & | action, | |
| ActionReply | reply | |||
| ) | [signal] |
| void KAuth::HelperProxy::actionStarted | ( | const QString & | action | ) | [signal] |
| virtual ActionReply KAuth::HelperProxy::executeAction | ( | const QString & | action, | |
| const QString & | helperID, | |||
| const QVariantMap & | arguments | |||
| ) | [pure virtual] |
Implemented in KAuth::DBusHelperProxy.
| virtual bool KAuth::HelperProxy::executeActions | ( | const QList< QPair< QString, QVariantMap > > & | list, | |
| const QString & | helperID | |||
| ) | [pure virtual] |
Implemented in KAuth::DBusHelperProxy.
| virtual bool KAuth::HelperProxy::hasToStopAction | ( | ) | [pure virtual] |
Implemented in KAuth::DBusHelperProxy.
Implemented in KAuth::DBusHelperProxy.
| void KAuth::HelperProxy::progressStep | ( | const QString & | action, | |
| const QVariantMap & | data | |||
| ) | [signal] |
| void KAuth::HelperProxy::progressStep | ( | const QString & | action, | |
| int | progress | |||
| ) | [signal] |
| virtual void KAuth::HelperProxy::sendDebugMessage | ( | int | level, | |
| const char * | msg | |||
| ) | [pure virtual] |
Implemented in KAuth::DBusHelperProxy.
| virtual void KAuth::HelperProxy::sendProgressStep | ( | const QVariantMap & | step | ) | [pure virtual] |
Implemented in KAuth::DBusHelperProxy.
| virtual void KAuth::HelperProxy::sendProgressStep | ( | int | step | ) | [pure virtual] |
Implemented in KAuth::DBusHelperProxy.
| virtual void KAuth::HelperProxy::setHelperResponder | ( | QObject * | o | ) | [pure virtual] |
Implemented in KAuth::DBusHelperProxy.
| virtual void KAuth::HelperProxy::stopAction | ( | const QString & | action, | |
| const QString & | helperID | |||
| ) | [pure virtual] |
Implemented in KAuth::DBusHelperProxy.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference