diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.UI.LogView.html --- a/Documentation/Source/eric5.UI.LogView.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.UI.LogView.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.UI.LogView</h1> <p> -Module implementing the log viewer widget and the log widget. +Module implementing the log viewer widget and the log widget. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#LogViewer">LogViewer</a></td> -<td>Class providing a specialized text edit for displaying logging information.</td> +<td>Class providing a specialized text edit for displaying logging information.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="LogViewer" ID="LogViewer"></a> <h2>LogViewer</h2> <p> - Class providing a specialized text edit for displaying logging information. + Class providing a specialized text edit for displaying logging information. </p> <h3>Derived from</h3> QTextEdit @@ -55,90 +55,90 @@ <table> <tr> <td><a href="#LogViewer.__init__">LogViewer</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#LogViewer.__appendText">__appendText</a></td> -<td>Public method to append text to the end.</td> +<td>Public method to append text to the end.</td> </tr><tr> <td><a href="#LogViewer.__configure">__configure</a></td> -<td>Private method to open the configuration dialog.</td> +<td>Private method to open the configuration dialog.</td> </tr><tr> <td><a href="#LogViewer.__handleShowContextMenu">__handleShowContextMenu</a></td> -<td>Private slot to show the context menu.</td> +<td>Private slot to show the context menu.</td> </tr><tr> <td><a href="#LogViewer.appendToStderr">appendToStderr</a></td> -<td>Public slot to appand text to the "stderr" tab.</td> +<td>Public slot to appand text to the "stderr" tab.</td> </tr><tr> <td><a href="#LogViewer.appendToStdout">appendToStdout</a></td> -<td>Public slot to appand text to the "stdout" tab.</td> +<td>Public slot to appand text to the "stdout" tab.</td> </tr><tr> <td><a href="#LogViewer.preferencesChanged">preferencesChanged</a></td> -<td>Public slot to handle a change of the preferences.</td> +<td>Public slot to handle a change of the preferences.</td> </tr> </table> <a NAME="LogViewer.__init__" ID="LogViewer.__init__"></a> <h4>LogViewer (Constructor)</h4> <b>LogViewer</b>(<i>parent = None</i>) <p> - Constructor + Constructor </p><dl> <dt><i>parent</i></dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget (QWidget) </dd> </dl><a NAME="LogViewer.__appendText" ID="LogViewer.__appendText"></a> <h4>LogViewer.__appendText</h4> <b>__appendText</b>(<i>txt, error = False</i>) <p> - Public method to append text to the end. + Public method to append text to the end. </p><dl> <dt><i>txt</i></dt> <dd> -text to insert (string) +text to insert (string) </dd><dt><i>error</i></dt> <dd> -flag indicating to insert error text (boolean) +flag indicating to insert error text (boolean) </dd> </dl><a NAME="LogViewer.__configure" ID="LogViewer.__configure"></a> <h4>LogViewer.__configure</h4> <b>__configure</b>(<i></i>) <p> - Private method to open the configuration dialog. + Private method to open the configuration dialog. </p><a NAME="LogViewer.__handleShowContextMenu" ID="LogViewer.__handleShowContextMenu"></a> <h4>LogViewer.__handleShowContextMenu</h4> <b>__handleShowContextMenu</b>(<i>coord</i>) <p> - Private slot to show the context menu. + Private slot to show the context menu. </p><dl> <dt><i>coord</i></dt> <dd> -the position of the mouse pointer (QPoint) +the position of the mouse pointer (QPoint) </dd> </dl><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. + Public slot to appand text to the "stderr" tab. </p><dl> <dt><i>txt</i></dt> <dd> -text to be appended (string) +text to be appended (string) </dd> </dl><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. + Public slot to appand text to the "stdout" tab. </p><dl> <dt><i>txt</i></dt> <dd> -text to be appended (string) +text to be appended (string) </dd> </dl><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. + Public slot to handle a change of the preferences. </p> <div align="right"><a href="#top">Up</a></div> <hr />