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

Detailed Description
Definition at line 73 of file configxml.h.
Public Member Functions | |
ConfigXml (const KConfigGroup *config, QIODevice *xml, QObject *parent=0) | |
ConfigXml (KSharedConfigPtr config, QIODevice *xml, QObject *parent=0) | |
ConfigXml (const QString &configFile, QIODevice *xml, QObject *parent=0) | |
KConfigSkeletonItem * | findItem (const QString &group, const QString &key) |
~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 500 of file configxml.cpp.
Creates a KConfigSkeleton populated using the definition found in the XML data passed in.
FIXME/WARNING: DOES NOT WORK IN KDE 4.1 - FIX KCONFIGSKELETON
- Parameters:
-
config the configuration object to use xml the xml data; must be valid KConfigXT data parent optional QObject parent
Definition at line 511 of file configxml.cpp.
Creates a KConfigSkeleton populated using the definition found in the XML data passed in.
FIXME/WARNING: DOES NOT WORK IN KDE 4.1 - FIX KCONFIGSKELETON
- 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 521 of file configxml.cpp.
Plasma::ConfigXml::~ConfigXml | ( | ) |
Definition at line 528 of file configxml.cpp.
Member Function Documentation
Definition at line 533 of file configxml.cpp.
The documentation for this class was generated from the following files: