Lines Matching full:mime
38 factory can create, including a description and the supported MIME types.
39 The MIME types each plugin can handle should match the ones specified in
42 The create() method is called if the requested MIME type is supported. The
44 given MIME type and the specified URL.
68 The list of mime types supported by the plugin.
74 \brief The QWebPluginFactory::MimeType structure describes a mime type supported by a plugin.
80 Returns true if this mimetype is the same as the \a other mime type.
92 Returns true if this mimetype is different from the \a other mime type.
98 The full name of the MIME type; e.g., \c{text/plain} or \c{image/png}.
103 The description of the mime type.
108 The list of file extensions that are used by this mime type.
110 For example, a mime type for PDF documents would return "pdf" as its file extension.
151 the MIME type given by \a mimeType. The URL of the content is provided in \a url.