The QWebPluginFactory::MimeType structure describes a mime type supported by a plugin. More...
#include <QWebPluginFactory>
This class was introduced in Qt 4.4.
bool | operator!= ( const MimeType & other ) const |
bool | operator== ( const MimeType & other ) const |
QString | description |
QStringList | fileExtensions |
QString | name |
The QWebPluginFactory::MimeType structure describes a mime type supported by a plugin.
Returns true if this mimetype is different from the other mime type.
Returns true if this mimetype is the same as the other mime type.
The description of the mime type.
The list of file extensions that are used by this mime type.
For example, a mime type for PDF documents would return "pdf" as its file extension.
The full name of the MIME type; e.g., text/plain or image/png.