ksim
DiskPlugin Class Reference
#include <ksimdisk.h>
Inheritance diagram for DiskPlugin:

Detailed Description
Definition at line 47 of file ksimdisk.h.
Public Member Functions | |
| DiskPlugin (const char *name) | |
| ~DiskPlugin () | |
| virtual KSim::PluginView * | createView (const char *) |
| virtual KSim::PluginPage * | createConfigPage (const char *) |
| virtual void | showAbout () |
Constructor & Destructor Documentation
| DiskPlugin::DiskPlugin | ( | const char * | name | ) |
Definition at line 68 of file ksimdisk.cpp.
| DiskPlugin::~DiskPlugin | ( | ) |
Definition at line 74 of file ksimdisk.cpp.
Member Function Documentation
| KSim::PluginView * DiskPlugin::createView | ( | const char * | ) | [virtual] |
creates a new View page, re-implement this to return your main view class
Implements KSim::PluginObject.
Definition at line 78 of file ksimdisk.cpp.
| KSim::PluginPage * DiskPlugin::createConfigPage | ( | const char * | ) | [virtual] |
creates a new Config page, re-implement this to return you config class
Implements KSim::PluginObject.
Definition at line 83 of file ksimdisk.cpp.
| void DiskPlugin::showAbout | ( | ) | [virtual] |
re-implement this to show your about dialog
Implements KSim::PluginObject.
Definition at line 88 of file ksimdisk.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference