Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

QWebPluginFactory Class Reference
[QtWebKit module]

The QWebPluginFactory class creates plugins to be embedded into web pages. More...

 #include <QWebPluginFactory>

This class is not part of the Qt GUI Framework Edition.

Inherits QObject.

This class was introduced in Qt 4.4.


Public Types

class ExtensionOption
class ExtensionReturn
class MimeType
class Plugin
enum Extension { }

Public Functions

QWebPluginFactory ( QObject * parent = 0 )
virtual ~QWebPluginFactory ()
virtual QObject * create ( const QString & mimeType, const QUrl & url, const QStringList & argumentNames, const QStringList & argumentValues ) const = 0
virtual bool extension ( Extension extension, const ExtensionOption * option = 0, ExtensionReturn * output = 0 )
virtual QList<Plugin> plugins () const = 0
virtual void refreshPlugins ()
virtual bool supportsExtension ( Extension extension ) const
  • 29 public functions inherited from QObject

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 public slot inherited from QObject
  • 1 signal inherited from QObject
  • 5 static public members inherited from QObject
  • 7 protected functions inherited from QObject

Detailed Description

The QWebPluginFactory class creates plugins to be embedded into web pages.

QWebPluginFactory is a factory for creating plugins for QWebPage. A plugin factory can be installed on a QWebPage using QWebPage::setPluginFactory().

Note: The plugin factory is only used if plugins are enabled through QWebSettings.

You can provide a QWebPluginFactory by implementing the plugins() and the create() method. For plugins() it is necessary to describe the plugins the factory can create, including a description and the supported MIME types. The MIME types each plugin can handle should match the ones specified in in the HTML <object> tag.

The create() method is called if the requested MIME type is supported. The implementation has to return a new instance of the plugin requested for the given MIME type and the specified URL.


Member Type Documentation

enum QWebPluginFactory::Extension

This enum describes the types of extensions that the plugin factory can support. Before using these extensions, you should verify that the extension is supported by calling supportsExtension().

Currently there are no extensions.


Member Function Documentation

QWebPluginFactory::QWebPluginFactory ( QObject * parent = 0 )

Constructs a QWebPluginFactory with parent parent.

QWebPluginFactory::~QWebPluginFactory ()   [virtual]

Destructor.

QObject * QWebPluginFactory::create ( const QString & mimeType, const QUrl & url, const QStringList & argumentNames, const QStringList & argumentValues ) const   [pure virtual]

Implemented in subclasses to create a new plugin that can display content of the MIME type given by mimeType. The URL of the content is provided in url. The returned object should be a QWidget.

The HTML object element can provide parameters through the <param> tag. The name and the value attributes of these tags are specified by the argumentNames and argumentValues string lists.

For example:

 <object type="application/x-pdf" data="http://qt.nokia.com/document.pdf" width="500" height="400">
     <param name="showTableOfContents" value="true" />
     <param name="hideThumbnails" value="false" />
 </object>

The above object element will result in a call to create() with the following arguments:

ParameterValue
mimeType"application/x-pdf"
url"http://qt.nokia.com/document.pdf"
argumentNames"showTableOfContents" "hideThumbnails"
argumentVaues"true" "false"

Note: Ownership of the returned object will be transferred to the caller.

bool QWebPluginFactory::extension ( Extension extension, const ExtensionOption * option = 0, ExtensionReturn * output = 0 )   [virtual]

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.

QList<Plugin> QWebPluginFactory::plugins () const   [pure virtual]

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.

void QWebPluginFactory::refreshPlugins ()   [virtual]

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.

bool QWebPluginFactory::supportsExtension ( Extension extension ) const   [virtual]

This virtual function returns true if the plugin factory supports extension; otherwise false is returned.

See also extension().

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 64
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. BlackBerry 10 : premières images du prochain OS de RIM qui devrait intégrer des widgets et des tuiles inspirées de Windows Phone 0
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  7. La rubrique Qt a besoin de vous ! 1
Page suivante

Le Qt Developer Network au hasard

Logo

Comment fermer une application

Le Qt Developer Network est un réseau de développeurs Qt anglophone, où ils peuvent partager leur expérience sur le framework. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

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.6
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 !
 
 
 
 
Partenaires

Hébergement Web