KDECore
#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) |
Signals inherited from KAuth::HelperProxy | |
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 | |
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) |
Public Member Functions inherited from KAuth::HelperProxy | |
virtual | ~HelperProxy () |
Detailed Description
Definition at line 31 of file DBusHelperProxy.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 51 of file DBusHelperProxy.h.
Member Function Documentation
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 149 of file DBusHelperProxy.cpp.
|
slot |
Definition at line 328 of file DBusHelperProxy.cpp.
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 85 of file DBusHelperProxy.cpp.
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 57 of file DBusHelperProxy.cpp.
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 246 of file DBusHelperProxy.cpp.
Implements KAuth::HelperProxy.
Definition at line 183 of file DBusHelperProxy.cpp.
|
slot |
Definition at line 274 of file DBusHelperProxy.cpp.
|
slot |
Definition at line 254 of file DBusHelperProxy.cpp.
|
signal |
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 354 of file DBusHelperProxy.cpp.
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 364 of file DBusHelperProxy.cpp.
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 374 of file DBusHelperProxy.cpp.
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 200 of file DBusHelperProxy.cpp.
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 45 of file DBusHelperProxy.cpp.
|
slot |
Definition at line 237 of file DBusHelperProxy.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.