ksim
I8KPlugin Class Reference
#include <ksimi8k.h>
Inheritance diagram for I8KPlugin:

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