KWebPluginFactory Class Reference
A QWebPluginFactory with integration into the KDE environment. More...
#include <kwebpluginfactory.h>
Inheritance diagram for KWebPluginFactory:

Public Member Functions | |
| KWebPluginFactory (QObject *parent) | |
| ~KWebPluginFactory () | |
| virtual QObject * | create (const QString &mimeType, const QUrl &url, const QStringList &argumentNames, const QStringList &argumentValues) const |
| virtual QList< Plugin > | plugins () const |
Detailed Description
A QWebPluginFactory with integration into the KDE environment.
This class will attempt to find a KPart to satisfy a plugin request.
- See also:
- QWebPluginFactory
- Since:
- 4.4
Definition at line 41 of file kwebpluginfactory.h.
Constructor & Destructor Documentation
| KWebPluginFactory::KWebPluginFactory | ( | QObject * | parent | ) |
Constructs a KWebPluginFactory with parent parent.
Definition at line 86 of file kwebpluginfactory.cpp.
| KWebPluginFactory::~KWebPluginFactory | ( | ) |
Destroys the KWebPage.
Definition at line 92 of file kwebpluginfactory.cpp.
Member Function Documentation
| QObject * KWebPluginFactory::create | ( | const QString & | mimeType, |
| const QUrl & | url, | ||
| const QStringList & | argumentNames, | ||
| const QStringList & | argumentValues | ||
| ) | const [virtual] |
- Reimplemented from superclass.
Reimplemented for internal reasons, the API is not affected.
- See also:
- QWebPluginFactory::create
Definition at line 97 of file kwebpluginfactory.cpp.
| QList< KWebPluginFactory::Plugin > KWebPluginFactory::plugins | ( | ) | const [virtual] |
- Reimplemented from superclass.
Reimplemented for internal reasons, the API is not affected.
- See also:
- QWebPluginFactory::plugins
Definition at line 175 of file kwebpluginfactory.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference