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, const QVariantMap &data) |
| void | progressStep (const QString &action, int progress) |
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 (const QVariantMap &data) |
| virtual void | sendProgressStep (int step) |
| 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 32 of file DBusHelperProxy.h.
Constructor & Destructor Documentation
◆ DBusHelperProxy()
|
inline |
Definition at line 52 of file DBusHelperProxy.h.
Member Function Documentation
◆ authorizeAction [1/2]
|
slot |
Definition at line 351 of file DBusHelperProxy.cpp.
◆ authorizeAction() [2/2]
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 149 of file DBusHelperProxy.cpp.
◆ executeAction()
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 85 of file DBusHelperProxy.cpp.
◆ executeActions()
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 57 of file DBusHelperProxy.cpp.
◆ hasToStopAction()
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 246 of file DBusHelperProxy.cpp.
◆ initHelper()
Implements KAuth::HelperProxy.
Definition at line 183 of file DBusHelperProxy.cpp.
◆ performAction
|
slot |
Definition at line 297 of file DBusHelperProxy.cpp.
◆ performActions
Definition at line 254 of file DBusHelperProxy.cpp.
◆ remoteSignal
|
signal |
◆ sendDebugMessage()
Implements KAuth::HelperProxy.
Definition at line 377 of file DBusHelperProxy.cpp.
◆ sendProgressStep() [1/2]
Implements KAuth::HelperProxy.
Definition at line 397 of file DBusHelperProxy.cpp.
◆ sendProgressStep() [2/2]
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 387 of file DBusHelperProxy.cpp.
◆ setHelperResponder()
Implements KAuth::HelperProxy.
Definition at line 200 of file DBusHelperProxy.cpp.
◆ stopAction [1/2]
Definition at line 237 of file DBusHelperProxy.cpp.
◆ stopAction() [2/2]
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 45 of file DBusHelperProxy.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Signals inherited from