kpilot
TimeWidgetConfig Class Reference
#include <time-setup.h>
Inheritance diagram for TimeWidgetConfig:
Public Member Functions | |
virtual void | commit () |
virtual void | load () |
TimeWidgetConfig (QWidget *parent, const char *) | |
Static Public Member Functions | |
static ConduitConfigBase * | create (QWidget *, const char *) |
Protected Attributes | |
KAboutData * | fAbout |
TimeWidget * | fConfigWidget |
Detailed Description
Definition at line 37 of file time-setup.h.
Constructor & Destructor Documentation
TimeWidgetConfig::TimeWidgetConfig | ( | QWidget * | parent, | |
const char * | n | |||
) |
Definition at line 60 of file time-setup.cc.
Member Function Documentation
void TimeWidgetConfig::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 71 of file time-setup.cc.
static ConduitConfigBase* TimeWidgetConfig::create | ( | QWidget * | , | |
const char * | ||||
) | [static] |
void TimeWidgetConfig::load | ( | ) | [virtual] |
Member Data Documentation
KAboutData* TimeWidgetConfig::fAbout [protected] |
Definition at line 47 of file time-setup.h.
TimeWidget* TimeWidgetConfig::fConfigWidget [protected] |
Definition at line 46 of file time-setup.h.
The documentation for this class was generated from the following files: