KParts
#include <genericfactory.h>
Public Member Functions | |
GenericFactoryBase () | |
virtual | ~GenericFactoryBase () |
virtual KComponentData | partComponentData () |
Public Member Functions inherited from KParts::Factory | |
Factory (QObject *parent=0) | |
virtual | ~Factory () |
Part * | createPart (QWidget *parentWidget=0, QObject *parent=0, const char *classname="KParts::Part", const QStringList &args=QStringList()) |
Static Public Member Functions | |
static KAboutData * | aboutData () |
static const KComponentData & | componentData () |
Static Public Member Functions inherited from KParts::Factory | |
static KComponentData | partComponentDataFromLibrary (const QString &libraryName) |
Protected Member Functions | |
virtual KComponentData * | createComponentData () |
Protected Member Functions inherited from KParts::Factory | |
virtual QObject * | createObject (QObject *parent=0, const char *classname="QObject", const QStringList &args=QStringList()) |
virtual Part * | createPartObject (QWidget *parentWidget=0, QObject *parent=0, const char *classname="KParts::Part", const QStringList &args=QStringList())=0 |
Detailed Description
template<class T>
class KParts::GenericFactoryBase< T >
Definition at line 35 of file genericfactory.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 38 of file genericfactory.h.
|
inlinevirtual |
Definition at line 46 of file genericfactory.h.
Member Function Documentation
|
static |
Definition at line 202 of file genericfactory.h.
|
static |
Definition at line 186 of file genericfactory.h.
|
inlineprotectedvirtual |
Definition at line 64 of file genericfactory.h.
|
inlinevirtual |
If you have a part contained in a shared library you might want to query for meta-information like the about-data, or the KComponentData in general.
If the part is exported using KParts::GenericFactory then this method will return the instance that belongs to the part without the need to instantiate the part component.
Reimplemented from KParts::Factory.
Definition at line 57 of file genericfactory.h.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.