akregator
Akregator::Plugin Class Referenceabstract
#include <plugin.h>
Inheritance diagram for Akregator::Plugin:
Public Member Functions | |
Plugin (QObject *parent=0, const QVariantList &opts=QVariantList()) | |
virtual | ~Plugin () |
void | addPluginProperty (const QString &key, const QString &value) |
bool | hasPluginProperty (const QString &key) const |
void | initialize () |
virtual void | insertGuiClients (KXMLGUIClient *parent) |
QString | pluginProperty (const QString &key) const |
virtual void | removeGuiClients (KXMLGUIClient *parent) |
Protected Member Functions | |
virtual void | doInitialize ()=0 |
Detailed Description
Constructor & Destructor Documentation
|
explicit |
Definition at line 31 of file plugin.cpp.
|
virtual |
Definition at line 35 of file plugin.cpp.
Member Function Documentation
void Akregator::Plugin::addPluginProperty | ( | const QString & | key, |
const QString & | value | ||
) |
TODO.
- Parameters
-
parent you must parent the widget to parent
- Returns
- the configure widget for your plugin, create it on the heap!
Definition at line 40 of file plugin.cpp.
|
protectedpure virtual |
bool Akregator::Plugin::hasPluginProperty | ( | const QString & | key | ) | const |
Definition at line 62 of file plugin.cpp.
void Akregator::Plugin::initialize | ( | ) |
Definition at line 46 of file plugin.cpp.
|
virtual |
Definition at line 68 of file plugin.cpp.
QString Akregator::Plugin::pluginProperty | ( | const QString & | key | ) | const |
Definition at line 52 of file plugin.cpp.
|
virtual |
Definition at line 69 of file plugin.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:15 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.