#include </home/clem/local/src/opie/noncore/securityplugins/blueping/bluepingConfigWidget.h>
Inheritance diagram for BluepingConfigWidget:


Public Member Functions | |
| BluepingConfigWidget (QWidget *parent, const char *name) | |
| virtual | ~BluepingConfigWidget () |
| deletes the m_config pointer | |
| virtual void | writeConfig () |
| Method to reimplement, supposed to save the plugin configuration. | |
Private Slots | |
| void | changeMAC () |
| checks and writes the MAC in the config file, if its format is OK | |
Private Attributes | |
| QLineEdit * | editMAC |
| QPushButton * | setMAC |
|
||||||||||||
|
Definition at line 12 of file bluepingConfigWidget.cpp. References Qt::AlignTop, changeMAC(), description(), editMAC, QString::isEmpty(), Config::readEntry(), Config::setGroup(), setMAC, tr, and Qt::Vertical. |
|
|
deletes the m_config pointer
Definition at line 68 of file bluepingConfigWidget.cpp. |
|
|
checks and writes the MAC in the config file, if its format is OK
Definition at line 49 of file bluepingConfigWidget.cpp. References editMAC, QString::length(), QRegExp::match(), Config::setGroup(), tr, and Config::writeEntry(). Referenced by BluepingConfigWidget(). |
|
|
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 Implements Opie::Security::MultiauthConfigWidget. Definition at line 72 of file bluepingConfigWidget.cpp. |
|
|
Definition at line 51 of file bluepingConfigWidget.h. Referenced by BluepingConfigWidget(), and changeMAC(). |
|
|
Definition at line 52 of file bluepingConfigWidget.h. Referenced by BluepingConfigWidget(). |
1.4.2