kpilot
DOCWidgetConfig Class Reference
#include <doc-setup.h>
Inheritance diagram for DOCWidgetConfig:
Public Member Functions | |
virtual void | commit () |
DOCWidgetConfig (QWidget *, const char *) | |
virtual void | load () |
Protected Attributes | |
DOCWidget * | fConfigWidget |
Detailed Description
Definition at line 36 of file doc-setup.h.
Constructor & Destructor Documentation
DOCWidgetConfig::DOCWidgetConfig | ( | QWidget * | w, | |
const char * | n | |||
) |
Definition at line 46 of file doc-setup.cc.
Member Function Documentation
void DOCWidgetConfig::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 86 of file doc-setup.cc.
void DOCWidgetConfig::load | ( | ) | [virtual] |
Member Data Documentation
DOCWidget* DOCWidgetConfig::fConfigWidget [protected] |
Definition at line 43 of file doc-setup.h.
The documentation for this class was generated from the following files: