ksim
KSim::Snmp::Plugin Class Reference
#include <plugin.h>
Inheritance diagram for KSim::Snmp::Plugin:

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