kresources
#include <managerimpl.h>
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
Definition at line 41 of file managerimpl.h.
Constructor & Destructor Documentation
◆ ManagerImpl()
| ManagerImpl::ManagerImpl | ( | ManagerNotifier * | notifier, |
| const QString & | family ) |
Definition at line 56 of file managerimpl.cpp.
◆ ~ManagerImpl()
| ManagerImpl::~ManagerImpl | ( | ) |
Definition at line 88 of file managerimpl.cpp.
Member Function Documentation
◆ add()
| void ManagerImpl::add | ( | Resource * | resource | ) |
Definition at line 180 of file managerimpl.cpp.
◆ change()
| void ManagerImpl::change | ( | Resource * | resource | ) |
Definition at line 213 of file managerimpl.cpp.
◆ defaultConfigFile()
|
static |
Definition at line 472 of file managerimpl.cpp.
◆ readConfig()
| void ManagerImpl::readConfig | ( | KConfig * | cfg | ) |
Definition at line 107 of file managerimpl.cpp.
◆ remove()
| void ManagerImpl::remove | ( | Resource * | resource | ) |
Definition at line 197 of file managerimpl.cpp.
◆ resourceList()
| Resource::List * ManagerImpl::resourceList | ( | ) |
Definition at line 322 of file managerimpl.cpp.
◆ resourceNames()
| QStringList ManagerImpl::resourceNames | ( | ) |
Definition at line 310 of file managerimpl.cpp.
◆ resources() [1/2]
| QList< Resource * > ManagerImpl::resources | ( | ) |
Definition at line 327 of file managerimpl.cpp.
◆ resources() [2/2]
| QList< Resource * > ManagerImpl::resources | ( | bool | active | ) |
Definition at line 332 of file managerimpl.cpp.
◆ setActive()
| void ManagerImpl::setActive | ( | Resource * | resource, |
| bool | active ) |
Definition at line 220 of file managerimpl.cpp.
◆ setStandardResource()
| void ManagerImpl::setStandardResource | ( | Resource * | resource | ) |
Definition at line 232 of file managerimpl.cpp.
◆ standardResource()
| Resource * ManagerImpl::standardResource | ( | ) |
Definition at line 227 of file managerimpl.cpp.
◆ writeConfig()
| void ManagerImpl::writeConfig | ( | KConfig * | cfg | ) |
Definition at line 138 of file managerimpl.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Thu Jul 24 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.