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) |
| Public Member Functions inherited from KAuth::HelperProxy | |
| virtual | ~HelperProxy () |
Additional Inherited Members | |
| 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) |
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-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.