#include </home/clem/local/src/opie/libopie2/opiesecurity/multiauthconfigwidget.h>
Inheritance diagram for Opie::Security::MultiauthConfigWidget:

Public Member Functions | |
| MultiauthConfigWidget (QWidget *parent, const char *name) | |
| standard widget constructor | |
| virtual | ~MultiauthConfigWidget () |
| virtual void | writeConfig ()=0 |
| Method to reimplement, supposed to save the plugin configuration. | |
Private Attributes | |
| Private * | d |
A base class for all Opie Multiauth Config Widgets. This will let a Opie multiauth plugin to add the possibility of configuration. Plugins need to inherit from this class and need to implement the pure virtual method to control configuration. The Plugin should read its configuration during creation of the Widget
Definition at line 53 of file multiauthconfigwidget.h.
|
||||||||||||
|
standard widget constructor
Definition at line 60 of file multiauthconfigwidget.h. |
|
|
Definition at line 61 of file multiauthconfigwidget.h. |
|
|
Method to reimplement, supposed to save the plugin configuration. Plugins need to reimplement this in the config widget Used when the config dialog is closed to write config stuff Implemented in BluepingConfigWidget, NoticeConfigWidget, and PinConfigWidget. Referenced by MultiauthConfig::writeConfigs(). |
|
|
Definition at line 71 of file multiauthconfigwidget.h. |
1.4.2