• Skip to content
  • Skip to link menu
KDE 4.6 API Reference
  • KDE API Reference
  • kdelibs
  • KDE Home
  • Contact Us
 

KDECore

kcoreconfigskeleton_p.h

Go to the documentation of this file.
00001 /*
00002     This file is part of KOrganizer.
00003     Copyright (c) 2000,2001 Cornelius Schumacher <schumacher@kde.org>
00004     Copyright (c) 2003 Waldo Bastian <bastian@kde.org>
00005 
00006     This library is free software; you can redistribute it and/or
00007     modify it under the terms of the GNU Library General Public
00008     License as published by the Free Software Foundation; either
00009     version 2 of the License, or (at your option) any later version.
00010 
00011     This library is distributed in the hope that it will be useful,
00012     but WITHOUT ANY WARRANTY; without even the implied warranty of
00013     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00014     Library General Public License for more details.
00015 
00016     You should have received a copy of the GNU Library General Public License
00017     along with this library; see the file COPYING.LIB.  If not, write to
00018     the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00019     Boston, MA 02110-1301, USA.
00020 */
00021 
00022 #ifndef KCORECONFIGSKELETON_P_H
00023 #define KCORECONFIGSKELETON_P_H
00024 
00025 #include "kcoreconfigskeleton.h"
00026 
00027 class KCoreConfigSkeleton::Private
00028 {
00029 public:
00030   Private()
00031     : mCurrentGroup( QLatin1String("No Group") ), mUseDefaults( false )
00032   {}
00033   ~Private()
00034   {
00035     KConfigSkeletonItem::List::ConstIterator it;
00036     for( it = mItems.constBegin(); it != mItems.constEnd(); ++it )
00037     {
00038       delete *it;
00039     }
00040   }
00041   QString mCurrentGroup;
00042 
00043   KSharedConfig::Ptr mConfig; // pointer to KConfig object
00044 
00045   KConfigSkeletonItem::List mItems;
00046   KConfigSkeletonItem::Dict mItemDict;
00047 
00048   bool mUseDefaults;
00049 };
00050 
00051 class KConfigSkeletonItemPrivate
00052 {
00053 public:
00054     KConfigSkeletonItemPrivate()
00055         : mIsImmutable(true)
00056     {}
00057     bool mIsImmutable; 
00058 
00059     QString mLabel; 
00060     QString mToolTip; 
00061     QString mWhatsThis; 
00062 };
00063 
00064 #endif

KDECore

Skip menu "KDECore"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdelibs

Skip menu "kdelibs"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • Kate
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.7.3
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal