libplasma
Plasma::ConfigXml Class Reference
#include <configxml.h>
Inheritance diagram for Plasma::ConfigXml:

Detailed Description
Definition at line 71 of file configxml.h.
Public Member Functions | |
| ConfigXml (const QString &configFile, QIODevice *xml, QObject *parent=0) | |
| ConfigXml (KSharedConfigPtr config, QIODevice *xml, QObject *parent=0) | |
| ConfigXml (const KConfigGroup *config, QIODevice *xml, QObject *parent=0) | |
| ~ConfigXml () | |
Constructor & Destructor Documentation
Creates a KConfigSkeleton populated using the definition found in the XML data passed in.
- Parameters:
-
configFile path to the configuration file to use xml the xml data; must be valid KConfigXT data parent optional QObject parent
Definition at line 499 of file configxml.cpp.
Creates a KConfigSkeleton populated using the definition found in the XML data passed in.
- Parameters:
-
config the configuration object to use xml the xml data; must be valid KConfigXT data parent optional QObject parent
Definition at line 510 of file configxml.cpp.
Creates a KConfigSkeleton populated using the definition found in the XML data passed in.
- Parameters:
-
config the group to use as the root for configuration items xml the xml data; must be valid KConfigXT data parent optional QObject parent
Definition at line 520 of file configxml.cpp.
| Plasma::ConfigXml::~ConfigXml | ( | ) |
Definition at line 527 of file configxml.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference