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

changeset 7232
0b840f7ed593
parent 6942
2602857055c5
child 7273
391d6b7b1eff
equal deleted inserted replaced
7231:0dcb92a9687d 7232:0b840f7ed593
95 <td>Private slot to handle a downloader error.</td> 95 <td>Private slot to handle a downloader error.</td>
96 </tr><tr> 96 </tr><tr>
97 <td><a href="#GreaseMonkeyScript.__requireDownloaded">__requireDownloaded</a></td> 97 <td><a href="#GreaseMonkeyScript.__requireDownloaded">__requireDownloaded</a></td>
98 <td>Private slot to handle a finished download of a required script.</td> 98 <td>Private slot to handle a finished download of a required script.</td>
99 </tr><tr> 99 </tr><tr>
100 <td><a href="#GreaseMonkeyScript.__toJavaScriptList">__toJavaScriptList</a></td>
101 <td>Private method to convert a list of str to a string containing a valid JavaScript list definition.</td>
102 </tr><tr>
103 <td><a href="#GreaseMonkeyScript.__watchedFileChanged">__watchedFileChanged</a></td> 100 <td><a href="#GreaseMonkeyScript.__watchedFileChanged">__watchedFileChanged</a></td>
104 <td>Private slot handling changes of the script file.</td> 101 <td>Private slot handling changes of the script file.</td>
105 </tr><tr> 102 </tr><tr>
106 <td><a href="#GreaseMonkeyScript.description">description</a></td> 103 <td><a href="#GreaseMonkeyScript.description">description</a></td>
107 <td>Public method to get the description of the script.</td> 104 <td>Public method to get the description of the script.</td>
253 </p><dl> 250 </p><dl>
254 <dt><i>downloader</i> (GreaseMonkeyDownloader)</dt> 251 <dt><i>downloader</i> (GreaseMonkeyDownloader)</dt>
255 <dd> 252 <dd>
256 reference to the downloader object 253 reference to the downloader object
257 </dd> 254 </dd>
258 </dl><a NAME="GreaseMonkeyScript.__toJavaScriptList" ID="GreaseMonkeyScript.__toJavaScriptList"></a>
259 <h4>GreaseMonkeyScript.__toJavaScriptList</h4>
260 <b>__toJavaScriptList</b>(<i>patterns</i>)
261 <p>
262 Private method to convert a list of str to a string containing a valid
263 JavaScript list definition.
264 </p><dl>
265 <dt><i>patterns</i> (list of str)</dt>
266 <dd>
267 list of match patterns
268 </dd>
269 </dl><dl>
270 <dt>Returns:</dt>
271 <dd>
272 JavaScript script containing the list
273 </dd>
274 </dl><dl>
275 <dt>Return Type:</dt>
276 <dd>
277 str
278 </dd>
279 </dl><a NAME="GreaseMonkeyScript.__watchedFileChanged" ID="GreaseMonkeyScript.__watchedFileChanged"></a> 255 </dl><a NAME="GreaseMonkeyScript.__watchedFileChanged" ID="GreaseMonkeyScript.__watchedFileChanged"></a>
280 <h4>GreaseMonkeyScript.__watchedFileChanged</h4> 256 <h4>GreaseMonkeyScript.__watchedFileChanged</h4>
281 <b>__watchedFileChanged</b>(<i>fileName</i>) 257 <b>__watchedFileChanged</b>(<i>fileName</i>)
282 <p> 258 <p>
283 Private slot handling changes of the script file. 259 Private slot handling changes of the script file.
509 </dl><dl> 485 </dl><dl>
510 <dt>Return Type:</dt> 486 <dt>Return Type:</dt>
511 <dd> 487 <dd>
512 QWebEngineScript 488 QWebEngineScript
513 </dd> 489 </dd>
514 </dl><dl>
515 <dt>Raises <b>ValueError</b>:</dt>
516 <dd>
517 raised to indicate an unsupported start point
518 </dd>
519 </dl> 490 </dl>
520 <div align="right"><a href="#top">Up</a></div> 491 <div align="right"><a href="#top">Up</a></div>
521 <hr /> 492 <hr />
522 </body></html> 493 </body></html>

eric ide

mercurial