Plasma
ConfigLoader Class Reference
#include <Plasma/ConfigLoader>
Detailed Description
A KConfigSkeleton that populates itself based on KConfigXT XML.
This class allows one to ship an XML file and reconstitute it into a KConfigSkeleton object at runtime. Common usage might look like this:
QFile file(xmlFilePath);
Plasma::ConfigLoader appletConfig(configFilePath, &file);
Alternatively, any QIODevice may be used in place of QFile in the example above.
Currently the following data types are supported:
- bools
- colors
- datetimes
- enumerations
- fonts
- ints
- passwords
- paths
- strings
- stringlists
- uints
- urls
- doubles
- int lists
- longlongs
- path lists
- points
- rects
- sizes
- ulonglongs
- url lists
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.