src/eric7/Documentation/Source/eric7.UI.Previewer.html

branch
eric7
changeset 10479
856476537696
parent 10259
b51dfacef37f
child 10684
58c7f23ae1cb
--- a/src/eric7/Documentation/Source/eric7.UI.Previewer.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.UI.Previewer.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,54 +7,51 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.UI.Previewer</h1>
-
 <p>
 Module implementing a previewer widget for HTML, Markdown and ReST files.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#Previewer">Previewer</a></td>
 <td>Class implementing a previewer widget containing a stack of specialized previewers.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="Previewer" ID="Previewer"></a>
 <h2>Previewer</h2>
-
 <p>
     Class implementing a previewer widget containing a stack of
     specialized previewers.
 </p>
+
 <h3>Derived from</h3>
 QStackedWidget
 <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="#Previewer.__init__">Previewer</a></td>
 <td>Constructor</td>
@@ -108,19 +105,20 @@
 <td>Public method to perform shutdown actions.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="Previewer.__init__" ID="Previewer.__init__"></a>
 <h4>Previewer (Constructor)</h4>
 <b>Previewer</b>(<i>viewmanager, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>viewmanager</i> (ViewManager)</dt>
@@ -135,10 +133,10 @@
 <a NAME="Previewer.__editorChanged" ID="Previewer.__editorChanged"></a>
 <h4>Previewer.__editorChanged</h4>
 <b>__editorChanged</b>(<i>editor</i>)
-
 <p>
         Private slot to handle a change of the current editor.
 </p>
+
 <dl>
 
 <dt><i>editor</i> (Editor)</dt>
@@ -149,10 +147,10 @@
 <a NAME="Previewer.__editorLanguageChanged" ID="Previewer.__editorLanguageChanged"></a>
 <h4>Previewer.__editorLanguageChanged</h4>
 <b>__editorLanguageChanged</b>(<i>editor</i>)
-
 <p>
         Private slot to handle a change of the current editor's language.
 </p>
+
 <dl>
 
 <dt><i>editor</i> (Editor)</dt>
@@ -163,10 +161,10 @@
 <a NAME="Previewer.__editorTextChanged" ID="Previewer.__editorTextChanged"></a>
 <h4>Previewer.__editorTextChanged</h4>
 <b>__editorTextChanged</b>(<i>editor</i>)
-
 <p>
         Private slot to handle changes of an editor's text.
 </p>
+
 <dl>
 
 <dt><i>editor</i> (Editor)</dt>
@@ -177,11 +175,11 @@
 <a NAME="Previewer.__isPreviewable" ID="Previewer.__isPreviewable"></a>
 <h4>Previewer.__isPreviewable</h4>
 <b>__isPreviewable</b>(<i>editor</i>)
-
 <p>
         Private method to check, if a preview can be shown for the given
         editor.
 </p>
+
 <dl>
 
 <dt><i>editor</i> (Editor)</dt>
@@ -204,10 +202,10 @@
 <a NAME="Previewer.__previewStateChanged" ID="Previewer.__previewStateChanged"></a>
 <h4>Previewer.__previewStateChanged</h4>
 <b>__previewStateChanged</b>(<i>on</i>)
-
 <p>
         Private slot to toggle the display of the preview.
 </p>
+
 <dl>
 
 <dt><i>on</i> (bool)</dt>
@@ -218,38 +216,38 @@
 <a NAME="Previewer.__processEditor" ID="Previewer.__processEditor"></a>
 <h4>Previewer.__processEditor</h4>
 <b>__processEditor</b>(<i></i>)
-
 <p>
         Private slot to schedule the processing of the current editor's text.
 </p>
+
 <a NAME="Previewer.__splitterMoved" ID="Previewer.__splitterMoved"></a>
 <h4>Previewer.__splitterMoved</h4>
 <b>__splitterMoved</b>(<i></i>)
-
 <p>
         Private slot to handle the movement of the embedding splitter's handle.
 </p>
+
 <a NAME="Previewer.hide" ID="Previewer.hide"></a>
 <h4>Previewer.hide</h4>
 <b>hide</b>(<i></i>)
-
 <p>
         Public method to hide the preview widget.
 </p>
+
 <a NAME="Previewer.preferencesChanged" ID="Previewer.preferencesChanged"></a>
 <h4>Previewer.preferencesChanged</h4>
 <b>preferencesChanged</b>(<i></i>)
-
 <p>
         Public slot handling a change of preferences.
 </p>
+
 <a NAME="Previewer.setSplitter" ID="Previewer.setSplitter"></a>
 <h4>Previewer.setSplitter</h4>
 <b>setSplitter</b>(<i>splitter</i>)
-
 <p>
         Public method to set the splitter.
 </p>
+
 <dl>
 
 <dt><i>splitter</i> (QSplitter)</dt>
@@ -260,17 +258,17 @@
 <a NAME="Previewer.show" ID="Previewer.show"></a>
 <h4>Previewer.show</h4>
 <b>show</b>(<i></i>)
-
 <p>
         Public method to show the preview widget.
 </p>
+
 <a NAME="Previewer.shutdown" ID="Previewer.shutdown"></a>
 <h4>Previewer.shutdown</h4>
 <b>shutdown</b>(<i></i>)
-
 <p>
         Public method to perform shutdown actions.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial