Documentation/Source/eric6.UI.Previewers.PreviewerHTML.html

changeset 5845
f3d2172d663e
parent 5837
9ef6a28f1694
child 5846
b3cc692e3bfe
diff -r 1294772ac8e6 -r f3d2172d663e Documentation/Source/eric6.UI.Previewers.PreviewerHTML.html
--- a/Documentation/Source/eric6.UI.Previewers.PreviewerHTML.html	Fri Aug 11 14:41:23 2017 +0200
+++ b/Documentation/Source/eric6.UI.Previewers.PreviewerHTML.html	Fri Aug 11 17:50:49 2017 +0200
@@ -52,10 +52,11 @@
     previewer view.
 </p><h3>Signals</h3>
 <dl>
-<dt>htmlReady(str,str)</dt>
+<dt>htmlReady(str, str, str)</dt>
 <dd>
-emitted with the file name and processed HTML
-        to signal the availability of the processed HTML
+emitted with the file name, the processed
+        HTML and the web site root path to signal the availability of the
+        processed HTML
 </dd>
 </dl>
 <h3>Derived from</h3>
@@ -343,6 +344,9 @@
 <td><a href="#PreviewerHTML.__setJavaScriptEnabled">__setJavaScriptEnabled</a></td>
 <td>Private method to enable/disable JavaScript.</td>
 </tr><tr>
+<td><a href="#PreviewerHTML.__showLink">__showLink</a></td>
+<td>Private slot to show the hovered link in a tooltip.</td>
+</tr><tr>
 <td><a href="#PreviewerHTML.on_jsCheckBox_clicked">on_jsCheckBox_clicked</a></td>
 <td>Private slot to enable/disable JavaScript.</td>
 </tr><tr>
@@ -411,17 +415,20 @@
         Private method to save scroll bar positions for a previewed editor.
 </p><a NAME="PreviewerHTML.__setHtml" ID="PreviewerHTML.__setHtml"></a>
 <h4>PreviewerHTML.__setHtml</h4>
-<b>__setHtml</b>(<i>filePath, html</i>)
+<b>__setHtml</b>(<i>filePath, html, rootPath</i>)
 <p>
         Private method to set the HTML to the view and restore the scroll bars
         positions.
 </p><dl>
-<dt><i>filePath</i></dt>
+<dt><i>filePath</i> (str)</dt>
+<dd>
+file path of the previewed editor
+</dd><dt><i>html</i> (str)</dt>
 <dd>
-file path of the previewed editor (string)
-</dd><dt><i>html</i></dt>
+processed HTML text ready to be shown
+</dd><dt><i>rootPath</i> (str)</dt>
 <dd>
-processed HTML text ready to be shown (string)
+path of the web site root
 </dd>
 </dl><a NAME="PreviewerHTML.__setJavaScriptEnabled" ID="PreviewerHTML.__setJavaScriptEnabled"></a>
 <h4>PreviewerHTML.__setJavaScriptEnabled</h4>
@@ -433,6 +440,16 @@
 <dd>
 flag indicating the enable state (boolean)
 </dd>
+</dl><a NAME="PreviewerHTML.__showLink" ID="PreviewerHTML.__showLink"></a>
+<h4>PreviewerHTML.__showLink</h4>
+<b>__showLink</b>(<i>urlStr</i>)
+<p>
+        Private slot to show the hovered link in a tooltip.
+</p><dl>
+<dt><i>urlStr</i> (str)</dt>
+<dd>
+hovered URL
+</dd>
 </dl><a NAME="PreviewerHTML.on_jsCheckBox_clicked" ID="PreviewerHTML.on_jsCheckBox_clicked"></a>
 <h4>PreviewerHTML.on_jsCheckBox_clicked</h4>
 <b>on_jsCheckBox_clicked</b>(<i>checked</i>)

eric ide

mercurial