Searched defs:QWebPluginFactory (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebKit/qt/Api/
H A Dqwebpluginfactory.cpp24 \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::description
67 \variable QWebPluginFactory
116 QWebPluginFactory::QWebPluginFactory(QObject *parent) function in class:QWebPluginFactory
[all...]
H A Dqwebpluginfactory.h34 class QWEBKIT_EXPORT QWebPluginFactory : public QObject { class in inherits:QObject
51 explicit QWebPluginFactory(QObject* parent = 0);
52 virtual ~QWebPluginFactory();

Completed in 11 milliseconds