--- a/Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyScript.html Fri Feb 16 20:15:49 2018 +0100 +++ b/Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyScript.html Fri Feb 16 20:18:29 2018 +0100 @@ -70,6 +70,9 @@ <td><a href="#GreaseMonkeyScript.__init__">GreaseMonkeyScript</a></td> <td>Constructor</td> </tr><tr> +<td><a href="#GreaseMonkeyScript.__downloadIcon">__downloadIcon</a></td> +<td>Private slot to download the script icon.</td> +</tr><tr> <td><a href="#GreaseMonkeyScript.__downloadRequires">__downloadRequires</a></td> <td>Private method to download the required scripts.</td> </tr><tr> @@ -79,6 +82,9 @@ <td><a href="#GreaseMonkeyScript.__downloaderFinished">__downloaderFinished</a></td> <td>Private slot to handle a finished download.</td> </tr><tr> +<td><a href="#GreaseMonkeyScript.__iconDownloaded">__iconDownloaded</a></td> +<td>Private slot to handle a finished download of a script icon.</td> +</tr><tr> <td><a href="#GreaseMonkeyScript.__parseScript">__parseScript</a></td> <td>Private method to parse the given script and populate the data structure.</td> </tr><tr> @@ -112,6 +118,12 @@ <td><a href="#GreaseMonkeyScript.fullName">fullName</a></td> <td>Public method to get the full name of the script.</td> </tr><tr> +<td><a href="#GreaseMonkeyScript.icon">icon</a></td> +<td>Public method to get the icon of the script.</td> +</tr><tr> +<td><a href="#GreaseMonkeyScript.iconUrl">iconUrl</a></td> +<td>Public method to get the icon URL of the script.</td> +</tr><tr> <td><a href="#GreaseMonkeyScript.include">include</a></td> <td>Public method to get the list of included URLs.</td> </tr><tr> @@ -172,7 +184,12 @@ <dd> path of the Javascript file (string) </dd> -</dl><a NAME="GreaseMonkeyScript.__downloadRequires" ID="GreaseMonkeyScript.__downloadRequires"></a> +</dl><a NAME="GreaseMonkeyScript.__downloadIcon" ID="GreaseMonkeyScript.__downloadIcon"></a> +<h4>GreaseMonkeyScript.__downloadIcon</h4> +<b>__downloadIcon</b>(<i></i>) +<p> + Private slot to download the script icon. +</p><a NAME="GreaseMonkeyScript.__downloadRequires" ID="GreaseMonkeyScript.__downloadRequires"></a> <h4>GreaseMonkeyScript.__downloadRequires</h4> <b>__downloadRequires</b>(<i></i>) <p> @@ -197,6 +214,16 @@ <dd> reference to the downloader object </dd> +</dl><a NAME="GreaseMonkeyScript.__iconDownloaded" ID="GreaseMonkeyScript.__iconDownloaded"></a> +<h4>GreaseMonkeyScript.__iconDownloaded</h4> +<b>__iconDownloaded</b>(<i>reply</i>) +<p> + Private slot to handle a finished download of a script icon. +</p><dl> +<dt><i>reply</i> (QNetworkReply)</dt> +<dd> +reference to the network reply +</dd> </dl><a NAME="GreaseMonkeyScript.__parseScript" ID="GreaseMonkeyScript.__parseScript"></a> <h4>GreaseMonkeyScript.__parseScript</h4> <b>__parseScript</b>(<i></i>) @@ -309,6 +336,31 @@ <dd> full name of the script (string) </dd> +</dl><a NAME="GreaseMonkeyScript.icon" ID="GreaseMonkeyScript.icon"></a> +<h4>GreaseMonkeyScript.icon</h4> +<b>icon</b>(<i></i>) +<p> + Public method to get the icon of the script. +</p><dl> +<dt>Returns:</dt> +<dd> +script icon +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +QIcon +</dd> +</dl><a NAME="GreaseMonkeyScript.iconUrl" ID="GreaseMonkeyScript.iconUrl"></a> +<h4>GreaseMonkeyScript.iconUrl</h4> +<b>iconUrl</b>(<i></i>) +<p> + Public method to get the icon URL of the script. +</p><dl> +<dt>Returns:</dt> +<dd> +icon URL of the script (QUrl) +</dd> </dl><a NAME="GreaseMonkeyScript.include" ID="GreaseMonkeyScript.include"></a> <h4>GreaseMonkeyScript.include</h4> <b>include</b>(<i></i>)