diff -r 1b7cd7409170 -r bc68f24d5658 Documentation/Source/eric5.Helpviewer.WebPlugins.WebPluginInterface.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Documentation/Source/eric5.Helpviewer.WebPlugins.WebPluginInterface.html Wed Feb 22 09:20:53 2012 +0100 @@ -0,0 +1,125 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' +'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> +<html><head> +<title>eric5.Helpviewer.WebPlugins.WebPluginInterface</title> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body><a NAME="top" ID="top"></a> +<h1>eric5.Helpviewer.WebPlugins.WebPluginInterface</h1> +<p> +Module implementing the web plug-in interface. +</p> +<h3>Global Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Classes</h3> +<table> +<tr> +<td><a href="#WebPluginInterface">WebPluginInterface</a></td> +<td>Class implementing the web plug-in interface.</td> +</tr> +</table> +<h3>Functions</h3> +<table> +<tr><td>None</td></tr> +</table> +<hr /><hr /> +<a NAME="WebPluginInterface" ID="WebPluginInterface"></a> +<h2>WebPluginInterface</h2> +<p> + Class implementing the web plug-in interface. +</p> +<h3>Derived from</h3> +object +<h3>Class Attributes</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> +<table> +<tr> +<td><a href="#WebPluginInterface.configure">configure</a></td> +<td>Public method to configure the plug-in.</td> +</tr><tr> +<td><a href="#WebPluginInterface.create">create</a></td> +<td>Public method to create a plug-in instance for the given data.</td> +</tr><tr> +<td><a href="#WebPluginInterface.isAnonymous">isAnonymous</a></td> +<td>Public method to indicate an anonymous plug-in.</td> +</tr><tr> +<td><a href="#WebPluginInterface.metaPlugin">metaPlugin</a></td> +<td>Public method to create a meta plug-in object containing plug-in info.</td> +</tr> +</table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> +<a NAME="WebPluginInterface.configure" ID="WebPluginInterface.configure"></a> +<h4>WebPluginInterface.configure</h4> +<b>configure</b>(<i></i>) +<p> + Public method to configure the plug-in. +</p><a NAME="WebPluginInterface.create" ID="WebPluginInterface.create"></a> +<h4>WebPluginInterface.create</h4> +<b>create</b>(<i>mimeType, url, argumentNames, argumentValues</i>) +<p> + Public method to create a plug-in instance for the given data. +</p><dl> +<dt><i>mimeType</i></dt> +<dd> +MIME type for the plug-in (string) +</dd><dt><i>url</i></dt> +<dd> +URL for the plug-in (QUrl) +</dd><dt><i>argumentNames</i></dt> +<dd> +list of argument names (list of strings) +</dd><dt><i>argumentValues</i></dt> +<dd> +list of argument values (list of strings) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +reference to the created object (QWidget) +</dd> +</dl><a NAME="WebPluginInterface.isAnonymous" ID="WebPluginInterface.isAnonymous"></a> +<h4>WebPluginInterface.isAnonymous</h4> +<b>isAnonymous</b>(<i></i>) +<p> + Public method to indicate an anonymous plug-in. +</p><a NAME="WebPluginInterface.metaPlugin" ID="WebPluginInterface.metaPlugin"></a> +<h4>WebPluginInterface.metaPlugin</h4> +<b>metaPlugin</b>(<i></i>) +<p> + Public method to create a meta plug-in object containing plug-in info. +</p><dl> +<dt>Returns:</dt> +<dd> +meta plug-in object (QWebPluginFactory.Plugin) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +</body></html> \ No newline at end of file