kresources
Go to the documentation of this file.
33 #ifndef KRESOURCES_FACTORY_H
34 #define KRESOURCES_FACTORY_H
36 #include <QtCore/QMap>
37 #include <QtCore/QString>
73 class KRESOURCES_EXPORT_DEPRECATED
Factory
80 static Factory *
self(
const QString &resourceFamily );
91 ConfigWidget *configWidget(
const QString &type, QWidget *parent = 0 );
108 Resource *resource(
const QString &type,
const KConfigGroup &group );
116 Resource *resource(
const QString &type );
122 QStringList typeNames()
const;
127 QString typeName(
const QString &type )
const;
132 QString typeDescription(
const QString &type )
const;
135 Factory(
const QString &resourceFamily );
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:03 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.