kontact
WeatherPlugin Class Reference
Inheritance diagram for WeatherPlugin:

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