kpilot
KeyringWidgetSetup Class Reference
#include <keyringsetup.h>
Inheritance diagram for KeyringWidgetSetup:

Detailed Description
Definition at line 38 of file keyringsetup.h.
Public Member Functions | |
| virtual void | commit () |
| KeyringWidgetSetup (QWidget *, const QVariantList &=QVariantList()) | |
| virtual void | load () |
| virtual | ~KeyringWidgetSetup () |
Static Public Member Functions | |
| static ConduitConfigBase * | create (QWidget *) |
Constructor & Destructor Documentation
| KeyringWidgetSetup::KeyringWidgetSetup | ( | QWidget * | w, | |
| const QVariantList & | = QVariantList() | |||
| ) | [explicit] |
Definition at line 63 of file keyringsetup.cc.
| KeyringWidgetSetup::~KeyringWidgetSetup | ( | ) | [virtual] |
Definition at line 88 of file keyringsetup.cc.
Member Function Documentation
| void KeyringWidgetSetup::commit | ( | ) | [virtual] |
Load or save the config widget's settings in the given KConfig object; leave the group unchanged.
load() and commit() should both call unmodified() to indicate that the current settings match the on-disk ones.
Implements ConduitConfigBase.
Definition at line 94 of file keyringsetup.cc.
| ConduitConfigBase * KeyringWidgetSetup::create | ( | QWidget * | w | ) | [static] |
Definition at line 183 of file keyringsetup.cc.
| void KeyringWidgetSetup::load | ( | ) | [virtual] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference