QWebPluginFactory Class Reference |
Parameter | Value |
---|---|
mimeType | "application/x-pdf" |
url | "http://www.trolltech.com/document.pdf" |
argumentNames | "showTableOfContents" "hideThumbnails" |
argumentVaues | "true" "false" |
Note: Ownership of the returned object will be transferred to the caller.
This virtual function can be reimplemented in a QWebPluginFactory subclass to provide support for extensions. The option argument is provided as input to the extension; the output results can be stored in output.
The behaviour of this function is determined by extension.
You can call supportsExtension() to check if an extension is supported by the factory.
By default, no extensions are supported, and this function returns false.
See also supportsExtension() and Extension.
This function is reimplemented in subclasses to return a list of supported plugins the factory can create.
Note: Currently, this function is only called when JavaScript programs access the global plugins or mimetypes objects.
This function is called to refresh the list of supported plugins. It may be called after a new plugin has been installed in the system.
This virtual function returns true if the plugin factory supports extension; otherwise false is returned.
See also extension().
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt 4.4 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com