kpilot
PopMailWidgetConfig Class Reference
#include <setupDialog.h>
Inheritance diagram for PopMailWidgetConfig:

Detailed Description
Definition at line 48 of file setupDialog.h.
Public Types | |
| enum | SendMode { NoSend = 0, SendKMail = 1 } |
Public Slots | |
| void | toggleSendMode (int) |
Public Member Functions | |
| virtual void | commit () |
| virtual void | load () |
| PopMailWidgetConfig (QWidget *, const QVariantList &=QVariantList()) | |
Static Public Member Functions | |
| static ConduitConfigBase * | create (QWidget *w) |
Protected Attributes | |
| PopMailWidget * | fConfigWidget |
Member Enumeration Documentation
Constructor & Destructor Documentation
| PopMailWidgetConfig::PopMailWidgetConfig | ( | QWidget * | p, | |
| const QVariantList & | = QVariantList() | |||
| ) | [explicit] |
Definition at line 59 of file setupDialog.cc.
Member Function Documentation
| void PopMailWidgetConfig::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 98 of file setupDialog.cc.
| static ConduitConfigBase* PopMailWidgetConfig::create | ( | QWidget * | w | ) | [inline, static] |
Definition at line 56 of file setupDialog.h.
| void PopMailWidgetConfig::load | ( | ) | [virtual] |
| void PopMailWidgetConfig::toggleSendMode | ( | int | i | ) | [slot] |
Definition at line 132 of file setupDialog.cc.
Member Data Documentation
PopMailWidget* PopMailWidgetConfig::fConfigWidget [protected] |
Definition at line 63 of file setupDialog.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference