KDECore
#include <kmimetype_p.h>
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]
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-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from