kontact
KNotesPlugin Class Reference
Inheritance diagram for KNotesPlugin:

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