ksim
MailPlugin Class Reference
#include <ksimmail.h>
Inheritance diagram for MailPlugin:

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