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.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.