kontact
KPilotPlugin Class Reference
Inheritance diagram for KPilotPlugin:

Detailed Description
Definition at line 30 of file kpilot_plugin.h.
Public Member Functions | |
| KPilotPlugin (Kontact::Core *core, const char *name, const QStringList &) | |
| virtual Kontact::Summary * | createSummaryWidget (QWidget *parentWidget) |
| virtual bool | showInSideBar () const |
| const KAboutData * | aboutData () |
Protected Member Functions | |
| virtual KParts::ReadOnlyPart * | createPart () |
Member Function Documentation
| Kontact::Summary * KPilotPlugin::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 46 of file kpilot_plugin.cpp.
| virtual bool KPilotPlugin::showInSideBar | ( | ) | const [inline, virtual] |
Returns wether the plugin provides a part that should be shown in the sidebar.
Reimplemented from Kontact::Plugin.
Definition at line 38 of file kpilot_plugin.h.
| const KAboutData * KPilotPlugin::aboutData | ( | ) | [virtual] |
Reimplement this method if you want to add your credits to the Kontact about dialog.
Reimplemented from Kontact::Plugin.
Definition at line 51 of file kpilot_plugin.cpp.
| virtual KParts::ReadOnlyPart* KPilotPlugin::createPart | ( | ) | [inline, protected, virtual] |
Reimplement and return the part here.
Reimplementing createPart() is mandatory!
Implements Kontact::Plugin.
Definition at line 44 of file kpilot_plugin.h.
The documentation for this class was generated from the following files:

