#include </home/clem/local/src/opie/noncore/securityplugins/dummy/dummyplugin.h>
Inheritance diagram for DummyPlugin:


Signals | |
| void | emitCode (int resultCode) |
| Signal carrying the result code of this plugin. | |
Public Member Functions | |
| int | authenticate () |
| Make one authentication attempt with this plugin. | |
| Opie::Security::MultiauthConfigWidget * | configWidget (QWidget *parent) |
| no configuration widget for the moment | |
| QString | pixmapNameConfig () const |
| (optional) plugin configuration tab icon | |
| QString | pixmapNameWidget () const |
| Plugin icon, to be displayed in the plugin list configuration widget. | |
| QString | pluginName () const |
| Simply return its name (Dummy plugin). | |
Private Slots | |
| void | success () |
| Emit the MultiauthPluginObject::Success emitCode. | |
| void | failure () |
| Emit the MultiauthPluginObject::Failure emitCode. | |
| void | skip () |
| Emit the MultiauthPluginObject::Skip emitCode. | |
The plugin itself, implementing the main authenticate() function.
Definition at line 45 of file dummyplugin.h.
|
|
Make one authentication attempt with this plugin. (very simple "success" / "failure" buttons in a dialog)
Implements Opie::Security::MultiauthPluginObject. Definition at line 49 of file dummyplugin.cpp. References Qt::AlignHCenter, Qt::AlignTop, emitCode(), failure(), oApp, skip(), success(), title, tr, TRUE, Qt::WStyle_Customize, Qt::WStyle_NoBorder, and Qt::WStyle_StaysOnTop. |
|
|
no configuration widget for the moment
Implements Opie::Security::MultiauthPluginObject. Definition at line 19 of file dummyplugin.cpp. References l. |
|
|
Signal carrying the result code of this plugin.
Referenced by authenticate(), failure(), skip(), and success(). |
|
|
Emit the MultiauthPluginObject::Failure emitCode.
Definition at line 35 of file dummyplugin.cpp. References emitCode(). Referenced by authenticate(). |
|
|
(optional) plugin configuration tab icon
Implements Opie::Security::MultiauthPluginObject. Definition at line 25 of file dummyplugin.cpp. References l. |
|
|
Plugin icon, to be displayed in the plugin list configuration widget.
Implements Opie::Security::MultiauthPluginObject. Definition at line 22 of file dummyplugin.cpp. |
|
|
Simply return its name (Dummy plugin).
Implements Opie::Security::MultiauthPluginObject. Definition at line 14 of file dummyplugin.cpp. |
|
|
Emit the MultiauthPluginObject::Skip emitCode.
Definition at line 40 of file dummyplugin.cpp. References emitCode(). Referenced by authenticate(). |
|
|
Emit the MultiauthPluginObject::Success emitCode.
Definition at line 30 of file dummyplugin.cpp. References emitCode(). Referenced by authenticate(). |
1.4.2