kpilot
PopMailWidgetConfig Class Reference
#include <setupDialog.h>
Inheritance diagram for PopMailWidgetConfig:
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 char *) | |
Static Public Member Functions | |
static ConduitConfigBase * | create (QWidget *w, const char *n) |
Protected Attributes | |
PopMailWidget * | fConfigWidget |
Detailed Description
Definition at line 40 of file setupDialog.h.
Member Enumeration Documentation
Constructor & Destructor Documentation
PopMailWidgetConfig::PopMailWidgetConfig | ( | QWidget * | p, | |
const char * | n | |||
) |
Definition at line 61 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 100 of file setupDialog.cc.
static ConduitConfigBase* PopMailWidgetConfig::create | ( | QWidget * | w, | |
const char * | n | |||
) | [inline, static] |
Definition at line 48 of file setupDialog.h.
void PopMailWidgetConfig::load | ( | ) | [virtual] |
void PopMailWidgetConfig::toggleSendMode | ( | int | i | ) | [slot] |
Definition at line 134 of file setupDialog.cc.
Member Data Documentation
PopMailWidget* PopMailWidgetConfig::fConfigWidget [protected] |
Definition at line 55 of file setupDialog.h.
The documentation for this class was generated from the following files: