|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.E5XML.DebuggerPropertiesReader</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body><a NAME="top" ID="top"></a> |
|
22 <h1>eric6.E5XML.DebuggerPropertiesReader</h1> |
|
23 <p> |
|
24 Module implementing a class for reading an XML project debugger properties |
|
25 file. |
|
26 </p> |
|
27 <h3>Global Attributes</h3> |
|
28 <table> |
|
29 <tr><td>None</td></tr> |
|
30 </table> |
|
31 <h3>Classes</h3> |
|
32 <table> |
|
33 <tr> |
|
34 <td><a href="#DebuggerPropertiesReader">DebuggerPropertiesReader</a></td> |
|
35 <td>Class for reading an XML project debugger properties file.</td> |
|
36 </tr> |
|
37 </table> |
|
38 <h3>Functions</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <hr /><hr /> |
|
43 <a NAME="DebuggerPropertiesReader" ID="DebuggerPropertiesReader"></a> |
|
44 <h2>DebuggerPropertiesReader</h2> |
|
45 <p> |
|
46 Class for reading an XML project debugger properties file. |
|
47 </p> |
|
48 <h3>Derived from</h3> |
|
49 XMLStreamReaderBase |
|
50 <h3>Class Attributes</h3> |
|
51 <table> |
|
52 <tr><td>supportedVersions</td></tr> |
|
53 </table> |
|
54 <h3>Class Methods</h3> |
|
55 <table> |
|
56 <tr><td>None</td></tr> |
|
57 </table> |
|
58 <h3>Methods</h3> |
|
59 <table> |
|
60 <tr> |
|
61 <td><a href="#DebuggerPropertiesReader.__init__">DebuggerPropertiesReader</a></td> |
|
62 <td>Constructor</td> |
|
63 </tr><tr> |
|
64 <td><a href="#DebuggerPropertiesReader.__readPathTranslation">__readPathTranslation</a></td> |
|
65 <td>Private method to read the path translation info.</td> |
|
66 </tr><tr> |
|
67 <td><a href="#DebuggerPropertiesReader.__readRemoteDebugger">__readRemoteDebugger</a></td> |
|
68 <td>Private method to read the remote debugger info.</td> |
|
69 </tr><tr> |
|
70 <td><a href="#DebuggerPropertiesReader.readXML">readXML</a></td> |
|
71 <td>Public method to read and parse the XML document.</td> |
|
72 </tr> |
|
73 </table> |
|
74 <h3>Static Methods</h3> |
|
75 <table> |
|
76 <tr><td>None</td></tr> |
|
77 </table> |
|
78 <a NAME="DebuggerPropertiesReader.__init__" ID="DebuggerPropertiesReader.__init__"></a> |
|
79 <h4>DebuggerPropertiesReader (Constructor)</h4> |
|
80 <b>DebuggerPropertiesReader</b>(<i>device, project</i>) |
|
81 <p> |
|
82 Constructor |
|
83 </p><dl> |
|
84 <dt><i>device</i></dt> |
|
85 <dd> |
|
86 reference to the I/O device to read from (QIODevice) |
|
87 </dd><dt><i>project</i></dt> |
|
88 <dd> |
|
89 Reference to the project object to store the |
|
90 information into. |
|
91 </dd> |
|
92 </dl><a NAME="DebuggerPropertiesReader.__readPathTranslation" ID="DebuggerPropertiesReader.__readPathTranslation"></a> |
|
93 <h4>DebuggerPropertiesReader.__readPathTranslation</h4> |
|
94 <b>__readPathTranslation</b>(<i></i>) |
|
95 <p> |
|
96 Private method to read the path translation info. |
|
97 </p><a NAME="DebuggerPropertiesReader.__readRemoteDebugger" ID="DebuggerPropertiesReader.__readRemoteDebugger"></a> |
|
98 <h4>DebuggerPropertiesReader.__readRemoteDebugger</h4> |
|
99 <b>__readRemoteDebugger</b>(<i></i>) |
|
100 <p> |
|
101 Private method to read the remote debugger info. |
|
102 </p><a NAME="DebuggerPropertiesReader.readXML" ID="DebuggerPropertiesReader.readXML"></a> |
|
103 <h4>DebuggerPropertiesReader.readXML</h4> |
|
104 <b>readXML</b>(<i>quiet=False</i>) |
|
105 <p> |
|
106 Public method to read and parse the XML document. |
|
107 </p><dl> |
|
108 <dt><i>quiet</i></dt> |
|
109 <dd> |
|
110 flag indicating quiet operations. |
|
111 If this flag is true, no errors are reported. |
|
112 </dd> |
|
113 </dl> |
|
114 <div align="right"><a href="#top">Up</a></div> |
|
115 <hr /> |
|
116 </body></html> |