KDECore
#include <HelperProxy.h>

Signals | |
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 | |
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 |
Detailed Description
Definition at line 35 of file HelperProxy.h.
Constructor & Destructor Documentation
◆ ~HelperProxy()
|
virtual |
Definition at line 26 of file HelperProxy.cpp.
Member Function Documentation
◆ actionPerformed
|
signal |
◆ actionStarted
◆ authorizeAction()
|
pure virtual |
Implemented in KAuth::DBusHelperProxy, and KAuth::FakeHelperProxy.
◆ executeAction()
|
pure virtual |
Implemented in KAuth::DBusHelperProxy, and KAuth::FakeHelperProxy.
◆ executeActions()
|
pure virtual |
Implemented in KAuth::DBusHelperProxy, and KAuth::FakeHelperProxy.
◆ hasToStopAction()
Implemented in KAuth::DBusHelperProxy, and KAuth::FakeHelperProxy.
◆ initHelper()
Implemented in KAuth::DBusHelperProxy, and KAuth::FakeHelperProxy.
◆ progressStep [1/2]
◆ progressStep [2/2]
◆ sendDebugMessage()
Implemented in KAuth::DBusHelperProxy, and KAuth::FakeHelperProxy.
◆ sendProgressStep() [1/2]
Implemented in KAuth::DBusHelperProxy, and KAuth::FakeHelperProxy.
◆ sendProgressStep() [2/2]
Implemented in KAuth::DBusHelperProxy, and KAuth::FakeHelperProxy.
◆ setHelperResponder()
Implemented in KAuth::DBusHelperProxy, and KAuth::FakeHelperProxy.
◆ stopAction()
|
pure virtual |
Implemented in KAuth::DBusHelperProxy, and KAuth::FakeHelperProxy.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Jul 20 2023 00:00:00 by doxygen 1.9.8 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.