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

branch
eric7
changeset 10479
856476537696
parent 10433
328f3ec4b77a
--- a/src/eric7/Documentation/Source/eric7.UI.LogView.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.UI.LogView.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,19 +7,17 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.UI.LogView</h1>
-
 <p>
 Module implementing the log viewer widget and the log widget.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#LogViewer">LogViewer</a></td>
 <td>Class implementing the containing widget for the log viewer.</td>
@@ -29,35 +27,34 @@
 <td>Class providing a specialized text edit for displaying logging information.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="LogViewer" ID="LogViewer"></a>
 <h2>LogViewer</h2>
-
 <p>
     Class implementing the containing widget for the log viewer.
 </p>
+
 <h3>Derived from</h3>
 QWidget
 <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="#LogViewer.__init__">LogViewer</a></td>
 <td>Constructor</td>
@@ -79,19 +76,20 @@
 <td>Public method to display the search widget.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="LogViewer.__init__" ID="LogViewer.__init__"></a>
 <h4>LogViewer (Constructor)</h4>
 <b>LogViewer</b>(<i>ui, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>ui</i> (UserInterface)</dt>
@@ -106,10 +104,10 @@
 <a NAME="LogViewer.appendToStderr" ID="LogViewer.appendToStderr"></a>
 <h4>LogViewer.appendToStderr</h4>
 <b>appendToStderr</b>(<i>txt</i>)
-
 <p>
         Public slot to appand text to the "stderr" tab.
 </p>
+
 <dl>
 
 <dt><i>txt</i> (str)</dt>
@@ -120,10 +118,10 @@
 <a NAME="LogViewer.appendToStdout" ID="LogViewer.appendToStdout"></a>
 <h4>LogViewer.appendToStdout</h4>
 <b>appendToStdout</b>(<i>txt</i>)
-
 <p>
         Public slot to appand text to the "stdout" tab.
 </p>
+
 <dl>
 
 <dt><i>txt</i> (str)</dt>
@@ -134,17 +132,17 @@
 <a NAME="LogViewer.preferencesChanged" ID="LogViewer.preferencesChanged"></a>
 <h4>LogViewer.preferencesChanged</h4>
 <b>preferencesChanged</b>(<i></i>)
-
 <p>
         Public slot to handle a change of the preferences.
 </p>
+
 <a NAME="LogViewer.showFind" ID="LogViewer.showFind"></a>
 <h4>LogViewer.showFind</h4>
 <b>showFind</b>(<i>txt=""</i>)
-
 <p>
         Public method to display the search widget.
 </p>
+
 <dl>
 
 <dt><i>txt</i> (str)</dt>
@@ -157,10 +155,10 @@
 <hr />
 <a NAME="LogViewerEdit" ID="LogViewerEdit"></a>
 <h2>LogViewerEdit</h2>
-
 <p>
     Class providing a specialized text edit for displaying logging information.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -173,19 +171,17 @@
 <h3>Derived from</h3>
 QTextEdit
 <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="#LogViewerEdit.__init__">LogViewerEdit</a></td>
 <td>Constructor</td>
@@ -235,19 +231,20 @@
 <td>Public method to search the previous occurrence of the given text.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="LogViewerEdit.__init__" ID="LogViewerEdit.__init__"></a>
 <h4>LogViewerEdit (Constructor)</h4>
 <b>LogViewerEdit</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -258,10 +255,10 @@
 <a NAME="LogViewerEdit.__appendText" ID="LogViewerEdit.__appendText"></a>
 <h4>LogViewerEdit.__appendText</h4>
 <b>__appendText</b>(<i>txt, isErrorMessage=False</i>)
-
 <p>
         Private method to append text to the end.
 </p>
+
 <dl>
 
 <dt><i>txt</i> (str)</dt>
@@ -276,17 +273,17 @@
 <a NAME="LogViewerEdit.__configure" ID="LogViewerEdit.__configure"></a>
 <h4>LogViewerEdit.__configure</h4>
 <b>__configure</b>(<i></i>)
-
 <p>
         Private method to open the configuration dialog.
 </p>
+
 <a NAME="LogViewerEdit.__filterMessage" ID="LogViewerEdit.__filterMessage"></a>
 <h4>LogViewerEdit.__filterMessage</h4>
 <b>__filterMessage</b>(<i>message, isErrorMessage=False</i>)
-
 <p>
         Private method to filter messages.
 </p>
+
 <dl>
 
 <dt><i>message</i> (str)</dt>
@@ -313,17 +310,17 @@
 <a NAME="LogViewerEdit.__find" ID="LogViewerEdit.__find"></a>
 <h4>LogViewerEdit.__find</h4>
 <b>__find</b>(<i></i>)
-
 <p>
         Private slot to show the find widget.
 </p>
+
 <a NAME="LogViewerEdit.__handleShowContextMenu" ID="LogViewerEdit.__handleShowContextMenu"></a>
 <h4>LogViewerEdit.__handleShowContextMenu</h4>
 <b>__handleShowContextMenu</b>(<i>coord</i>)
-
 <p>
         Private slot to show the context menu.
 </p>
+
 <dl>
 
 <dt><i>coord</i> (QPoint)</dt>
@@ -334,10 +331,10 @@
 <a NAME="LogViewerEdit.appendToStderr" ID="LogViewerEdit.appendToStderr"></a>
 <h4>LogViewerEdit.appendToStderr</h4>
 <b>appendToStderr</b>(<i>txt</i>)
-
 <p>
         Public slot to append text to the "stderr" tab.
 </p>
+
 <dl>
 
 <dt><i>txt</i> (str)</dt>
@@ -360,10 +357,10 @@
 <a NAME="LogViewerEdit.appendToStdout" ID="LogViewerEdit.appendToStdout"></a>
 <h4>LogViewerEdit.appendToStdout</h4>
 <b>appendToStdout</b>(<i>txt</i>)
-
 <p>
         Public slot to append text to the "stdout" tab.
 </p>
+
 <dl>
 
 <dt><i>txt</i> (str)</dt>
@@ -386,10 +383,10 @@
 <a NAME="LogViewerEdit.keyPressEvent" ID="LogViewerEdit.keyPressEvent"></a>
 <h4>LogViewerEdit.keyPressEvent</h4>
 <b>keyPressEvent</b>(<i>evt</i>)
-
 <p>
         Protected method handling key press events.
 </p>
+
 <dl>
 
 <dt><i>evt</i> (QKeyEvent)</dt>
@@ -400,17 +397,17 @@
 <a NAME="LogViewerEdit.preferencesChanged" ID="LogViewerEdit.preferencesChanged"></a>
 <h4>LogViewerEdit.preferencesChanged</h4>
 <b>preferencesChanged</b>(<i></i>)
-
 <p>
         Public slot to handle a change of the preferences.
 </p>
+
 <a NAME="LogViewerEdit.searchNext" ID="LogViewerEdit.searchNext"></a>
 <h4>LogViewerEdit.searchNext</h4>
 <b>searchNext</b>(<i>txt, caseSensitive, wholeWord, regexp</i>)
-
 <p>
         Public method to search the next occurrence of the given text.
 </p>
+
 <dl>
 
 <dt><i>txt</i> (str)</dt>
@@ -433,10 +430,10 @@
 <a NAME="LogViewerEdit.searchPrev" ID="LogViewerEdit.searchPrev"></a>
 <h4>LogViewerEdit.searchPrev</h4>
 <b>searchPrev</b>(<i>txt, caseSensitive, wholeWord, regexp</i>)
-
 <p>
         Public method to search the previous occurrence of the given text.
 </p>
+
 <dl>
 
 <dt><i>txt</i> (str)</dt>
@@ -458,4 +455,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial