• Skip to content
  • Skip to link menu
KDE 4.3 API Reference
  • KDE API Reference
  • kdelibs
  • Sitemap
  • Contact Us
 

KDECore

kservicetype.h

Go to the documentation of this file.
00001 /* This file is part of the KDE project
00002    Copyright (C) 1998, 1999 Torben Weis <weis@kde.org>
00003                        1999 Waldo Bastian <bastian@kde.org>
00004 
00005    This library is free software; you can redistribute it and/or
00006    modify it under the terms of the GNU Library General Public
00007    License as published by the Free Software Foundation; either
00008    version 2 of the License, or (at your option) any later version.
00009 
00010    This library is distributed in the hope that it will be useful,
00011    but WITHOUT ANY WARRANTY; without even the implied warranty of
00012    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013    Library General Public License for more details.
00014 
00015    You should have received a copy of the GNU Library General Public License
00016    along with this library; see the file COPYING.LIB.  If not, write to
00017    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00018    Boston, MA 02110-1301, USA.
00019 */
00020 
00021 #ifndef __kservicetype_h__
00022 #define __kservicetype_h__
00023 
00024 #include <ksycocaentry.h>
00025 
00026 #include <QtCore/QString>
00027 #include <QtCore/QStringList>
00028 #include <QtCore/QMap>
00029 #include <QtCore/QVariant>
00030 
00031 #include <kconfig.h>
00032 
00033 class KDesktopFile;
00034 class KServiceTypePrivate;
00035 
00043 class KDECORE_EXPORT KServiceType : public KSycocaEntry
00044 {
00045 public:
00046     typedef KSharedPtr<KServiceType> Ptr;
00047     typedef QList<Ptr> List;
00048 
00053     explicit KServiceType( KDesktopFile *config );
00054 
00059     KServiceType( QDataStream& _str, int offset );
00060 
00061     virtual ~KServiceType();
00062 
00067     QString comment() const;
00068 
00075     KDE_DEPRECATED QString desktopEntryPath() const;
00076 
00082     bool isDerived() const;
00083 
00090     QString parentServiceType() const;
00091 
00096     bool inherits( const QString& servTypeName ) const;
00097 
00105     QVariant::Type propertyDef( const QString& _name ) const;
00106 
00120     QStringList propertyDefNames() const;
00121 
00123     QMap<QString,QVariant::Type> propertyDefs() const;
00124 
00129     Ptr parentType();
00134     void setServiceOffersOffset( int offset );
00138     int serviceOffersOffset() const;
00139 
00147     static Ptr serviceType( const QString& _name );
00148 
00157     static List allServiceTypes();
00158 
00159 protected: // used by KMimeType
00160 
00166      KServiceType( KServiceTypePrivate &dd);
00167 
00177     KServiceType( KServiceTypePrivate &dd, const QString& _name,
00178                   const QString& _comment );
00179 
00180 private:
00181     Q_DECLARE_PRIVATE(KServiceType)
00182 };
00183 
00184 //QDataStream& operator>>( QDataStream& _str, KServiceType& s );
00185 //QDataStream& operator<<( QDataStream& _str, KServiceType& s );
00186 
00187 #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
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.6.1
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