KDEWebKit
kwebpluginfactory.h
Go to the documentation of this file.
KWebPluginFactory(QObject *parent)
Constructs a KWebPluginFactory with parent parent.
Definition kwebpluginfactory.cpp:49
void extractGuessedMimeType(const QUrl &url, QString *mimeType) const
Sets mimeType to the content type guessed from url.
Definition kwebpluginfactory.cpp:119
bool excludedMimeType(const QString &mimeType) const
Returns true if the given mime-type is excluded from being used to create a web plugin using KDE's tr...
Definition kwebpluginfactory.cpp:152
virtual QObject * create(const QString &mimeType, const QUrl &url, const QStringList &argumentNames, const QStringList &argumentValues) const
Definition kwebpluginfactory.cpp:58
virtual QList< Plugin > plugins() const
Definition kwebpluginfactory.cpp:106
KParts::ReadOnlyPart * createPartInstanceFrom(const QString &mimeType, const QStringList &argumentNames, const QStringList &argumentValues, QWidget *parentWidget=0, QObject *parent=0) const
Returns an instance of the service associated with mimeType.
Definition kwebpluginfactory.cpp:130
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.