#include <DBusHelperProxy.h>

Public Slots | |
| uint | authorizeAction (const QString &action, const QByteArray &callerID) |
| QByteArray | performAction (const QString &action, const QByteArray &callerID, QByteArray arguments) |
| void | performActions (QByteArray blob, const QByteArray &callerID) |
| void | stopAction (const QString &action) |
Signals | |
| void | remoteSignal (int type, const QString &action, const QByteArray &blob) |
Public Member Functions | |
| DBusHelperProxy () | |
| 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 &data) |
| virtual void | setHelperResponder (QObject *o) |
| virtual void | stopAction (const QString &action, const QString &helperID) |
Constructor & Destructor Documentation
| KAuth::DBusHelperProxy::DBusHelperProxy | ( | ) | [inline] |
Definition at line 51 of file DBusHelperProxy.h.
Member Function Documentation
| Action::AuthStatus KAuth::DBusHelperProxy::authorizeAction | ( | const QString & | action, |
| const QString & | helperID | ||
| ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 149 of file DBusHelperProxy.cpp.
| uint KAuth::DBusHelperProxy::authorizeAction | ( | const QString & | action, |
| const QByteArray & | callerID | ||
| ) | [slot] |
Definition at line 328 of file DBusHelperProxy.cpp.
| ActionReply KAuth::DBusHelperProxy::executeAction | ( | const QString & | action, |
| const QString & | helperID, | ||
| const QVariantMap & | arguments | ||
| ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 85 of file DBusHelperProxy.cpp.
| bool KAuth::DBusHelperProxy::executeActions | ( | const QList< QPair< QString, QVariantMap > > & | list, |
| const QString & | helperID | ||
| ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 57 of file DBusHelperProxy.cpp.
| bool KAuth::DBusHelperProxy::hasToStopAction | ( | ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 246 of file DBusHelperProxy.cpp.
| bool KAuth::DBusHelperProxy::initHelper | ( | const QString & | name | ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 183 of file DBusHelperProxy.cpp.
| QByteArray KAuth::DBusHelperProxy::performAction | ( | const QString & | action, |
| const QByteArray & | callerID, | ||
| QByteArray | arguments | ||
| ) | [slot] |
Definition at line 274 of file DBusHelperProxy.cpp.
| void KAuth::DBusHelperProxy::performActions | ( | QByteArray | blob, |
| const QByteArray & | callerID | ||
| ) | [slot] |
Definition at line 254 of file DBusHelperProxy.cpp.
| void KAuth::DBusHelperProxy::remoteSignal | ( | int | type, |
| const QString & | action, | ||
| const QByteArray & | blob | ||
| ) | [signal] |
| void KAuth::DBusHelperProxy::sendDebugMessage | ( | int | level, |
| const char * | msg | ||
| ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 354 of file DBusHelperProxy.cpp.
| void KAuth::DBusHelperProxy::sendProgressStep | ( | int | step | ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 364 of file DBusHelperProxy.cpp.
| void KAuth::DBusHelperProxy::sendProgressStep | ( | const QVariantMap & | data | ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 374 of file DBusHelperProxy.cpp.
| void KAuth::DBusHelperProxy::setHelperResponder | ( | QObject * | o | ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 200 of file DBusHelperProxy.cpp.
| void KAuth::DBusHelperProxy::stopAction | ( | const QString & | action, |
| const QString & | helperID | ||
| ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 45 of file DBusHelperProxy.cpp.
| void KAuth::DBusHelperProxy::stopAction | ( | const QString & | action | ) | [slot] |
Definition at line 237 of file DBusHelperProxy.cpp.
The documentation for this class was generated from the following files:
KDE 4.7 API Reference