KDECore
#include <kservicetype_p.h>
Public Member Functions | |
| KServiceTypePrivate (const QString &path) | |
| KServiceTypePrivate (QDataStream &_str, int offset) | |
| virtual | ~KServiceTypePrivate () |
| virtual QString | comment (const KUrl &=KUrl()) const |
| void | init (KDesktopFile *config) |
| void | load (QDataStream &_str) |
| virtual QString | name () const |
| virtual QVariant | property (const QString &name) const |
| virtual QStringList | propertyNames () const |
| virtual void | save (QDataStream &) |
| virtual int | serviceOffersOffset () const |
Public Member Functions inherited from KSycocaEntryPrivate | |
| KSycocaEntryPrivate (const QString &path_) | |
| KSycocaEntryPrivate (QDataStream &_str, int iOffset) | |
| virtual | ~KSycocaEntryPrivate () |
| virtual bool | isType (KSycocaType t) const |
| virtual bool | isValid () const |
| virtual QString | storageId () const |
| virtual KSycocaType | sycocaType () const |
Public Attributes | |
| unsigned | m_bDerived: 1 |
| QMap< QString, QVariant::Type > | m_mapPropDefs |
| QMap< QString, QVariant > | m_mapProps |
| unsigned | m_parentTypeLoaded: 1 |
| int | m_serviceOffersOffset |
| QString | m_strComment |
| QString | m_strName |
| KServiceType::Ptr | parentType |
Public Attributes inherited from KSycocaEntryPrivate | |
| bool | deleted |
| int | offset |
| QString | path |
Detailed Description
Definition at line 28 of file kservicetype_p.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 33 of file kservicetype_p.h.
|
inline |
Definition at line 39 of file kservicetype_p.h.
|
inlinevirtual |
Definition at line 45 of file kservicetype_p.h.
Member Function Documentation
Reimplemented in KMimeTypePrivate.
Definition at line 58 of file kservicetype_p.h.
| void KServiceTypePrivate::init | ( | KDesktopFile * | config | ) |
Definition at line 54 of file kservicetype.cpp.
| void KServiceTypePrivate::load | ( | QDataStream & | _str | ) |
Definition at line 107 of file kservicetype.cpp.
|
inlinevirtual |
Implements KSycocaEntryPrivate.
Definition at line 49 of file kservicetype_p.h.
Reimplemented from KSycocaEntryPrivate.
Reimplemented in KMimeTypePrivate.
Definition at line 154 of file kservicetype.cpp.
|
virtual |
Reimplemented from KSycocaEntryPrivate.
Reimplemented in KMimeTypePrivate.
Definition at line 169 of file kservicetype.cpp.
|
virtual |
Reimplemented from KSycocaEntryPrivate.
Reimplemented in KMimeTypePrivate.
Definition at line 117 of file kservicetype.cpp.
|
inlinevirtual |
Reimplemented in KMimeTypePrivate.
Definition at line 63 of file kservicetype_p.h.
Member Data Documentation
| unsigned KServiceTypePrivate::m_bDerived |
Definition at line 74 of file kservicetype_p.h.
Definition at line 72 of file kservicetype_p.h.
Definition at line 73 of file kservicetype_p.h.
| unsigned KServiceTypePrivate::m_parentTypeLoaded |
Definition at line 75 of file kservicetype_p.h.
| int KServiceTypePrivate::m_serviceOffersOffset |
Definition at line 71 of file kservicetype_p.h.
|
mutable |
Definition at line 70 of file kservicetype_p.h.
| QString KServiceTypePrivate::m_strName |
Definition at line 69 of file kservicetype_p.h.
| KServiceType::Ptr KServiceTypePrivate::parentType |
Definition at line 68 of file kservicetype_p.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2015 The KDE developers.
Generated on Fri May 1 2015 14:05:54 by doxygen 1.8.9.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from