KParts
componentfactory.h File Reference
#include <kparts/factory.h>#include <kparts/part.h>#include <kservicetypetrader.h>#include <klibloader.h>#include <kmimetypetrader.h>#include <QtCore/QFile>Go to the source code of this file.
Namespaces | |
| namespace | KParts |
| namespace | KParts::ComponentFactory |
Functions | |
| template<class T> | |
| T * | KParts::ComponentFactory::createPartInstanceFromFactory (KParts::Factory *factory, QWidget *parentWidget=0, QObject *parent=0, const QStringList &args=QStringList()) |
| template<class T> | |
| T * | KParts::ComponentFactory::createPartInstanceFromLibrary (const char *libraryName, QWidget *parentWidget=0, QObject *parent=0, const QStringList &args=QStringList(), int *error=0) |
| template<class T> | |
| T * | KParts::ComponentFactory::createPartInstanceFromQuery (const QString &mimeType, const QString &constraint, QWidget *parentWidget=0, QObject *parent=0, const QStringList &args=QStringList(), int *error=0) |
| template<class T> | |
| T * | KParts::ComponentFactory::createPartInstanceFromService (const KService::Ptr &service, QWidget *parentWidget=0, QObject *parent=0, const QStringList &args=QStringList(), int *error=0) |
| template<class T, class ServiceIterator> | |
| T * | KParts::ComponentFactory::createPartInstanceFromServices (ServiceIterator begin, ServiceIterator end, QWidget *parentWidget=0, QObject *parent=0, const QStringList &args=QStringList(), int *error=0) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.