Documentation/Source/eric6.E5XML.SessionReader.html

changeset 6052
8b49d3e0b4c8
parent 3673
e26d7d0c1088
equal deleted inserted replaced
6051:6e09a9a73cb7 6052:8b49d3e0b4c8
102 <h4>SessionReader (Constructor)</h4> 102 <h4>SessionReader (Constructor)</h4>
103 <b>SessionReader</b>(<i>device, isGlobal</i>) 103 <b>SessionReader</b>(<i>device, isGlobal</i>)
104 <p> 104 <p>
105 Constructor 105 Constructor
106 </p><dl> 106 </p><dl>
107 <dt><i>device</i></dt> 107 <dt><i>device</i> (QIODevice)</dt>
108 <dd> 108 <dd>
109 reference to the I/O device to read from (QIODevice) 109 reference to the I/O device to read from
110 </dd><dt><i>isGlobal</i></dt> 110 </dd><dt><i>isGlobal</i> (bool)</dt>
111 <dd> 111 <dd>
112 flag indicating to read the global session (boolean). 112 flag indicating to read the global session
113 </dd> 113 </dd>
114 </dl><a NAME="SessionReader.__readBookmark" ID="SessionReader.__readBookmark"></a> 114 </dl><a NAME="SessionReader.__readBookmark" ID="SessionReader.__readBookmark"></a>
115 <h4>SessionReader.__readBookmark</h4> 115 <h4>SessionReader.__readBookmark</h4>
116 <b>__readBookmark</b>(<i></i>) 116 <b>__readBookmark</b>(<i></i>)
117 <p> 117 <p>
145 <h4>SessionReader.__readProjectBrowserState</h4> 145 <h4>SessionReader.__readProjectBrowserState</h4>
146 <b>__readProjectBrowserState</b>(<i>browserName</i>) 146 <b>__readProjectBrowserState</b>(<i>browserName</i>)
147 <p> 147 <p>
148 Private method to read the project browser state info. 148 Private method to read the project browser state info.
149 </p><dl> 149 </p><dl>
150 <dt><i>browserName</i></dt> 150 <dt><i>browserName</i> (str)</dt>
151 <dd> 151 <dd>
152 name of the project browser (string) 152 name of the project browser
153 </dd> 153 </dd>
154 </dl><a NAME="SessionReader.__readProjectBrowserStates" ID="SessionReader.__readProjectBrowserStates"></a> 154 </dl><a NAME="SessionReader.__readProjectBrowserStates" ID="SessionReader.__readProjectBrowserStates"></a>
155 <h4>SessionReader.__readProjectBrowserStates</h4> 155 <h4>SessionReader.__readProjectBrowserStates</h4>
156 <b>__readProjectBrowserStates</b>(<i></i>) 156 <b>__readProjectBrowserStates</b>(<i></i>)
157 <p> 157 <p>
170 <h4>SessionReader.readXML</h4> 170 <h4>SessionReader.readXML</h4>
171 <b>readXML</b>(<i>quiet=False</i>) 171 <b>readXML</b>(<i>quiet=False</i>)
172 <p> 172 <p>
173 Public method to read and parse the XML document. 173 Public method to read and parse the XML document.
174 </p><dl> 174 </p><dl>
175 <dt><i>quiet</i></dt> 175 <dt><i>quiet</i> (bool)</dt>
176 <dd> 176 <dd>
177 flag indicating quiet operations. 177 flag indicating quiet operations.
178 If this flag is true, no errors are reported. 178 If this flag is true, no errors are reported.
179 </dd> 179 </dd>
180 </dl> 180 </dl>
181 <div align="right"><a href="#top">Up</a></div> 181 <div align="right"><a href="#top">Up</a></div>
182 <hr /> 182 <hr />
183 </body></html> 183 </body></html>

eric ide

mercurial