Home | History | Annotate | Download | only in Api

Lines Matching full:can

4     This library is free software; you can redistribute it and/or
32 factory can be installed on a QWebPage using QWebPage::setPluginFactory().
36 You can provide a QWebPluginFactory by implementing the plugins() and the
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
51 \brief the QWebPluginFactory::Plugin structure describes the properties of a plugin a QWebPluginFactory can create.
132 supported plugins the factory can create.
150 Implemented in subclasses to create a new plugin that can display content of
154 The HTML object element can provide parameters through the \c{<param>} tag.
187 This enum describes the types of extensions that the plugin factory can support. Before using these extensions, you
214 This virtual function can be reimplemented in a QWebPluginFactory subclass to provide support for extensions. The \a option
215 argument is provided as input to the extension; the output results can be stored in \a output.
219 You can call supportsExtension() to check if an extension is supported by the factory.