1212 <table> |
1212 <table> |
1213 <tr> |
1213 <tr> |
1214 <td><a href="#BrowserModel.__init__">BrowserModel</a></td> |
1214 <td><a href="#BrowserModel.__init__">BrowserModel</a></td> |
1215 <td>Constructor</td> |
1215 <td>Constructor</td> |
1216 </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> |
|
1220 <td><a href="#BrowserModel.__populateModel">__populateModel</a></td> |
1217 <td><a href="#BrowserModel.__populateModel">__populateModel</a></td> |
1221 <td>Private method to populate the browser model.</td> |
1218 <td>Private method to populate the browser model.</td> |
1222 </tr><tr> |
1219 </tr><tr> |
1223 <td><a href="#BrowserModel._addItem">_addItem</a></td> |
1220 <td><a href="#BrowserModel._addItem">_addItem</a></td> |
1224 <td>Protected slot to add an item.</td> |
1221 <td>Protected slot to add an item.</td> |
1241 <td><a href="#BrowserModel.columnCount">columnCount</a></td> |
1238 <td><a href="#BrowserModel.columnCount">columnCount</a></td> |
1242 <td>Public method to get the number of columns.</td> |
1239 <td>Public method to get the number of columns.</td> |
1243 </tr><tr> |
1240 </tr><tr> |
1244 <td><a href="#BrowserModel.data">data</a></td> |
1241 <td><a href="#BrowserModel.data">data</a></td> |
1245 <td>Public method to get data of an item.</td> |
1242 <td>Public method to get data of an item.</td> |
|
1243 </tr><tr> |
|
1244 <td><a href="#BrowserModel.directoryChanged">directoryChanged</a></td> |
|
1245 <td>Public slot to handle the directoryChanged signal of the watcher.</td> |
1246 </tr><tr> |
1246 </tr><tr> |
1247 <td><a href="#BrowserModel.flags">flags</a></td> |
1247 <td><a href="#BrowserModel.flags">flags</a></td> |
1248 <td>Public method to get the item flags.</td> |
1248 <td>Public method to get the item flags.</td> |
1249 </tr><tr> |
1249 </tr><tr> |
1250 <td><a href="#BrowserModel.hasChildren">hasChildren</a></td> |
1250 <td><a href="#BrowserModel.hasChildren">hasChildren</a></td> |
1303 Constructor |
1303 Constructor |
1304 </p><dl> |
1304 </p><dl> |
1305 <dt><i>parent</i></dt> |
1305 <dt><i>parent</i></dt> |
1306 <dd> |
1306 <dd> |
1307 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) |
|
1318 </dd> |
1308 </dd> |
1319 </dl><a NAME="BrowserModel.__populateModel" ID="BrowserModel.__populateModel"></a> |
1309 </dl><a NAME="BrowserModel.__populateModel" ID="BrowserModel.__populateModel"></a> |
1320 <h4>BrowserModel.__populateModel</h4> |
1310 <h4>BrowserModel.__populateModel</h4> |
1321 <b>__populateModel</b>(<i></i>) |
1311 <b>__populateModel</b>(<i></i>) |
1322 <p> |
1312 <p> |
1412 </dd> |
1402 </dd> |
1413 </dl><dl> |
1403 </dl><dl> |
1414 <dt>Returns:</dt> |
1404 <dt>Returns:</dt> |
1415 <dd> |
1405 <dd> |
1416 requested data |
1406 requested data |
|
1407 </dd> |
|
1408 </dl><a NAME="BrowserModel.directoryChanged" ID="BrowserModel.directoryChanged"></a> |
|
1409 <h4>BrowserModel.directoryChanged</h4> |
|
1410 <b>directoryChanged</b>(<i>path</i>) |
|
1411 <p> |
|
1412 Public slot to handle the directoryChanged signal of the watcher. |
|
1413 </p><dl> |
|
1414 <dt><i>path</i></dt> |
|
1415 <dd> |
|
1416 path of the directory (string) |
1417 </dd> |
1417 </dd> |
1418 </dl><a NAME="BrowserModel.flags" ID="BrowserModel.flags"></a> |
1418 </dl><a NAME="BrowserModel.flags" ID="BrowserModel.flags"></a> |
1419 <h4>BrowserModel.flags</h4> |
1419 <h4>BrowserModel.flags</h4> |
1420 <b>flags</b>(<i>index</i>) |
1420 <b>flags</b>(<i>index</i>) |
1421 <p> |
1421 <p> |