Home | History | Annotate | Download | only in Api

Lines Matching refs:extension

125     For example, a mime type for PDF documents would return "pdf" as its file extension.
200 \enum QWebPluginFactory::Extension
204 should verify that the extension is supported by calling supportsExtension().
213 \brief The ExtensionOption class provides an extended input argument to QWebPluginFactory's extension support.
217 \sa QWebPluginFactory::extension()
224 \brief The ExtensionOption class provides an extended output argument to QWebPluginFactory's extension support.
228 \sa QWebPluginFactory::extension()
233 argument is provided as input to the extension; the output results can be stored in \a output.
237 The behaviour of this function is determined by \a extension.
239 You can call supportsExtension() to check if an extension is supported by the factory.
243 \sa supportsExtension(), Extension
245 bool QWebPluginFactory::extension(Extension extension, const ExtensionOption *option, ExtensionReturn *output)
247 Q_UNUSED(extension)
254 This virtual function returns true if the plugin factory supports \a extension; otherwise false is returned.
258 \sa extension()
260 bool QWebPluginFactory::supportsExtension(Extension extension) const
262 Q_UNUSED(extension)