--- a/Documentation/Source/eric5.QScintilla.Exporters.ExporterBase.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.QScintilla.Exporters.ExporterBase.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.QScintilla.Exporters.ExporterBase</h1> <p> -Module implementing the exporter base class. +Module implementing the exporter base class. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#ExporterBase">ExporterBase</a></td> -<td>Class implementing the exporter base class.</td> +<td>Class implementing the exporter base class.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="ExporterBase" ID="ExporterBase"></a> <h2>ExporterBase</h2> <p> - Class implementing the exporter base class. + Class implementing the exporter base class. </p> <h3>Derived from</h3> QObject @@ -55,46 +55,46 @@ <table> <tr> <td><a href="#ExporterBase.__init__">ExporterBase</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#ExporterBase._getFileName">_getFileName</a></td> -<td>Protected method to get the file name of the export file from the user.</td> +<td>Protected method to get the file name of the export file from the user.</td> </tr><tr> <td><a href="#ExporterBase.exportSource">exportSource</a></td> -<td>Public method performing the export.</td> +<td>Public method performing the export.</td> </tr> </table> <a NAME="ExporterBase.__init__" ID="ExporterBase.__init__"></a> <h4>ExporterBase (Constructor)</h4> <b>ExporterBase</b>(<i>editor, parent = None</i>) <p> - Constructor + Constructor </p><dl> <dt><i>editor</i></dt> <dd> -reference to the editor object (QScintilla.Editor.Editor) +reference to the editor object (QScintilla.Editor.Editor) </dd><dt><i>parent</i></dt> <dd> -parent object of the exporter (QObject) +parent object of the exporter (QObject) </dd> </dl><a NAME="ExporterBase._getFileName" ID="ExporterBase._getFileName"></a> <h4>ExporterBase._getFileName</h4> <b>_getFileName</b>(<i>filter</i>) <p> - Protected method to get the file name of the export file from the user. + Protected method to get the file name of the export file from the user. </p><dl> <dt><i>filter</i></dt> <dd> -the filter string to be used (string). The filter for - "All Files (*)" is appended by this method. +the filter string to be used (string). The filter for + "All Files (*)" is appended by this method. </dd> </dl><a NAME="ExporterBase.exportSource" ID="ExporterBase.exportSource"></a> <h4>ExporterBase.exportSource</h4> <b>exportSource</b>(<i></i>) <p> - Public method performing the export. + Public method performing the export. </p><p> - This method must be overridden by the real exporters. + This method must be overridden by the real exporters. </p> <div align="right"><a href="#top">Up</a></div> <hr />