HomeSort by relevance Sort by last modified time
    Searched defs:QWebPluginFactory (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/qt/Api/
qwebpluginfactory.cpp 21 #include "qwebpluginfactory.h"
24 \class QWebPluginFactory
26 \brief The QWebPluginFactory class is used to embed custom data types in web pages.
41 QWebPluginFactory is a factory for creating plugins for QWebPage, where each
47 You provide a QWebPluginFactory by implementing the plugins() and the
64 \class QWebPluginFactory::Plugin
66 \brief The QWebPluginFactory::Plugin structure describes the properties of a plugin a QWebPluginFactory can create.
72 \variable QWebPluginFactory::Plugin::name
77 \variable QWebPluginFactory::Plugin::descriptio
    [all...]
qwebpluginfactory.h 34 class QWEBKIT_EXPORT QWebPluginFactory : public QObject {
51 explicit QWebPluginFactory(QObject* parent = 0);
52 virtual ~QWebPluginFactory();

Completed in 16 milliseconds