KDECore
KMimeTypeFactory::MimeTypeEntry Class Reference
#include <kmimetypefactory.h>
Inheritance diagram for KMimeTypeFactory::MimeTypeEntry:
Public Types | |
| typedef KSharedPtr< MimeTypeEntry > | Ptr |
| Public Types inherited from KSycocaEntry | |
| typedef QList< Ptr > | List |
| typedef KSharedPtr< KSycocaEntry > | Ptr |
Public Member Functions | |
| MimeTypeEntry (const QString &file, const QString &name) | |
| MimeTypeEntry (QDataStream &s, int offset) | |
| int | serviceOffersOffset () const |
| void | setServiceOffersOffset (int off) |
| 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 |
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 Symbols inherited from KSycocaEntry | |
| enum | KSycocaType |
Detailed Description
Definition at line 81 of file kmimetypefactory.h.
Member Typedef Documentation
◆ Ptr
Definition at line 85 of file kmimetypefactory.h.
Constructor & Destructor Documentation
◆ MimeTypeEntry() [1/2]
Definition at line 144 of file kmimetypefactory.cpp.
◆ MimeTypeEntry() [2/2]
| KMimeTypeFactory::MimeTypeEntry::MimeTypeEntry | ( | QDataStream & | s, |
| int | offset ) |
Definition at line 149 of file kmimetypefactory.cpp.
Member Function Documentation
◆ serviceOffersOffset()
| int KMimeTypeFactory::MimeTypeEntry::serviceOffersOffset | ( | ) | const |
Definition at line 154 of file kmimetypefactory.cpp.
◆ setServiceOffersOffset()
| void KMimeTypeFactory::MimeTypeEntry::setServiceOffersOffset | ( | int | off | ) |
Definition at line 160 of file kmimetypefactory.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.16.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.