KDECore
KServiceSeparator Class Reference
  #include <kservicegroup_p.h>
Inheritance diagram for KServiceSeparator:

Public Types | |
| typedef KSharedPtr < KServiceSeparator >  | Ptr | 
  Public Types inherited from KSycocaEntry | |
| typedef QList< Ptr > | List | 
| typedef KSharedPtr< KSycocaEntry > | Ptr | 
Public Member Functions | |
| KServiceSeparator () | |
  Public Member Functions inherited from KSycocaEntry | |
| KSycocaEntry () | |
| virtual | ~KSycocaEntry () | 
| QString | entryPath () const | 
| bool | isDeleted () const | 
| bool | isSeparator () const | 
| bool | isType (KSycocaType t) const | 
| bool | isValid () const | 
| QString | name () const | 
| int | offset () const | 
| QVariant | property (const QString &name) const | 
| QStringList | propertyNames () const | 
| void | save (QDataStream &s) | 
| void | setDeleted (bool deleted) | 
| QString | storageId () const | 
| KSycocaType | sycocaType () const | 
  Public Member Functions inherited from QSharedData | |
| QSharedData () | |
| QSharedData (const QSharedData &other) | |
Additional Inherited Members | |
  Static Public Member Functions inherited from KSycocaEntry | |
| static void | read (QDataStream &s, QString &str) | 
| static void | read (QDataStream &s, QStringList &list) | 
  Protected Member Functions inherited from KSycocaEntry | |
| KSycocaEntry (KSycocaEntryPrivate &d) | |
  Protected Attributes inherited from KSycocaEntry | |
| KSycocaEntryPrivate * | d_ptr | 
  Related Functions inherited from KSycocaEntry | |
| enum | KSycocaType | 
Detailed Description
Definition at line 86 of file kservicegroup_p.h.
Member Typedef Documentation
Definition at line 89 of file kservicegroup_p.h.
Constructor & Destructor Documentation
| KServiceSeparator::KServiceSeparator | ( | ) | 
Construct a service separator.
Definition at line 759 of file kservicegroup.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
            Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference
 Public Types inherited from