kontact
KNodePlugin Class Reference
Inheritance diagram for KNodePlugin:

Detailed Description
Definition at line 43 of file knode_plugin.h.
Public Member Functions | |
KNodePlugin (Kontact::Core *core, const char *name, const QStringList &) | |
~KNodePlugin () | |
virtual bool | createDCOPInterface (const QString &serviceType) |
virtual bool | isRunningStandalone () |
int | weight () const |
virtual QStringList | invisibleToolbarActions () const |
Protected Slots | |
void | slotPostArticle () |
Protected Member Functions | |
virtual KParts::ReadOnlyPart * | createPart () |
Member Function Documentation
bool KNodePlugin::createDCOPInterface | ( | const QString & | serviceType | ) | [virtual] |
Create the DCOP interface for the given serviceType
, if this plugin provides it.
Return false otherwise.
Reimplemented from Kontact::Plugin.
Definition at line 63 of file knode_plugin.cpp.
bool KNodePlugin::isRunningStandalone | ( | ) | [virtual] |
Reimplement this method and return wether a standalone application is still running This is only required if your part is also available as standalone application.
Reimplemented from Kontact::Plugin.
Definition at line 68 of file knode_plugin.cpp.
int KNodePlugin::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 53 of file knode_plugin.h.
QStringList KNodePlugin::invisibleToolbarActions | ( | ) | const [virtual] |
Returns a list of action name which shall be hidden in the main toolbar.
Reimplemented from Kontact::Plugin.
Definition at line 73 of file knode_plugin.cpp.
KParts::ReadOnlyPart * KNodePlugin::createPart | ( | ) | [protected, virtual] |
Reimplement and return the part here.
Reimplementing createPart() is mandatory!
Implements Kontact::Plugin.
Definition at line 86 of file knode_plugin.cpp.
The documentation for this class was generated from the following files: