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 &) | |
~Plugin () | |
int | weight () const |
AkregatorPartIface_stub * | interface () |
virtual QStringList | configModules () const |
virtual QStringList | invisibleToolbarActions () const |
virtual bool | isRunningStandalone () |
virtual void | readProperties (KConfig *config) |
virtual void | saveProperties (KConfig *config) |
Protected Member Functions | |
MyBasePart * | createPart () |
Protected Attributes | |
AkregatorPartIface_stub * | m_stub |
Kontact::UniqueAppWatcher * | m_uniqueAppWatcher |
Member Function Documentation
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.
QStringList Akregator::Plugin::invisibleToolbarActions | ( | ) | const [virtual] |
Returns a list of action name which shall be hidden in the main toolbar.
Reimplemented from Kontact::Plugin.
Definition at line 72 of file akregator_plugin.cpp.
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.
Definition at line 67 of file akregator_plugin.cpp.
void Akregator::Plugin::readProperties | ( | KConfig * | config | ) | [virtual] |
Session management: read properties.
Reimplemented from Kontact::Plugin.
Definition at line 118 of file akregator_plugin.cpp.
void Akregator::Plugin::saveProperties | ( | KConfig * | config | ) | [virtual] |
Session management: save properties.
Reimplemented from Kontact::Plugin.
Definition at line 126 of file akregator_plugin.cpp.
MyBasePart * Akregator::Plugin::createPart | ( | ) | [protected, virtual] |
Reimplement and return the part here.
Reimplementing createPart() is mandatory!
Implements Kontact::Plugin.
Definition at line 89 of file akregator_plugin.cpp.
The documentation for this class was generated from the following files: