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

  /external/webkit/WebKit/qt/Api/
qwebpluginfactory.cpp 21 #include "qwebpluginfactory.h"
24 \class QWebPluginFactory
26 \brief The QWebPluginFactory class creates plugins to be embedded into web
31 QWebPluginFactory is a factory for creating plugins for QWebPage. A plugin
36 You can provide a QWebPluginFactory by implementing the plugins() and the
49 \class QWebPluginFactory::Plugin
51 \brief the QWebPluginFactory::Plugin structure describes the properties of a plugin a QWebPluginFactory can create.
57 \variable QWebPluginFactory::Plugin::name
62 \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 19 milliseconds