kpilot
VCalWidgetSetupBase Class Reference
#include <vcal-setupbase.h>
Inheritance diagram for VCalWidgetSetupBase:
Public Member Functions | |
virtual void | commit () |
virtual void | load () |
VCalWidgetSetupBase (QWidget *, const char *) | |
virtual | ~VCalWidgetSetupBase () |
Protected Member Functions | |
virtual VCalConduitSettings * | config ()=0 |
Protected Attributes | |
VCalWidget * | fConfigWidget |
Detailed Description
Definition at line 37 of file vcal-setupbase.h.
Constructor & Destructor Documentation
VCalWidgetSetupBase::VCalWidgetSetupBase | ( | QWidget * | w, | |
const char * | n | |||
) |
Definition at line 42 of file vcal-setupbase.cc.
VCalWidgetSetupBase::~VCalWidgetSetupBase | ( | ) | [virtual] |
Definition at line 60 of file vcal-setupbase.cc.
Member Function Documentation
void VCalWidgetSetupBase::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 65 of file vcal-setupbase.cc.
virtual VCalConduitSettings* VCalWidgetSetupBase::config | ( | ) | [protected, pure virtual] |
Implemented in ToDoWidgetSetup, and VCalWidgetSetup.
void VCalWidgetSetupBase::load | ( | ) | [virtual] |
Member Data Documentation
VCalWidget* VCalWidgetSetupBase::fConfigWidget [protected] |
Definition at line 48 of file vcal-setupbase.h.
The documentation for this class was generated from the following files: