KParts
genericfactory.h
Go to the documentation of this file.
Definition: genericfactory.h:36
virtual KComponentData partComponentData()
If you have a part contained in a shared library you might want to query for meta-information like th...
Definition: genericfactory.h:57
virtual ~GenericFactoryBase()
Definition: genericfactory.h:46
virtual KComponentData * createComponentData()
Definition: genericfactory.h:64
static const KComponentData & componentData()
Definition: genericfactory.h:186
static KAboutData * aboutData()
Definition: genericfactory.h:202
virtual KParts::Part * createPartObject(QWidget *parentWidget, QObject *parent, const char *className, const QStringList &args)
Reimplement this method in your implementation to create the Part.
Definition: genericfactory.h:141
GenericFactory()
Definition: genericfactory.h:139
A template for a KParts::Factory implementation.
Definition: genericfactory.h:111
virtual KParts::Part * createPartObject(QWidget *parentWidget, QObject *parent, const char *className, const QStringList &args)
Reimplement this method in your implementation to create the Part.
Definition: genericfactory.h:115
virtual void setReadWrite(bool readwrite=true)
Changes the behavior of this part to readonly or readwrite.
Definition: part.cpp:782
T * create(const QString &keyword, QObject *parent=0, const QVariantList &args=QVariantList())
#define kWarning
#define T
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.