kontact
Akregator::Plugin Class Reference
Inheritance diagram for Akregator::Plugin:

Detailed Description
Definition at line 51 of file akregator_plugin.h.
Public Member Functions | |
Plugin (Kontact::Core *core, const char *name, const QStringList &) | |
int | weight () const |
AkregatorPartIface_stub * | interface () |
virtual QStringList | configModules () const |
virtual QStringList | invisibleToolbarActions () const |
virtual bool | isRunningStandalone () |
Protected Member Functions | |
MyBasePart * | createPart () |
Protected Attributes | |
AkregatorPartIface_stub * | m_stub |
Kontact::UniqueAppWatcher * | m_uniqueAppWatcher |
Member Function Documentation
MyBasePart* Akregator::Plugin::createPart | ( | ) | [protected, virtual] |
Reimplement and return the part here.
Reimplementing createPart() is mandatory!
Implements Kontact::Plugin.
virtual QStringList Akregator::Plugin::invisibleToolbarActions | ( | ) | const [virtual] |
Returns a list of action name which shall be hidden in the main toolbar.
Reimplemented from Kontact::Plugin.
virtual bool Akregator::Plugin::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.
int Akregator::Plugin::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 60 of file akregator_plugin.h.
The documentation for this class was generated from the following file: