|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.EricXML.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> |
|
22 <a NAME="top" ID="top"></a> |
|
23 <h1>eric7.EricXML.DebuggerPropertiesReader</h1> |
|
24 |
|
25 <p> |
|
26 Module implementing a class for reading an XML project debugger properties |
|
27 file. |
|
28 </p> |
|
29 <h3>Global Attributes</h3> |
|
30 |
|
31 <table> |
|
32 <tr><td>None</td></tr> |
|
33 </table> |
|
34 <h3>Classes</h3> |
|
35 |
|
36 <table> |
|
37 |
|
38 <tr> |
|
39 <td><a href="#DebuggerPropertiesReader">DebuggerPropertiesReader</a></td> |
|
40 <td>Class for reading an XML project debugger properties file.</td> |
|
41 </tr> |
|
42 </table> |
|
43 <h3>Functions</h3> |
|
44 |
|
45 <table> |
|
46 <tr><td>None</td></tr> |
|
47 </table> |
|
48 <hr /> |
|
49 <hr /> |
|
50 <a NAME="DebuggerPropertiesReader" ID="DebuggerPropertiesReader"></a> |
|
51 <h2>DebuggerPropertiesReader</h2> |
|
52 |
|
53 <p> |
|
54 Class for reading an XML project debugger properties file. |
|
55 </p> |
|
56 <h3>Derived from</h3> |
|
57 XMLStreamReaderBase |
|
58 <h3>Class Attributes</h3> |
|
59 |
|
60 <table> |
|
61 <tr><td>supportedVersions</td></tr> |
|
62 </table> |
|
63 <h3>Class Methods</h3> |
|
64 |
|
65 <table> |
|
66 <tr><td>None</td></tr> |
|
67 </table> |
|
68 <h3>Methods</h3> |
|
69 |
|
70 <table> |
|
71 |
|
72 <tr> |
|
73 <td><a href="#DebuggerPropertiesReader.__init__">DebuggerPropertiesReader</a></td> |
|
74 <td>Constructor</td> |
|
75 </tr> |
|
76 <tr> |
|
77 <td><a href="#DebuggerPropertiesReader.__readPathTranslation">__readPathTranslation</a></td> |
|
78 <td>Private method to read the path translation info.</td> |
|
79 </tr> |
|
80 <tr> |
|
81 <td><a href="#DebuggerPropertiesReader.__readRemoteDebugger">__readRemoteDebugger</a></td> |
|
82 <td>Private method to read the remote debugger info.</td> |
|
83 </tr> |
|
84 <tr> |
|
85 <td><a href="#DebuggerPropertiesReader.readXML">readXML</a></td> |
|
86 <td>Public method to read and parse the XML document.</td> |
|
87 </tr> |
|
88 </table> |
|
89 <h3>Static Methods</h3> |
|
90 |
|
91 <table> |
|
92 <tr><td>None</td></tr> |
|
93 </table> |
|
94 |
|
95 <a NAME="DebuggerPropertiesReader.__init__" ID="DebuggerPropertiesReader.__init__"></a> |
|
96 <h4>DebuggerPropertiesReader (Constructor)</h4> |
|
97 <b>DebuggerPropertiesReader</b>(<i>device, project</i>) |
|
98 |
|
99 <p> |
|
100 Constructor |
|
101 </p> |
|
102 <dl> |
|
103 |
|
104 <dt><i>device</i></dt> |
|
105 <dd> |
|
106 reference to the I/O device to read from (QIODevice) |
|
107 </dd> |
|
108 <dt><i>project</i></dt> |
|
109 <dd> |
|
110 Reference to the project object to store the |
|
111 information into. |
|
112 </dd> |
|
113 </dl> |
|
114 <a NAME="DebuggerPropertiesReader.__readPathTranslation" ID="DebuggerPropertiesReader.__readPathTranslation"></a> |
|
115 <h4>DebuggerPropertiesReader.__readPathTranslation</h4> |
|
116 <b>__readPathTranslation</b>(<i></i>) |
|
117 |
|
118 <p> |
|
119 Private method to read the path translation info. |
|
120 </p> |
|
121 <a NAME="DebuggerPropertiesReader.__readRemoteDebugger" ID="DebuggerPropertiesReader.__readRemoteDebugger"></a> |
|
122 <h4>DebuggerPropertiesReader.__readRemoteDebugger</h4> |
|
123 <b>__readRemoteDebugger</b>(<i></i>) |
|
124 |
|
125 <p> |
|
126 Private method to read the remote debugger info. |
|
127 </p> |
|
128 <a NAME="DebuggerPropertiesReader.readXML" ID="DebuggerPropertiesReader.readXML"></a> |
|
129 <h4>DebuggerPropertiesReader.readXML</h4> |
|
130 <b>readXML</b>(<i>quiet=False</i>) |
|
131 |
|
132 <p> |
|
133 Public method to read and parse the XML document. |
|
134 </p> |
|
135 <dl> |
|
136 |
|
137 <dt><i>quiet</i></dt> |
|
138 <dd> |
|
139 flag indicating quiet operations. |
|
140 If this flag is true, no errors are reported. |
|
141 </dd> |
|
142 </dl> |
|
143 <div align="right"><a href="#top">Up</a></div> |
|
144 <hr /> |
|
145 </body></html> |