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 () |
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
|
Reimplement and return the part here. Reimplementing createPart() is mandatory! Implements Kontact::Plugin. |
|
Returns a list of action name which shall be hidden in the main toolbar.
Reimplemented from Kontact::Plugin. |
|
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. |
|
Session management: read properties.
Reimplemented from Kontact::Plugin. |
|
Session management: save properties.
Reimplemented from Kontact::Plugin. |
|
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: