Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyUrlInterceptor.html

changeset 4918
71caf42a13d8
diff -r 682750cc7bd5 -r 71caf42a13d8 Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyUrlInterceptor.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyUrlInterceptor.html	Sun Apr 03 17:10:43 2016 +0200
@@ -0,0 +1,94 @@
+<!DOCTYPE html>
+<html><head>
+<title>eric6.WebBrowser.GreaseMonkey.GreaseMonkeyUrlInterceptor</title>
+<meta charset="UTF-8">
+<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>eric6.WebBrowser.GreaseMonkey.GreaseMonkeyUrlInterceptor</h1>
+<p>
+Module implementing a handler for GreaseMonkey related URLs.
+</p>
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+<table>
+<tr>
+<td><a href="#GreaseMonkeyUrlInterceptor">GreaseMonkeyUrlInterceptor</a></td>
+<td>Class implementing a handler for GreaseMonkey related URLs.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<hr /><hr />
+<a NAME="GreaseMonkeyUrlInterceptor" ID="GreaseMonkeyUrlInterceptor"></a>
+<h2>GreaseMonkeyUrlInterceptor</h2>
+<p>
+    Class implementing a handler for GreaseMonkey related URLs.
+</p>
+<h3>Derived from</h3>
+UrlInterceptor
+<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="#GreaseMonkeyUrlInterceptor.__init__">GreaseMonkeyUrlInterceptor</a></td>
+<td>Constructor</td>
+</tr><tr>
+<td><a href="#GreaseMonkeyUrlInterceptor.interceptRequest">interceptRequest</a></td>
+<td>Public method to handle a GreaseMonkey request.</td>
+</tr>
+</table>
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<a NAME="GreaseMonkeyUrlInterceptor.__init__" ID="GreaseMonkeyUrlInterceptor.__init__"></a>
+<h4>GreaseMonkeyUrlInterceptor (Constructor)</h4>
+<b>GreaseMonkeyUrlInterceptor</b>(<i>manager</i>)
+<p>
+        Constructor
+</p><dl>
+<dt><i>manager</i> (GreaseMonkeyManager)</dt>
+<dd>
+reference to the GreaseMonkey manager
+</dd>
+</dl><a NAME="GreaseMonkeyUrlInterceptor.interceptRequest" ID="GreaseMonkeyUrlInterceptor.interceptRequest"></a>
+<h4>GreaseMonkeyUrlInterceptor.interceptRequest</h4>
+<b>interceptRequest</b>(<i>info</i>)
+<p>
+        Public method to handle a GreaseMonkey request.
+</p><dl>
+<dt><i>info</i> (QWebEngineUrlRequestInfo)</dt>
+<dd>
+request info object
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file

eric ide

mercurial