KDECore
#include <DBusHelperProxy.h>
|
| 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) |
|
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 (const QVariantMap &step)=0 |
|
virtual void | sendProgressStep (int step)=0 |
|
virtual void | setHelperResponder (QObject *o)=0 |
|
virtual void | stopAction (const QString &action, const QString &helperID)=0 |
|
Definition at line 32 of file DBusHelperProxy.h.
◆ DBusHelperProxy()
KAuth::DBusHelperProxy::DBusHelperProxy |
( |
| ) |
|
|
inline |
◆ authorizeAction [1/2]
uint KAuth::DBusHelperProxy::authorizeAction |
( |
const QString & |
action, |
|
|
const QByteArray & |
callerID |
|
) |
| |
|
slot |
◆ authorizeAction() [2/2]
◆ executeAction()
ActionReply KAuth::DBusHelperProxy::executeAction |
( |
const QString & |
action, |
|
|
const QString & |
helperID, |
|
|
const QVariantMap & |
arguments |
|
) |
| |
|
virtual |
◆ executeActions()
◆ hasToStopAction()
bool KAuth::DBusHelperProxy::hasToStopAction |
( |
| ) |
|
|
virtual |
◆ initHelper()
bool KAuth::DBusHelperProxy::initHelper |
( |
const QString & |
name | ) |
|
|
virtual |
◆ performAction
QByteArray KAuth::DBusHelperProxy::performAction |
( |
const QString & |
action, |
|
|
const QByteArray & |
callerID, |
|
|
QByteArray |
arguments |
|
) |
| |
|
slot |
◆ performActions
void KAuth::DBusHelperProxy::performActions |
( |
QByteArray |
blob, |
|
|
const QByteArray & |
callerID |
|
) |
| |
|
slot |
◆ remoteSignal
void KAuth::DBusHelperProxy::remoteSignal |
( |
int |
type, |
|
|
const QString & |
action, |
|
|
const QByteArray & |
blob |
|
) |
| |
|
signal |
◆ sendDebugMessage()
void KAuth::DBusHelperProxy::sendDebugMessage |
( |
int |
level, |
|
|
const char * |
msg |
|
) |
| |
|
virtual |
◆ sendProgressStep() [1/2]
void KAuth::DBusHelperProxy::sendProgressStep |
( |
const QVariantMap & |
data | ) |
|
|
virtual |
◆ sendProgressStep() [2/2]
void KAuth::DBusHelperProxy::sendProgressStep |
( |
int |
step | ) |
|
|
virtual |
◆ setHelperResponder()
void KAuth::DBusHelperProxy::setHelperResponder |
( |
QObject * |
o | ) |
|
|
virtual |
◆ stopAction [1/2]
void KAuth::DBusHelperProxy::stopAction |
( |
const QString & |
action | ) |
|
|
slot |
◆ stopAction() [2/2]
void KAuth::DBusHelperProxy::stopAction |
( |
const QString & |
action, |
|
|
const QString & |
helperID |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by
doxygen 1.9.6 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.