kpilot

SysInfoWidgetConfig Class Reference

#include <sysinfo-setup.h>

Inheritance diagram for SysInfoWidgetConfig:

List of all members.


Public Member Functions

virtual void commit ()
virtual bool isModified () const
virtual void load ()
 SysInfoWidgetConfig (QWidget *parent, const char *)

Protected Attributes

SysInfoWidget * fConfigWidget

Detailed Description

Definition at line 36 of file sysinfo-setup.h.


Constructor & Destructor Documentation

SysInfoWidgetConfig::SysInfoWidgetConfig ( QWidget parent,
const char *  n 
)

Definition at line 88 of file sysinfo-setup.cc.


Member Function Documentation

void SysInfoWidgetConfig::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 115 of file sysinfo-setup.cc.

bool SysInfoWidgetConfig::isModified ( void   )  const [virtual]

This function is called to check whether the configuration of the conduit has changed -- and hence, whether the user needs to be prompted.

By default, this just returns fModified, but you can do more complicated things.

Reimplemented from ConduitConfigBase.

Definition at line 175 of file sysinfo-setup.cc.

void SysInfoWidgetConfig::load (  )  [virtual]

Implements ConduitConfigBase.

Definition at line 148 of file sysinfo-setup.cc.


Member Data Documentation

SysInfoWidget* SysInfoWidgetConfig::fConfigWidget [protected]

Definition at line 44 of file sysinfo-setup.h.


The documentation for this class was generated from the following files: