KDECore
#include <HelperProxy.h>

Signals | |
| 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) |
Public Member Functions | |
| virtual | ~HelperProxy () |
| virtual Action::AuthStatus | authorizeAction (const QString &action, const QString &helperID)=0 |
| 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 (int step)=0 |
| virtual void | sendProgressStep (const QVariantMap &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 26 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 Action::AuthStatus KAuth::HelperProxy::authorizeAction | ( | const QString & | action, |
| const QString & | helperID | ||
| ) | [pure virtual] |
Implemented in KAuth::DBusHelperProxy, and KAuth::FakeHelperProxy.
| virtual ActionReply KAuth::HelperProxy::executeAction | ( | const QString & | action, |
| const QString & | helperID, | ||
| const QVariantMap & | arguments | ||
| ) | [pure virtual] |
Implemented in KAuth::DBusHelperProxy, and KAuth::FakeHelperProxy.
| virtual bool KAuth::HelperProxy::executeActions | ( | const QList< QPair< QString, QVariantMap > > & | list, |
| const QString & | helperID | ||
| ) | [pure virtual] |
Implemented in KAuth::DBusHelperProxy, and KAuth::FakeHelperProxy.
| virtual bool KAuth::HelperProxy::hasToStopAction | ( | ) | [pure virtual] |
Implemented in KAuth::DBusHelperProxy, and KAuth::FakeHelperProxy.
| virtual bool KAuth::HelperProxy::initHelper | ( | const QString & | name | ) | [pure virtual] |
Implemented in KAuth::DBusHelperProxy, and KAuth::FakeHelperProxy.
| void KAuth::HelperProxy::progressStep | ( | const QString & | action, |
| int | progress | ||
| ) | [signal] |
| void KAuth::HelperProxy::progressStep | ( | const QString & | action, |
| const QVariantMap & | data | ||
| ) | [signal] |
| virtual void KAuth::HelperProxy::sendDebugMessage | ( | int | level, |
| const char * | msg | ||
| ) | [pure virtual] |
Implemented in KAuth::DBusHelperProxy, and KAuth::FakeHelperProxy.
| virtual void KAuth::HelperProxy::sendProgressStep | ( | int | step | ) | [pure virtual] |
Implemented in KAuth::DBusHelperProxy, and KAuth::FakeHelperProxy.
| virtual void KAuth::HelperProxy::sendProgressStep | ( | const QVariantMap & | step | ) | [pure virtual] |
Implemented in KAuth::DBusHelperProxy, and KAuth::FakeHelperProxy.
| virtual void KAuth::HelperProxy::setHelperResponder | ( | QObject * | o | ) | [pure virtual] |
Implemented in KAuth::DBusHelperProxy, and KAuth::FakeHelperProxy.
| virtual void KAuth::HelperProxy::stopAction | ( | const QString & | action, |
| const QString & | helperID | ||
| ) | [pure virtual] |
Implemented in KAuth::DBusHelperProxy, and KAuth::FakeHelperProxy.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 20:49:42 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.