KMimeMagicResult Class Reference
This class or method is obsolete, it is provided for compatibility only. Use KMimeType::findByContent() instead May be removed in KDE 4.0 Returned by KMimeMagicfind
...Type methods.
More...
#include <kmimemagic.h>
Collaboration diagram for KMimeMagicResult:

Public Member Functions | |
QString | mimeType () const |
Retrieve the mimetype (e.g. | |
int | accuracy () const |
Retrieve the accuracy of the matching. | |
bool | isValid () const |
Returns whether the result is valid (i.e. | |
void | setMimeType (const QString &_mime) |
void | setAccuracy (int _accuracy) |
void | setInvalid () |
Protected Attributes | |
QString | m_strMimeType |
int | m_iAccuracy |
Detailed Description
This class or method is obsolete, it is provided for compatibility only. Use KMimeType::findByContent() instead May be removed in KDE 4.0 Returned by KMimeMagicfind
...Type methods.
It contains the mimetype and the encoding of the file or buffer read.
Definition at line 45 of file kmimemagic.h.
Member Function Documentation
|
Retrieve the mimetype (e.g. "text/html") of the file or buffer parsed. Definition at line 54 of file kmimemagic.h. Referenced by KMimeType::findByContent(), KMimeType::findByFileContent(), and KMimeType::findByURL(). |
|
Retrieve the accuracy of the matching.
Definition at line 58 of file kmimemagic.h. Referenced by KMimeType::findByContent(), and KMimeType::findByFileContent(). |
|
Returns whether the result is valid (i.e. mimetype not empty). Definition at line 62 of file kmimemagic.h. References QString::isEmpty(). Referenced by KMimeType::findByContent(), KMimeType::findByFileContent(), and KMimeType::findByURL(). |
The documentation for this class was generated from the following file: