kontact
KarmPlugin Class Reference
Inheritance diagram for KarmPlugin:

Detailed Description
Definition at line 37 of file karm_plugin.h.
Public Slots | |
void | newTask () |
Public Member Functions | |
KarmPlugin (Kontact::Core *core, const char *name, const QStringList &) | |
~KarmPlugin () | |
int | weight () const |
Protected Member Functions | |
KParts::ReadOnlyPart * | createPart () |
Protected Attributes | |
KarmDCOPIface_stub * | mStub |
Member Function Documentation
int KarmPlugin::weight | ( | ) | const [inline, virtual] |
Return the weight of the plugin.
The higher the weight the lower it will be displayed in the sidebar. The default implementation returns 0.
Reimplemented from Kontact::Plugin.
Definition at line 46 of file karm_plugin.h.
KParts::ReadOnlyPart * KarmPlugin::createPart | ( | ) | [protected, virtual] |
Reimplement and return the part here.
Reimplementing createPart() is mandatory!
Implements Kontact::Plugin.
Definition at line 53 of file karm_plugin.cpp.
The documentation for this class was generated from the following files: