KDECore
KAuth::DBusHelperProxy Class Reference
#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) |
Detailed Description
Definition at line 31 of file DBusHelperProxy.h.
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 150 of file DBusHelperProxy.cpp.
| uint KAuth::DBusHelperProxy::authorizeAction | ( | const QString & | action, |
| const QByteArray & | callerID | ||
| ) | [slot] |
Definition at line 329 of file DBusHelperProxy.cpp.
| ActionReply KAuth::DBusHelperProxy::executeAction | ( | const QString & | action, |
| const QString & | helperID, | ||
| const QVariantMap & | arguments | ||
| ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 86 of file DBusHelperProxy.cpp.
| bool KAuth::DBusHelperProxy::executeActions | ( | const QList< QPair< QString, QVariantMap > > & | list, |
| const QString & | helperID | ||
| ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 58 of file DBusHelperProxy.cpp.
| bool KAuth::DBusHelperProxy::hasToStopAction | ( | ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 247 of file DBusHelperProxy.cpp.
Implements KAuth::HelperProxy.
Definition at line 184 of file DBusHelperProxy.cpp.
| QByteArray KAuth::DBusHelperProxy::performAction | ( | const QString & | action, |
| const QByteArray & | callerID, | ||
| QByteArray | arguments | ||
| ) | [slot] |
Definition at line 275 of file DBusHelperProxy.cpp.
| void KAuth::DBusHelperProxy::performActions | ( | QByteArray | blob, |
| const QByteArray & | callerID | ||
| ) | [slot] |
Definition at line 255 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 355 of file DBusHelperProxy.cpp.
| void KAuth::DBusHelperProxy::sendProgressStep | ( | int | step | ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 365 of file DBusHelperProxy.cpp.
| void KAuth::DBusHelperProxy::sendProgressStep | ( | const QVariantMap & | data | ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 375 of file DBusHelperProxy.cpp.
| void KAuth::DBusHelperProxy::setHelperResponder | ( | QObject * | o | ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 201 of file DBusHelperProxy.cpp.
| void KAuth::DBusHelperProxy::stopAction | ( | const QString & | action | ) | [slot] |
Definition at line 238 of file DBusHelperProxy.cpp.
| void KAuth::DBusHelperProxy::stopAction | ( | const QString & | action, |
| const QString & | helperID | ||
| ) | [virtual] |
Implements KAuth::HelperProxy.
Definition at line 46 of file DBusHelperProxy.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference