kpilot
DeviceConfigPage Class Reference
#include <kpilotConfigDialog.h>
Inheritance diagram for DeviceConfigPage:
Public Member Functions | |
DeviceConfigPage (QWidget *, const char *) | |
Protected Slots | |
void | changePortType (int) |
Protected Member Functions | |
virtual void | commit () |
virtual void | load () |
virtual bool | validate () |
Detailed Description
Definition at line 53 of file kpilotConfigDialog.h.
Constructor & Destructor Documentation
DeviceConfigPage::DeviceConfigPage | ( | QWidget * | w, | |
const char * | n | |||
) |
Definition at line 72 of file kpilotConfigDialog.cc.
Member Function Documentation
void DeviceConfigPage::changePortType | ( | int | i | ) | [protected, slot] |
Definition at line 184 of file kpilotConfigDialog.cc.
void DeviceConfigPage::commit | ( | ) | [protected, 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 158 of file kpilotConfigDialog.cc.
void DeviceConfigPage::load | ( | ) | [protected, virtual] |
bool DeviceConfigPage::validate | ( | ) | [protected, virtual] |
Definition at line 134 of file kpilotConfigDialog.cc.
The documentation for this class was generated from the following files: