diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.Helpviewer.OpenSearch.OpenSearchWriter.html --- a/Documentation/Source/eric5.Helpviewer.OpenSearch.OpenSearchWriter.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.Helpviewer.OpenSearch.OpenSearchWriter.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Helpviewer.OpenSearch.OpenSearchWriter</h1> <p> -Module implementing a writer for open search engine descriptions. +Module implementing a writer for open search engine descriptions. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#OpenSearchWriter">OpenSearchWriter</a></td> -<td>Class implementing a writer for open search engine descriptions.</td> +<td>Class implementing a writer for open search engine descriptions.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="OpenSearchWriter" ID="OpenSearchWriter"></a> <h2>OpenSearchWriter</h2> <p> - Class implementing a writer for open search engine descriptions. + Class implementing a writer for open search engine descriptions. </p> <h3>Derived from</h3> QXmlStreamWriter @@ -55,42 +55,42 @@ <table> <tr> <td><a href="#OpenSearchWriter.__init__">OpenSearchWriter</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#OpenSearchWriter.__write">__write</a></td> -<td>Private method to write the description of an engine.</td> +<td>Private method to write the description of an engine.</td> </tr><tr> <td><a href="#OpenSearchWriter.write">write</a></td> -<td>Public method to write the description of an engine.</td> +<td>Public method to write the description of an engine.</td> </tr> </table> <a NAME="OpenSearchWriter.__init__" ID="OpenSearchWriter.__init__"></a> <h4>OpenSearchWriter (Constructor)</h4> <b>OpenSearchWriter</b>(<i></i>) <p> - Constructor + Constructor </p><a NAME="OpenSearchWriter.__write" ID="OpenSearchWriter.__write"></a> <h4>OpenSearchWriter.__write</h4> <b>__write</b>(<i>engine</i>) <p> - Private method to write the description of an engine. + Private method to write the description of an engine. </p><dl> <dt><i>engine</i></dt> <dd> -reference to the engine (OpenSearchEngine) +reference to the engine (OpenSearchEngine) </dd> </dl><a NAME="OpenSearchWriter.write" ID="OpenSearchWriter.write"></a> <h4>OpenSearchWriter.write</h4> <b>write</b>(<i>device, engine</i>) <p> - Public method to write the description of an engine. + Public method to write the description of an engine. </p><dl> <dt><i>device</i></dt> <dd> -reference to the device to write to (QIODevice) +reference to the device to write to (QIODevice) </dd><dt><i>engine</i></dt> <dd> -reference to the engine (OpenSearchEngine) +reference to the engine (OpenSearchEngine) </dd> </dl> <div align="right"><a href="#top">Up</a></div>