#include <HelperProxy.h>
List of all members.
Signals |
| 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 |
| 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 (int step)=0 |
| virtual void | sendProgressStep (const QVariantMap &step)=0 |
| virtual void | setHelperResponder (QObject *o)=0 |
| virtual void | stopAction (const QString &action, const QString &helperID)=0 |
Detailed Description
Definition at line 35 of file HelperProxy.h.
Constructor & Destructor Documentation
| KAuth::HelperProxy::~HelperProxy |
( |
| ) |
[virtual] |
Member Function Documentation
| void KAuth::HelperProxy::actionPerformed |
( |
const QString & |
action, |
|
|
ActionReply |
reply |
|
) |
| [signal] |
| void KAuth::HelperProxy::actionStarted |
( |
const QString & |
action | ) |
[signal] |
| virtual ActionReply KAuth::HelperProxy::executeAction |
( |
const QString & |
action, |
|
|
const QString & |
helperID, |
|
|
const QVariantMap & |
arguments |
|
) |
| [pure virtual] |
| virtual bool KAuth::HelperProxy::executeActions |
( |
const QList< QPair< QString, QVariantMap > > & |
list, |
|
|
const QString & |
helperID |
|
) |
| [pure virtual] |
| virtual bool KAuth::HelperProxy::hasToStopAction |
( |
| ) |
[pure virtual] |
| virtual bool KAuth::HelperProxy::initHelper |
( |
const QString & |
name | ) |
[pure virtual] |
| void KAuth::HelperProxy::progressStep |
( |
const QString & |
action, |
|
|
int |
progress |
|
) |
| [signal] |
| void KAuth::HelperProxy::progressStep |
( |
const QString & |
action, |
|
|
const QVariantMap & |
data |
|
) |
| [signal] |
| virtual void KAuth::HelperProxy::sendDebugMessage |
( |
int |
level, |
|
|
const char * |
msg |
|
) |
| [pure virtual] |
| virtual void KAuth::HelperProxy::sendProgressStep |
( |
int |
step | ) |
[pure virtual] |
| virtual void KAuth::HelperProxy::sendProgressStep |
( |
const QVariantMap & |
step | ) |
[pure virtual] |
| virtual void KAuth::HelperProxy::setHelperResponder |
( |
QObject * |
o | ) |
[pure virtual] |
| virtual void KAuth::HelperProxy::stopAction |
( |
const QString & |
action, |
|
|
const QString & |
helperID |
|
) |
| [pure virtual] |
The documentation for this class was generated from the following files: