kontact
SpecialdatesPlugin Class Reference
Inheritance diagram for SpecialdatesPlugin:

Detailed Description
Definition at line 32 of file specialdates_plugin.h.
Public Member Functions | |
SpecialdatesPlugin (Kontact::Core *core, const char *name, const QStringList &) | |
~SpecialdatesPlugin () | |
int | weight () const |
const KAboutData * | aboutData () |
virtual Kontact::Summary * | createSummaryWidget (QWidget *parentWidget) |
Protected Member Functions | |
virtual KParts::ReadOnlyPart * | createPart () |
Member Function Documentation
int SpecialdatesPlugin::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 38 of file specialdates_plugin.h.
const KAboutData * SpecialdatesPlugin::aboutData | ( | ) | [virtual] |
Reimplement this method if you want to add your credits to the Kontact about dialog.
Reimplemented from Kontact::Plugin.
Definition at line 55 of file specialdates_plugin.cpp.
Kontact::Summary * SpecialdatesPlugin::createSummaryWidget | ( | QWidget * | parentWidget | ) | [virtual] |
Reimplement this method if you want to add a widget for your application to Kontact's summary page.
Reimplemented from Kontact::Plugin.
Definition at line 50 of file specialdates_plugin.cpp.
virtual KParts::ReadOnlyPart* SpecialdatesPlugin::createPart | ( | ) | [inline, protected, virtual] |
Reimplement and return the part here.
Reimplementing createPart() is mandatory!
Implements Kontact::Plugin.
Definition at line 45 of file specialdates_plugin.h.
The documentation for this class was generated from the following files: