437 <td>Public method returning the directory name.</td> |
437 <td>Public method returning the directory name.</td> |
438 </tr><tr> |
438 </tr><tr> |
439 <td><a href="#BrowserDirectoryItem.lessThan">lessThan</a></td> |
439 <td><a href="#BrowserDirectoryItem.lessThan">lessThan</a></td> |
440 <td>Public method to check, if the item is less than the other one.</td> |
440 <td>Public method to check, if the item is less than the other one.</td> |
441 </tr><tr> |
441 </tr><tr> |
|
442 <td><a href="#BrowserDirectoryItem.name">name</a></td> |
|
443 <td>Public method to return the name of the item.</td> |
|
444 </tr><tr> |
442 <td><a href="#BrowserDirectoryItem.setName">setName</a></td> |
445 <td><a href="#BrowserDirectoryItem.setName">setName</a></td> |
443 <td>Public method to set the directory name.</td> |
446 <td>Public method to set the directory name.</td> |
444 </tr> |
447 </tr> |
445 </table> |
448 </table> |
446 <a NAME="BrowserDirectoryItem.__init__" ID="BrowserDirectoryItem.__init__"></a> |
449 <a NAME="BrowserDirectoryItem.__init__" ID="BrowserDirectoryItem.__init__"></a> |
487 </dd> |
490 </dd> |
488 </dl><dl> |
491 </dl><dl> |
489 <dt>Returns:</dt> |
492 <dt>Returns:</dt> |
490 <dd> |
493 <dd> |
491 true, if this item is less than other (boolean) |
494 true, if this item is less than other (boolean) |
|
495 </dd> |
|
496 </dl><a NAME="BrowserDirectoryItem.name" ID="BrowserDirectoryItem.name"></a> |
|
497 <h4>BrowserDirectoryItem.name</h4> |
|
498 <b>name</b>(<i></i>) |
|
499 <p> |
|
500 Public method to return the name of the item. |
|
501 </p><dl> |
|
502 <dt>Returns:</dt> |
|
503 <dd> |
|
504 name of the item (string) |
492 </dd> |
505 </dd> |
493 </dl><a NAME="BrowserDirectoryItem.setName" ID="BrowserDirectoryItem.setName"></a> |
506 </dl><a NAME="BrowserDirectoryItem.setName" ID="BrowserDirectoryItem.setName"></a> |
494 <h4>BrowserDirectoryItem.setName</h4> |
507 <h4>BrowserDirectoryItem.setName</h4> |
495 <b>setName</b>(<i>dinfo, full = True</i>) |
508 <b>setName</b>(<i>dinfo, full = True</i>) |
496 <p> |
509 <p> |
572 <td>Public method to check, if the item is less than the other one.</td> |
585 <td>Public method to check, if the item is less than the other one.</td> |
573 </tr><tr> |
586 </tr><tr> |
574 <td><a href="#BrowserFileItem.moduleName">moduleName</a></td> |
587 <td><a href="#BrowserFileItem.moduleName">moduleName</a></td> |
575 <td>Public method returning the module name.</td> |
588 <td>Public method returning the module name.</td> |
576 </tr><tr> |
589 </tr><tr> |
|
590 <td><a href="#BrowserFileItem.name">name</a></td> |
|
591 <td>Public method to return the name of the item.</td> |
|
592 </tr><tr> |
577 <td><a href="#BrowserFileItem.setName">setName</a></td> |
593 <td><a href="#BrowserFileItem.setName">setName</a></td> |
578 <td>Public method to set the directory name.</td> |
594 <td>Public method to set the directory name.</td> |
579 </tr> |
595 </tr> |
580 </table> |
596 </table> |
581 <a NAME="BrowserFileItem.__init__" ID="BrowserFileItem.__init__"></a> |
597 <a NAME="BrowserFileItem.__init__" ID="BrowserFileItem.__init__"></a> |
775 Public method returning the module name. |
791 Public method returning the module name. |
776 </p><dl> |
792 </p><dl> |
777 <dt>Returns:</dt> |
793 <dt>Returns:</dt> |
778 <dd> |
794 <dd> |
779 module name (string) |
795 module name (string) |
|
796 </dd> |
|
797 </dl><a NAME="BrowserFileItem.name" ID="BrowserFileItem.name"></a> |
|
798 <h4>BrowserFileItem.name</h4> |
|
799 <b>name</b>(<i></i>) |
|
800 <p> |
|
801 Public method to return the name of the item. |
|
802 </p><dl> |
|
803 <dt>Returns:</dt> |
|
804 <dd> |
|
805 name of the item (string) |
780 </dd> |
806 </dd> |
781 </dl><a NAME="BrowserFileItem.setName" ID="BrowserFileItem.setName"></a> |
807 </dl><a NAME="BrowserFileItem.setName" ID="BrowserFileItem.setName"></a> |
782 <h4>BrowserFileItem.setName</h4> |
808 <h4>BrowserFileItem.setName</h4> |
783 <b>setName</b>(<i>finfo, full = True</i>) |
809 <b>setName</b>(<i>finfo, full = True</i>) |
784 <p> |
810 <p> |
1186 <table> |
1212 <table> |
1187 <tr> |
1213 <tr> |
1188 <td><a href="#BrowserModel.__init__">BrowserModel</a></td> |
1214 <td><a href="#BrowserModel.__init__">BrowserModel</a></td> |
1189 <td>Constructor</td> |
1215 <td>Constructor</td> |
1190 </tr><tr> |
1216 </tr><tr> |
|
1217 <td><a href="#BrowserModel.__directoryChanged">__directoryChanged</a></td> |
|
1218 <td>Private slot to handle the directoryChanged signal of the watcher.</td> |
|
1219 </tr><tr> |
1191 <td><a href="#BrowserModel.__populateModel">__populateModel</a></td> |
1220 <td><a href="#BrowserModel.__populateModel">__populateModel</a></td> |
1192 <td>Private method to populate the browser model.</td> |
1221 <td>Private method to populate the browser model.</td> |
1193 </tr><tr> |
1222 </tr><tr> |
1194 <td><a href="#BrowserModel._addItem">_addItem</a></td> |
1223 <td><a href="#BrowserModel._addItem">_addItem</a></td> |
1195 <td>Protected slot to add an item.</td> |
1224 <td>Protected slot to add an item.</td> |
|
1225 </tr><tr> |
|
1226 <td><a href="#BrowserModel._addWatchedItem">_addWatchedItem</a></td> |
|
1227 <td>Protected method to watch an item.</td> |
|
1228 </tr><tr> |
|
1229 <td><a href="#BrowserModel._removeWatchedItem">_removeWatchedItem</a></td> |
|
1230 <td>Protected method to remove a watched item.</td> |
1196 </tr><tr> |
1231 </tr><tr> |
1197 <td><a href="#BrowserModel.addItem">addItem</a></td> |
1232 <td><a href="#BrowserModel.addItem">addItem</a></td> |
1198 <td>Puplic slot to add an item.</td> |
1233 <td>Puplic slot to add an item.</td> |
1199 </tr><tr> |
1234 </tr><tr> |
1200 <td><a href="#BrowserModel.addTopLevelDir">addTopLevelDir</a></td> |
1235 <td><a href="#BrowserModel.addTopLevelDir">addTopLevelDir</a></td> |
1268 Constructor |
1303 Constructor |
1269 </p><dl> |
1304 </p><dl> |
1270 <dt><i>parent</i></dt> |
1305 <dt><i>parent</i></dt> |
1271 <dd> |
1306 <dd> |
1272 reference to parent object (QObject) |
1307 reference to parent object (QObject) |
|
1308 </dd> |
|
1309 </dl><a NAME="BrowserModel.__directoryChanged" ID="BrowserModel.__directoryChanged"></a> |
|
1310 <h4>BrowserModel.__directoryChanged</h4> |
|
1311 <b>__directoryChanged</b>(<i>path</i>) |
|
1312 <p> |
|
1313 Private slot to handle the directoryChanged signal of the watcher. |
|
1314 </p><dl> |
|
1315 <dt><i>path</i></dt> |
|
1316 <dd> |
|
1317 path of the directory (string) |
1273 </dd> |
1318 </dd> |
1274 </dl><a NAME="BrowserModel.__populateModel" ID="BrowserModel.__populateModel"></a> |
1319 </dl><a NAME="BrowserModel.__populateModel" ID="BrowserModel.__populateModel"></a> |
1275 <h4>BrowserModel.__populateModel</h4> |
1320 <h4>BrowserModel.__populateModel</h4> |
1276 <b>__populateModel</b>(<i></i>) |
1321 <b>__populateModel</b>(<i></i>) |
1277 <p> |
1322 <p> |
1287 reference to item to add (BrowserItem) |
1332 reference to item to add (BrowserItem) |
1288 </dd><dt><i>parentItem</i></dt> |
1333 </dd><dt><i>parentItem</i></dt> |
1289 <dd> |
1334 <dd> |
1290 reference to item to add to (BrowserItem) |
1335 reference to item to add to (BrowserItem) |
1291 </dd> |
1336 </dd> |
|
1337 </dl><a NAME="BrowserModel._addWatchedItem" ID="BrowserModel._addWatchedItem"></a> |
|
1338 <h4>BrowserModel._addWatchedItem</h4> |
|
1339 <b>_addWatchedItem</b>(<i>itm</i>) |
|
1340 <p> |
|
1341 Protected method to watch an item. |
|
1342 </p><dl> |
|
1343 <dt><i>itm</i></dt> |
|
1344 <dd> |
|
1345 item to be watched (BrowserDirectoryItem) |
|
1346 </dd> |
|
1347 </dl><a NAME="BrowserModel._removeWatchedItem" ID="BrowserModel._removeWatchedItem"></a> |
|
1348 <h4>BrowserModel._removeWatchedItem</h4> |
|
1349 <b>_removeWatchedItem</b>(<i>itm</i>) |
|
1350 <p> |
|
1351 Protected method to remove a watched item. |
|
1352 </p><dl> |
|
1353 <dt><i>itm</i></dt> |
|
1354 <dd> |
|
1355 item to be removed (BrowserDirectoryItem) |
|
1356 </dd> |
1292 </dl><a NAME="BrowserModel.addItem" ID="BrowserModel.addItem"></a> |
1357 </dl><a NAME="BrowserModel.addItem" ID="BrowserModel.addItem"></a> |
1293 <h4>BrowserModel.addItem</h4> |
1358 <h4>BrowserModel.addItem</h4> |
1294 <b>addItem</b>(<i>itm, parent = QModelIndex()</i>) |
1359 <b>addItem</b>(<i>itm, parent = QModelIndex()</i>) |
1295 <p> |
1360 <p> |
1296 Puplic slot to add an item. |
1361 Puplic slot to add an item. |
1552 <p> |
1617 <p> |
1553 Public method to change the entry for the directory of file being debugged. |
1618 Public method to change the entry for the directory of file being debugged. |
1554 </p><dl> |
1619 </p><dl> |
1555 <dt><i>dirname</i></dt> |
1620 <dt><i>dirname</i></dt> |
1556 <dd> |
1621 <dd> |
1557 name of the directory containg the file (string) |
1622 name of the directory containing the file (string) |
1558 </dd> |
1623 </dd> |
1559 </dl><a NAME="BrowserModel.removeToplevelDir" ID="BrowserModel.removeToplevelDir"></a> |
1624 </dl><a NAME="BrowserModel.removeToplevelDir" ID="BrowserModel.removeToplevelDir"></a> |
1560 <h4>BrowserModel.removeToplevelDir</h4> |
1625 <h4>BrowserModel.removeToplevelDir</h4> |
1561 <b>removeToplevelDir</b>(<i>index</i>) |
1626 <b>removeToplevelDir</b>(<i>index</i>) |
1562 <p> |
1627 <p> |