KRES::Manager< T > Class Template Reference
#include <manager.h>
Inheritance diagram for KRES::Manager< T >:
List of all members.
Detailed Description
template<class T>
class KRES::Manager< T >
This class provides a manager for resources of a specified family.
It takes care of loading and saving resource configurations and provides access to the resources and their attributes. External changes in the resource configuration are notified by the ManagerObserver interface. If your application needs to be notified about resource configuration changes, you have to subclass ManagerObserver and add it to the Manager by addObserver().
Since KDE 3.4 it's required to supply your application with a *.desktop file for each resource family you introduce. The ServiceType should be of KResources/Manager.
Definition at line 79 of file manager.h.
Constructor & Destructor Documentation
Create manager for given resource family.
The family argument is used as identifier for loading and saving resource configurations.
Definition at line 212 of file manager.h.
Member Function Documentation
Return Iterator on first active resource.
If there is no active resource returns end().
Definition at line 180 of file manager.h.
Add resource to manager.
This passes ownership of the Resource object to the manager.
Definition at line 248 of file manager.h.
Call this to notify manager about changes of the configuration of the given resource.
Definition at line 265 of file manager.h.
Creates a new resource of type type
with default settings.
The resource is not added to the manager, the application has to do that. Returns a pointer to a resource object or a null pointer if resource type doesn't exist.
- Parameters:
-
Definition at line 313 of file manager.h.
Return true, if manager doesn't hold any resources.
If there are resources return false.
Definition at line 206 of file manager.h.
template<class T>
void KRES::Manager< T >::readConfig |
( |
KConfig * |
cfg = 0 |
) |
[inline] |
Recreate Resource objects from configuration file.
If cfg is 0, read standard configuration file determined by family name.
Definition at line 230 of file manager.h.
Remove resource from manager.
This deletes the Resource object.
Definition at line 256 of file manager.h.
Remove Observer for resource changes from manager.
See ManagerObserver. The Observer is not deleted by the Manager after being removed.
Definition at line 359 of file manager.h.
Returns a list of the names of the resources managed by the Manager for this family.
Definition at line 298 of file manager.h.
Return list of descriptions of all available resource types.
Definition at line 329 of file manager.h.
Returns a list of the names of all available resource types.
Definition at line 321 of file manager.h.
Set active state of resource.
Definition at line 289 of file manager.h.
template<class T>
void KRES::Manager< T >::setStandardResource |
( |
T * |
resource |
) |
[inline] |
Set standard resource.
Definition at line 281 of file manager.h.
Return standard resource.
Definition at line 273 of file manager.h.
template<class T>
void KRES::Manager< T >::writeConfig |
( |
KConfig * |
cfg = 0 |
) |
[inline] |
Write configuration of Resource objects to configuration file.
If cfg is 0, write to standard configuration file determined by family name.
Definition at line 239 of file manager.h.
The documentation for this class was generated from the following file: