276 <p> |
276 <p> |
277 Private slot to edit a watch expression. |
277 Private slot to edit a watch expression. |
278 </p> |
278 </p> |
279 <dl> |
279 <dl> |
280 |
280 |
281 <dt><i>index</i></dt> |
281 <dt><i>index</i> (QModelIndex)</dt> |
282 <dd> |
282 <dd> |
283 index of watch expression to be edited (QModelIndex) |
283 index of watch expression to be edited |
284 </dd> |
284 </dd> |
285 </dl> |
285 </dl> |
286 <a NAME="WatchPointViewer.__doubleClicked" ID="WatchPointViewer.__doubleClicked"></a> |
286 <a NAME="WatchPointViewer.__doubleClicked" ID="WatchPointViewer.__doubleClicked"></a> |
287 <h4>WatchPointViewer.__doubleClicked</h4> |
287 <h4>WatchPointViewer.__doubleClicked</h4> |
288 <b>__doubleClicked</b>(<i>index</i>) |
288 <b>__doubleClicked</b>(<i>index</i>) |
290 <p> |
290 <p> |
291 Private slot to handle the double clicked signal. |
291 Private slot to handle the double clicked signal. |
292 </p> |
292 </p> |
293 <dl> |
293 <dl> |
294 |
294 |
295 <dt><i>index</i></dt> |
295 <dt><i>index</i> (QModelIndex)</dt> |
296 <dd> |
296 <dd> |
297 index of the entry that was double clicked (QModelIndex) |
297 index of the entry that was double clicked |
298 </dd> |
298 </dd> |
299 </dl> |
299 </dl> |
300 <a NAME="WatchPointViewer.__editWatchPoint" ID="WatchPointViewer.__editWatchPoint"></a> |
300 <a NAME="WatchPointViewer.__editWatchPoint" ID="WatchPointViewer.__editWatchPoint"></a> |
301 <h4>WatchPointViewer.__editWatchPoint</h4> |
301 <h4>WatchPointViewer.__editWatchPoint</h4> |
302 <b>__editWatchPoint</b>(<i></i>) |
302 <b>__editWatchPoint</b>(<i></i>) |
334 <p> |
334 <p> |
335 Private method to check, if an entry already exists. |
335 Private method to check, if an entry already exists. |
336 </p> |
336 </p> |
337 <dl> |
337 <dl> |
338 |
338 |
339 <dt><i>cond</i></dt> |
339 <dt><i>cond</i> (str)</dt> |
340 <dd> |
340 <dd> |
341 condition to check (string) |
341 condition to check |
342 </dd> |
342 </dd> |
343 <dt><i>special</i></dt> |
343 <dt><i>special</i> (str)</dt> |
344 <dd> |
344 <dd> |
345 special condition to check (string) |
345 special condition to check |
346 </dd> |
346 </dd> |
347 <dt><i>showMessage</i></dt> |
347 <dt><i>showMessage</i> (bool)</dt> |
348 <dd> |
348 <dd> |
349 flag indicating a message should be shown, |
349 flag indicating a message should be shown, |
350 if a duplicate entry is found (boolean) |
350 if a duplicate entry is found |
351 </dd> |
351 </dd> |
352 <dt><i>index</i></dt> |
352 <dt><i>index</i> (QModelIndex)</dt> |
353 <dd> |
353 <dd> |
354 index that should not be considered duplicate |
354 index that should not be considered duplicate |
355 (QModelIndex) |
|
356 </dd> |
355 </dd> |
357 </dl> |
356 </dl> |
358 <dl> |
357 <dl> |
359 <dt>Return:</dt> |
358 <dt>Return:</dt> |
360 <dd> |
359 <dd> |
361 flag indicating a duplicate entry (boolean) |
360 flag indicating a duplicate entry |
|
361 </dd> |
|
362 </dl> |
|
363 <dl> |
|
364 <dt>Return Type:</dt> |
|
365 <dd> |
|
366 bool |
362 </dd> |
367 </dd> |
363 </dl> |
368 </dl> |
364 <a NAME="WatchPointViewer.__fromSourceIndex" ID="WatchPointViewer.__fromSourceIndex"></a> |
369 <a NAME="WatchPointViewer.__fromSourceIndex" ID="WatchPointViewer.__fromSourceIndex"></a> |
365 <h4>WatchPointViewer.__fromSourceIndex</h4> |
370 <h4>WatchPointViewer.__fromSourceIndex</h4> |
366 <b>__fromSourceIndex</b>(<i>sindex</i>) |
371 <b>__fromSourceIndex</b>(<i>sindex</i>) |
368 <p> |
373 <p> |
369 Private slot to convert a source index to an index. |
374 Private slot to convert a source index to an index. |
370 </p> |
375 </p> |
371 <dl> |
376 <dl> |
372 |
377 |
373 <dt><i>sindex</i></dt> |
378 <dt><i>sindex</i> (QModelIndex)</dt> |
374 <dd> |
379 <dd> |
375 source index to be converted (QModelIndex) |
380 source index to be converted |
376 </dd> |
381 </dd> |
377 </dl> |
382 </dl> |
378 <dl> |
383 <dl> |
379 <dt>Return:</dt> |
384 <dt>Return:</dt> |
380 <dd> |
385 <dd> |
381 mapped index (QModelIndex) |
386 mapped index |
|
387 </dd> |
|
388 </dl> |
|
389 <dl> |
|
390 <dt>Return Type:</dt> |
|
391 <dd> |
|
392 QModelIndex |
382 </dd> |
393 </dd> |
383 </dl> |
394 </dl> |
384 <a NAME="WatchPointViewer.__getSelectedItemsCount" ID="WatchPointViewer.__getSelectedItemsCount"></a> |
395 <a NAME="WatchPointViewer.__getSelectedItemsCount" ID="WatchPointViewer.__getSelectedItemsCount"></a> |
385 <h4>WatchPointViewer.__getSelectedItemsCount</h4> |
396 <h4>WatchPointViewer.__getSelectedItemsCount</h4> |
386 <b>__getSelectedItemsCount</b>(<i></i>) |
397 <b>__getSelectedItemsCount</b>(<i></i>) |
389 Private method to get the count of items selected. |
400 Private method to get the count of items selected. |
390 </p> |
401 </p> |
391 <dl> |
402 <dl> |
392 <dt>Return:</dt> |
403 <dt>Return:</dt> |
393 <dd> |
404 <dd> |
394 count of items selected (integer) |
405 count of items selected |
|
406 </dd> |
|
407 </dl> |
|
408 <dl> |
|
409 <dt>Return Type:</dt> |
|
410 <dd> |
|
411 int |
395 </dd> |
412 </dd> |
396 </dl> |
413 </dl> |
397 <a NAME="WatchPointViewer.__layoutDisplay" ID="WatchPointViewer.__layoutDisplay"></a> |
414 <a NAME="WatchPointViewer.__layoutDisplay" ID="WatchPointViewer.__layoutDisplay"></a> |
398 <h4>WatchPointViewer.__layoutDisplay</h4> |
415 <h4>WatchPointViewer.__layoutDisplay</h4> |
399 <b>__layoutDisplay</b>(<i></i>) |
416 <b>__layoutDisplay</b>(<i></i>) |
423 <p> |
440 <p> |
424 Private slot to select a complete row. |
441 Private slot to select a complete row. |
425 </p> |
442 </p> |
426 <dl> |
443 <dl> |
427 |
444 |
428 <dt><i>index</i></dt> |
445 <dt><i>index</i> (QModelIndex)</dt> |
429 <dd> |
446 <dd> |
430 index determining the row to be selected (QModelIndex) |
447 index determining the row to be selected |
431 </dd> |
448 </dd> |
432 <dt><i>selected</i></dt> |
449 <dt><i>selected</i> (bool)</dt> |
433 <dd> |
450 <dd> |
434 flag indicating the action (bool) |
451 flag indicating the action |
435 </dd> |
452 </dd> |
436 </dl> |
453 </dl> |
437 <a NAME="WatchPointViewer.__setWpEnabled" ID="WatchPointViewer.__setWpEnabled"></a> |
454 <a NAME="WatchPointViewer.__setWpEnabled" ID="WatchPointViewer.__setWpEnabled"></a> |
438 <h4>WatchPointViewer.__setWpEnabled</h4> |
455 <h4>WatchPointViewer.__setWpEnabled</h4> |
439 <b>__setWpEnabled</b>(<i>index, enabled</i>) |
456 <b>__setWpEnabled</b>(<i>index, enabled</i>) |
441 <p> |
458 <p> |
442 Private method to set the enabled status of a watch expression. |
459 Private method to set the enabled status of a watch expression. |
443 </p> |
460 </p> |
444 <dl> |
461 <dl> |
445 |
462 |
446 <dt><i>index</i></dt> |
463 <dt><i>index</i> (QModelIndex)</dt> |
447 <dd> |
464 <dd> |
448 index of watch expression to be enabled/disabled |
465 index of watch expression to be enabled/disabled |
449 (QModelIndex) |
466 </dd> |
450 </dd> |
467 <dt><i>enabled</i> (bool)</dt> |
451 <dt><i>enabled</i></dt> |
468 <dd> |
452 <dd> |
469 flag indicating the enabled status to be set |
453 flag indicating the enabled status to be set (boolean) |
|
454 </dd> |
470 </dd> |
455 </dl> |
471 </dl> |
456 <a NAME="WatchPointViewer.__showBackMenu" ID="WatchPointViewer.__showBackMenu"></a> |
472 <a NAME="WatchPointViewer.__showBackMenu" ID="WatchPointViewer.__showBackMenu"></a> |
457 <h4>WatchPointViewer.__showBackMenu</h4> |
473 <h4>WatchPointViewer.__showBackMenu</h4> |
458 <b>__showBackMenu</b>(<i></i>) |
474 <b>__showBackMenu</b>(<i></i>) |
467 <p> |
483 <p> |
468 Private slot to show the context menu. |
484 Private slot to show the context menu. |
469 </p> |
485 </p> |
470 <dl> |
486 <dl> |
471 |
487 |
472 <dt><i>coord</i></dt> |
488 <dt><i>coord</i> (QPoint)</dt> |
473 <dd> |
489 <dd> |
474 the position of the mouse pointer (QPoint) |
490 the position of the mouse pointer |
475 </dd> |
491 </dd> |
476 </dl> |
492 </dl> |
477 <a NAME="WatchPointViewer.__toSourceIndex" ID="WatchPointViewer.__toSourceIndex"></a> |
493 <a NAME="WatchPointViewer.__toSourceIndex" ID="WatchPointViewer.__toSourceIndex"></a> |
478 <h4>WatchPointViewer.__toSourceIndex</h4> |
494 <h4>WatchPointViewer.__toSourceIndex</h4> |
479 <b>__toSourceIndex</b>(<i>index</i>) |
495 <b>__toSourceIndex</b>(<i>index</i>) |
481 <p> |
497 <p> |
482 Private slot to convert an index to a source index. |
498 Private slot to convert an index to a source index. |
483 </p> |
499 </p> |
484 <dl> |
500 <dl> |
485 |
501 |
486 <dt><i>index</i></dt> |
502 <dt><i>index</i> (QModelIndex)</dt> |
487 <dd> |
503 <dd> |
488 index to be converted (QModelIndex) |
504 index to be converted |
489 </dd> |
505 </dd> |
490 </dl> |
506 </dl> |
491 <dl> |
507 <dl> |
492 <dt>Return:</dt> |
508 <dt>Return:</dt> |
493 <dd> |
509 <dd> |
494 mapped index (QModelIndex) |
510 mapped index |
|
511 </dd> |
|
512 </dl> |
|
513 <dl> |
|
514 <dt>Return Type:</dt> |
|
515 <dd> |
|
516 QModelIndex |
495 </dd> |
517 </dd> |
496 </dl> |
518 </dl> |
497 <a NAME="WatchPointViewer.setModel" ID="WatchPointViewer.setModel"></a> |
519 <a NAME="WatchPointViewer.setModel" ID="WatchPointViewer.setModel"></a> |
498 <h4>WatchPointViewer.setModel</h4> |
520 <h4>WatchPointViewer.setModel</h4> |
499 <b>setModel</b>(<i>model</i>) |
521 <b>setModel</b>(<i>model</i>) |