ksim
KSim::PluginPage Class Reference
#include <pluginmodule.h>
Inheritance diagram for KSim::PluginPage:

Detailed Description
Provides you with a config page.re-implement readConfig() and saveConfig() for your classes reading and saving functions and use the config() to gain access to your config file
Definition at line 118 of file pluginmodule.h.
Signals | |
| void | pageChanged () |
Public Member Functions | |
| PluginPage (KSim::PluginObject *parent, const char *name) | |
| virtual | ~PluginPage () |
| virtual void | saveConfig ()=0 |
| virtual void | readConfig ()=0 |
| KConfig * | config () const |
Protected Member Functions | |
| PluginObject * | parentPlugin () const |
Constructor & Destructor Documentation
| KSim::PluginPage::PluginPage | ( | KSim::PluginObject * | parent, | |
| const char * | name | |||
| ) |
| KSim::PluginPage::~PluginPage | ( | ) | [virtual] |
Member Function Documentation
| virtual void KSim::PluginPage::saveConfig | ( | ) | [pure virtual] |
called when apply or ok button is clicked in KSimPref use this to save your plugin options
Implemented in CpuConfig, DiskConfig, FsystemConfig, I8KConfig, SensorsConfig, MailConfig, NetConfig, and KSim::Snmp::ConfigPage.
| virtual void KSim::PluginPage::readConfig | ( | ) | [pure virtual] |
called when apply or ok button is clicked in KSimPref use this to read your plugin options
Implemented in CpuConfig, DiskConfig, FsystemConfig, I8KConfig, SensorsConfig, MailConfig, NetConfig, and KSim::Snmp::ConfigPage.
| KConfig * KSim::PluginPage::config | ( | ) | const |
Definition at line 106 of file pluginmodule.cpp.
| void KSim::PluginPage::pageChanged | ( | ) | [signal] |
| PluginObject* KSim::PluginPage::parentPlugin | ( | ) | const [protected] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference