kresources
factory.h
Go to the documentation of this file.
An abstract base class for deriving resource configuration dialogs.
Definition configwidget.h:48
QStringList typeNames() const
Returns a list of all available resource types.
Definition factory.cpp:148
QString typeDescription(const QString &type) const
Returns the description for a special type.
Definition factory.cpp:193
QString typeName(const QString &type) const
Returns the name for a special type.
Definition factory.cpp:183
ConfigWidget * configWidget(const QString &type, QWidget *parent=0)
Returns the config widget for the given resource type, or a null pointer if resource type doesn't exi...
Definition factory.cpp:153
Resource * resource(const QString &type, const KConfigGroup &group)
Returns a pointer to a resource object or a null pointer if resource type doesn't exist.
Definition factory.cpp:245
static Factory * self(const QString &resourceFamily)
Returns the global resource factory.
Definition factory.cpp:68
This class provides a resource which is managed in a general way.
Definition resource.h:76
This file is part of the KDE resource framework and defines the ConfigWidget abstract base class.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.