Documentation/Source/eric5.E5XML.TasksWriter.html

changeset 603
7f620c649182
parent 440
69ace3e2dcf6
child 945
8cd4d08fa9f6
child 1278
fb0460fd00b9
--- a/Documentation/Source/eric5.E5XML.TasksWriter.html	Sun Sep 12 19:36:57 2010 +0200
+++ b/Documentation/Source/eric5.E5XML.TasksWriter.html	Sun Sep 12 19:38:36 2010 +0200
@@ -46,7 +46,7 @@
     Class implementing the writer class for writing an XML tasks file.
 </p>
 <h3>Derived from</h3>
-XMLWriterBase
+XMLStreamWriterBase
 <h3>Class Attributes</h3>
 <table>
 <tr><td>None</td></tr>
@@ -63,13 +63,13 @@
 </table>
 <a NAME="TasksWriter.__init__" ID="TasksWriter.__init__"></a>
 <h4>TasksWriter (Constructor)</h4>
-<b>TasksWriter</b>(<i>file, forProject = False, projectName=""</i>)
+<b>TasksWriter</b>(<i>device, forProject = False, projectName = ""</i>)
 <p>
         Constructor
 </p><dl>
-<dt><i>file</i></dt>
+<dt><i>device</i></dt>
 <dd>
-open file (like) object for writing
+reference to the I/O device to write to (QIODevice)
 </dd><dt><i>forProject</i></dt>
 <dd>
 flag indicating project related mode (boolean)

eric ide

mercurial