KDECore
#include <FakeHelperProxy.h>

Public Member Functions | |
FakeHelperProxy () | |
virtual | ~FakeHelperProxy () |
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 &step) |
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 |
Additional Inherited Members | |
![]() | |
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) |
Detailed Description
Definition at line 27 of file FakeHelperProxy.h.
Constructor & Destructor Documentation
◆ FakeHelperProxy()
KAuth::FakeHelperProxy::FakeHelperProxy | ( | ) |
Definition at line 24 of file FakeHelperProxy.cpp.
◆ ~FakeHelperProxy()
|
virtual |
Definition at line 30 of file FakeHelperProxy.cpp.
Member Function Documentation
◆ authorizeAction()
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 88 of file FakeHelperProxy.cpp.
◆ executeAction()
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 73 of file FakeHelperProxy.cpp.
◆ executeActions()
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 81 of file FakeHelperProxy.cpp.
◆ hasToStopAction()
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 51 of file FakeHelperProxy.cpp.
◆ initHelper()
Implements KAuth::HelperProxy.
Definition at line 61 of file FakeHelperProxy.cpp.
◆ sendDebugMessage()
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 45 of file FakeHelperProxy.cpp.
◆ sendProgressStep() [1/2]
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 35 of file FakeHelperProxy.cpp.
◆ sendProgressStep() [2/2]
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 40 of file FakeHelperProxy.cpp.
◆ setHelperResponder()
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 56 of file FakeHelperProxy.cpp.
◆ stopAction()
|
virtual |
Implements KAuth::HelperProxy.
Definition at line 67 of file FakeHelperProxy.cpp.
The documentation for this class was generated from the following files:
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.