Documentation/Source/eric5.UI.BrowserModel.html

changeset 2769
8cbebde7a984
parent 2613
0799eea6feba
child 2779
4d433896b6d6
equal deleted inserted replaced
2768:eab35f6e709f 2769:8cbebde7a984
311 <table> 311 <table>
312 <tr> 312 <tr>
313 <td><a href="#BrowserClassItem.__init__">BrowserClassItem</a></td> 313 <td><a href="#BrowserClassItem.__init__">BrowserClassItem</a></td>
314 <td>Constructor</td> 314 <td>Constructor</td>
315 </tr><tr> 315 </tr><tr>
316 <td><a href="#BrowserClassItem.boundaries">boundaries</a></td>
317 <td>Public method returning the boundaries of the method definition.</td>
318 </tr><tr>
316 <td><a href="#BrowserClassItem.classObject">classObject</a></td> 319 <td><a href="#BrowserClassItem.classObject">classObject</a></td>
317 <td>Public method returning the class object.</td> 320 <td>Public method returning the class object.</td>
318 </tr><tr> 321 </tr><tr>
319 <td><a href="#BrowserClassItem.fileName">fileName</a></td> 322 <td><a href="#BrowserClassItem.fileName">fileName</a></td>
320 <td>Public method returning the filename.</td> 323 <td>Public method returning the filename.</td>
346 <dd> 349 <dd>
347 Class object to be shown 350 Class object to be shown
348 </dd><dt><i>filename</i></dt> 351 </dd><dt><i>filename</i></dt>
349 <dd> 352 <dd>
350 filename of the file defining this class 353 filename of the file defining this class
354 </dd>
355 </dl><a NAME="BrowserClassItem.boundaries" ID="BrowserClassItem.boundaries"></a>
356 <h4>BrowserClassItem.boundaries</h4>
357 <b>boundaries</b>(<i></i>)
358 <p>
359 Public method returning the boundaries of the method definition.
360 </p><dl>
361 <dt>Returns:</dt>
362 <dd>
363 tuple with start end end line number (integer, integer)
351 </dd> 364 </dd>
352 </dl><a NAME="BrowserClassItem.classObject" ID="BrowserClassItem.classObject"></a> 365 </dl><a NAME="BrowserClassItem.classObject" ID="BrowserClassItem.classObject"></a>
353 <h4>BrowserClassItem.classObject</h4> 366 <h4>BrowserClassItem.classObject</h4>
354 <b>classObject</b>(<i></i>) 367 <b>classObject</b>(<i></i>)
355 <p> 368 <p>
1190 <table> 1203 <table>
1191 <tr> 1204 <tr>
1192 <td><a href="#BrowserMethodItem.__init__">BrowserMethodItem</a></td> 1205 <td><a href="#BrowserMethodItem.__init__">BrowserMethodItem</a></td>
1193 <td>Constructor</td> 1206 <td>Constructor</td>
1194 </tr><tr> 1207 </tr><tr>
1208 <td><a href="#BrowserMethodItem.boundaries">boundaries</a></td>
1209 <td>Public method returning the boundaries of the method definition.</td>
1210 </tr><tr>
1195 <td><a href="#BrowserMethodItem.fileName">fileName</a></td> 1211 <td><a href="#BrowserMethodItem.fileName">fileName</a></td>
1196 <td>Public method returning the filename.</td> 1212 <td>Public method returning the filename.</td>
1197 </tr><tr> 1213 </tr><tr>
1198 <td><a href="#BrowserMethodItem.functionObject">functionObject</a></td> 1214 <td><a href="#BrowserMethodItem.functionObject">functionObject</a></td>
1199 <td>Public method returning the function object.</td> 1215 <td>Public method returning the function object.</td>
1226 Function object to be shown 1242 Function object to be shown
1227 </dd><dt><i>filename</i></dt> 1243 </dd><dt><i>filename</i></dt>
1228 <dd> 1244 <dd>
1229 filename of the file defining this class (string) 1245 filename of the file defining this class (string)
1230 </dd> 1246 </dd>
1247 </dl><a NAME="BrowserMethodItem.boundaries" ID="BrowserMethodItem.boundaries"></a>
1248 <h4>BrowserMethodItem.boundaries</h4>
1249 <b>boundaries</b>(<i></i>)
1250 <p>
1251 Public method returning the boundaries of the method definition.
1252 </p><dl>
1253 <dt>Returns:</dt>
1254 <dd>
1255 tuple with start end end line number (integer, integer)
1256 </dd>
1231 </dl><a NAME="BrowserMethodItem.fileName" ID="BrowserMethodItem.fileName"></a> 1257 </dl><a NAME="BrowserMethodItem.fileName" ID="BrowserMethodItem.fileName"></a>
1232 <h4>BrowserMethodItem.fileName</h4> 1258 <h4>BrowserMethodItem.fileName</h4>
1233 <b>fileName</b>(<i></i>) 1259 <b>fileName</b>(<i></i>)
1234 <p> 1260 <p>
1235 Public method returning the filename. 1261 Public method returning the filename.
1282 </dl><a NAME="BrowserMethodItem.lineno" ID="BrowserMethodItem.lineno"></a> 1308 </dl><a NAME="BrowserMethodItem.lineno" ID="BrowserMethodItem.lineno"></a>
1283 <h4>BrowserMethodItem.lineno</h4> 1309 <h4>BrowserMethodItem.lineno</h4>
1284 <b>lineno</b>(<i></i>) 1310 <b>lineno</b>(<i></i>)
1285 <p> 1311 <p>
1286 Public method returning the line number defining this object. 1312 Public method returning the line number defining this object.
1287 </p><p> 1313 </p><dl>
1288 return line number defining the object (integer) 1314 <dt>Returns:</dt>
1289 </p> 1315 <dd>
1316 line number defining the object (integer)
1317 </dd>
1318 </dl>
1290 <div align="right"><a href="#top">Up</a></div> 1319 <div align="right"><a href="#top">Up</a></div>
1291 <hr /><hr /> 1320 <hr /><hr />
1292 <a NAME="BrowserModel" ID="BrowserModel"></a> 1321 <a NAME="BrowserModel" ID="BrowserModel"></a>
1293 <h2>BrowserModel</h2> 1322 <h2>BrowserModel</h2>
1294 <p> 1323 <p>

eric ide

mercurial