kresources
KRES::ManagerImpl Class Reference
#include <managerimpl.h>
Inherits QObject.
Signals | |
void | signalKResourceAdded (QString managerId, QString resourceId) |
void | signalKResourceDeleted (QString managerId, QString resourceId) |
void | signalKResourceModified (QString managerId, QString resourceId) |
Public Member Functions | |
ManagerImpl (ManagerNotifier *, const QString &family) | |
void | add (Resource *resource) |
void | change (Resource *resource) |
void | readConfig (KConfig *) |
void | remove (Resource *resource) |
Resource::List * | resourceList () |
QStringList | resourceNames () |
QList< Resource * > | resources () |
QList< Resource * > | resources (bool active) |
void | setActive (Resource *resource, bool active) |
void | setStandardResource (Resource *resource) |
Resource * | standardResource () |
void | writeConfig (KConfig *) |
Static Public Member Functions | |
static QString | defaultConfigFile (const QString &family) |
Detailed Description
Do not use this class directly. Use ResourceManager instead
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 14 2012 04:51:05 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 14 2012 04:51:05 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.