Documentation/Source/eric5.E5XML.DebuggerPropertiesWriter.html

changeset 615
c8dd16cc69ce
parent 440
69ace3e2dcf6
child 1228
7afaf2fca55b
child 1278
fb0460fd00b9
equal deleted inserted replaced
614:c873699a1181 615:c8dd16cc69ce
45 <p> 45 <p>
46 Class implementing the writer class for writing an XML project debugger properties 46 Class implementing the writer class for writing an XML project debugger properties
47 file. 47 file.
48 </p> 48 </p>
49 <h3>Derived from</h3> 49 <h3>Derived from</h3>
50 XMLWriterBase 50 XMLStreamWriterBase
51 <h3>Class Attributes</h3> 51 <h3>Class Attributes</h3>
52 <table> 52 <table>
53 <tr><td>None</td></tr> 53 <tr><td>None</td></tr>
54 </table> 54 </table>
55 <h3>Methods</h3> 55 <h3>Methods</h3>
62 <td>Public method to write the XML to the file.</td> 62 <td>Public method to write the XML to the file.</td>
63 </tr> 63 </tr>
64 </table> 64 </table>
65 <a NAME="DebuggerPropertiesWriter.__init__" ID="DebuggerPropertiesWriter.__init__"></a> 65 <a NAME="DebuggerPropertiesWriter.__init__" ID="DebuggerPropertiesWriter.__init__"></a>
66 <h4>DebuggerPropertiesWriter (Constructor)</h4> 66 <h4>DebuggerPropertiesWriter (Constructor)</h4>
67 <b>DebuggerPropertiesWriter</b>(<i>file, projectName</i>) 67 <b>DebuggerPropertiesWriter</b>(<i>device, projectName</i>)
68 <p> 68 <p>
69 Constructor 69 Constructor
70 </p><dl> 70 </p><dl>
71 <dt><i>file</i></dt> 71 <dt><i>device</i></dt>
72 <dd> 72 <dd>
73 open file (like) object for writing 73 reference to the I/O device to write to (QIODevice)
74 </dd><dt><i>projectName</i></dt> 74 </dd><dt><i>projectName</i></dt>
75 <dd> 75 <dd>
76 name of the project (string) 76 name of the project (string)
77 </dd> 77 </dd>
78 </dl><a NAME="DebuggerPropertiesWriter.writeXML" ID="DebuggerPropertiesWriter.writeXML"></a> 78 </dl><a NAME="DebuggerPropertiesWriter.writeXML" ID="DebuggerPropertiesWriter.writeXML"></a>

eric ide

mercurial