kpilot

MALWidgetSetup Class Reference

#include <mal-setup.h>

Inheritance diagram for MALWidgetSetup:

List of all members.


Public Member Functions

virtual void commit ()
virtual void load ()
 MALWidgetSetup (QWidget *, const char *)
virtual ~MALWidgetSetup ()

Static Public Member Functions

static ConduitConfigBasecreate (QWidget *, const char *)

Detailed Description

Definition at line 40 of file mal-setup.h.


Constructor & Destructor Documentation

MALWidgetSetup::MALWidgetSetup ( QWidget w,
const char *  n 
)

Definition at line 56 of file mal-setup.cc.

MALWidgetSetup::~MALWidgetSetup (  )  [virtual]

Definition at line 86 of file mal-setup.cc.


Member Function Documentation

void MALWidgetSetup::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 91 of file mal-setup.cc.

ConduitConfigBase * MALWidgetSetup::create ( QWidget w,
const char *  n 
) [static]

Definition at line 181 of file mal-setup.cc.

void MALWidgetSetup::load (  )  [virtual]

Implements ConduitConfigBase.

Definition at line 134 of file mal-setup.cc.


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