324 <td><a href="#AddBookmarkProxyModel.columnCount">columnCount</a></td> |
324 <td><a href="#AddBookmarkProxyModel.columnCount">columnCount</a></td> |
325 <td>Public method to return the number of columns.</td> |
325 <td>Public method to return the number of columns.</td> |
326 </tr> |
326 </tr> |
327 <tr> |
327 <tr> |
328 <td><a href="#AddBookmarkProxyModel.filterAcceptsColumn">filterAcceptsColumn</a></td> |
328 <td><a href="#AddBookmarkProxyModel.filterAcceptsColumn">filterAcceptsColumn</a></td> |
329 <td></td> |
329 <td>Public method to determine, if the column is acceptable.</td> |
330 </tr> |
330 </tr> |
331 <tr> |
331 <tr> |
332 <td><a href="#AddBookmarkProxyModel.filterAcceptsRow">filterAcceptsRow</a></td> |
332 <td><a href="#AddBookmarkProxyModel.filterAcceptsRow">filterAcceptsRow</a></td> |
333 <td>Public method to determine, if the row is acceptable.</td> |
333 <td>Public method to determine, if the row is acceptable.</td> |
334 </tr> |
334 </tr> |
379 </dl> |
379 </dl> |
380 <a NAME="AddBookmarkProxyModel.filterAcceptsColumn" ID="AddBookmarkProxyModel.filterAcceptsColumn"></a> |
380 <a NAME="AddBookmarkProxyModel.filterAcceptsColumn" ID="AddBookmarkProxyModel.filterAcceptsColumn"></a> |
381 <h4>AddBookmarkProxyModel.filterAcceptsColumn</h4> |
381 <h4>AddBookmarkProxyModel.filterAcceptsColumn</h4> |
382 <b>filterAcceptsColumn</b>(<i>sourceColumn, sourceParent</i>) |
382 <b>filterAcceptsColumn</b>(<i>sourceColumn, sourceParent</i>) |
383 |
383 |
|
384 <p> |
|
385 Public method to determine, if the column is acceptable. |
|
386 </p> |
|
387 <dl> |
|
388 |
|
389 <dt><i>sourceColumn</i></dt> |
|
390 <dd> |
|
391 column number in the source model (integer) |
|
392 </dd> |
|
393 <dt><i>sourceParent</i></dt> |
|
394 <dd> |
|
395 index of the source item (QModelIndex) |
|
396 </dd> |
|
397 </dl> |
|
398 <dl> |
|
399 <dt>Return:</dt> |
|
400 <dd> |
|
401 flag indicating acceptance (boolean) |
|
402 </dd> |
|
403 </dl> |
384 <a NAME="AddBookmarkProxyModel.filterAcceptsRow" ID="AddBookmarkProxyModel.filterAcceptsRow"></a> |
404 <a NAME="AddBookmarkProxyModel.filterAcceptsRow" ID="AddBookmarkProxyModel.filterAcceptsRow"></a> |
385 <h4>AddBookmarkProxyModel.filterAcceptsRow</h4> |
405 <h4>AddBookmarkProxyModel.filterAcceptsRow</h4> |
386 <b>filterAcceptsRow</b>(<i>sourceRow, sourceParent</i>) |
406 <b>filterAcceptsRow</b>(<i>sourceRow, sourceParent</i>) |
387 |
407 |
388 <p> |
408 <p> |