KDECore
#include <kmimetype_p.h>
Public Member Functions | |
| KMimeTypePrivate (const QString &path) | |
| KMimeTypePrivate (QDataStream &_str, int offset) | |
| virtual QString | comment (const KUrl &=KUrl()) const |
| void | ensureXmlDataLoaded () const |
| virtual QString | iconName (const KUrl &) const |
| bool | inherits (const QString &mime) const |
| QStringList | patterns () const |
| virtual QVariant | property (const QString &name) const |
| virtual QStringList | propertyNames () const |
| virtual void | save (QDataStream &s) |
| virtual int | serviceOffersOffset () const |
| Public Member Functions inherited from KServiceTypePrivate | |
| KServiceTypePrivate (const QString &path) | |
| KServiceTypePrivate (QDataStream &_str, int offset) | |
| virtual | ~KServiceTypePrivate () |
| void | init (KDesktopFile *config) |
| void | load (QDataStream &_str) |
| virtual QString | name () 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 | |
| QString | m_iconName |
| QStringList | m_lstPatterns |
| bool | m_xmlDataLoaded |
| Public Attributes inherited from KServiceTypePrivate | |
| 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 24 of file kmimetype_p.h.
Constructor & Destructor Documentation
◆ KMimeTypePrivate() [1/2]
|
inline |
Definition at line 29 of file kmimetype_p.h.
◆ KMimeTypePrivate() [2/2]
|
inline |
Definition at line 31 of file kmimetype_p.h.
Member Function Documentation
◆ comment()
Reimplemented from KServiceTypePrivate.
Definition at line 42 of file kmimetype_p.h.
◆ ensureXmlDataLoaded()
| void KMimeTypePrivate::ensureXmlDataLoaded | ( | ) | const |
Definition at line 617 of file kmimetype.cpp.
◆ iconName()
Definition at line 785 of file kmimetype.cpp.
◆ inherits()
Definition at line 541 of file kmimetype.cpp.
◆ patterns()
|
inline |
Definition at line 48 of file kmimetype_p.h.
◆ property()
Reimplemented from KServiceTypePrivate.
Definition at line 436 of file kmimetype.cpp.
◆ propertyNames()
|
virtual |
Reimplemented from KServiceTypePrivate.
Definition at line 448 of file kmimetype.cpp.
◆ save()
|
virtual |
Reimplemented from KServiceTypePrivate.
Definition at line 428 of file kmimetype.cpp.
◆ serviceOffersOffset()
|
virtual |
Reimplemented from KServiceTypePrivate.
Definition at line 780 of file kmimetype.cpp.
Member Data Documentation
◆ m_iconName
|
mutable |
Definition at line 62 of file kmimetype_p.h.
◆ m_lstPatterns
|
mutable |
Definition at line 61 of file kmimetype_p.h.
◆ m_xmlDataLoaded
|
mutable |
Definition at line 63 of file kmimetype_p.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.