KDECore
KCoreConfigSkeleton::ItemPath Class Reference
#include <kcoreconfigskeleton.h>
Inheritance diagram for KCoreConfigSkeleton::ItemPath:

Additional Inherited Members | |
![]() | |
enum | Type { Normal , Password , Path } |
![]() | |
typedef QHash< QString, KConfigSkeletonItem * > | Dict |
typedef QHash< QString, KConfigSkeletonItem * >::Iterator | DictIterator |
typedef QList< KConfigSkeletonItem * > | List |
![]() | |
void | readImmutability (const KConfigGroup &group) |
![]() | |
QString | mDefault |
QString | mLoadedValue |
QString & | mReference |
![]() | |
QString | mGroup |
QString | mKey |
QString | mName |
Detailed Description
Class for handling a path preferences item.
Definition at line 434 of file kcoreconfigskeleton.h.
Constructor & Destructor Documentation
◆ ItemPath()
KCoreConfigSkeleton::ItemPath::ItemPath | ( | const QString & | _group, |
const QString & | _key, | ||
QString & | reference, | ||
const QString & | defaultValue = QString() |
||
) |
Constructor.
- Parameters
-
_group Config file group. _key Config file key. reference The initial value to hold in the item defaultValue The default value for the item
Definition at line 195 of file kcoreconfigskeleton.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Jul 20 2023 00:00:00 by doxygen 1.9.8 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Jul 20 2023 00:00:00 by doxygen 1.9.8 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.