7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
330 | 330 |
331 <p> | 331 <p> |
332 Private method to get a reference to the current item. | 332 Private method to get a reference to the current item. |
333 </p> | 333 </p> |
334 <dl> | 334 <dl> |
335 <dt>Returns:</dt> | 335 <dt>Return:</dt> |
336 <dd> | 336 <dd> |
337 reference to the current item (DownloadItem) | 337 reference to the current item (DownloadItem) |
338 </dd> | 338 </dd> |
339 </dl> | 339 </dl> |
340 <a NAME="DownloadManager.__customContextMenuRequested" ID="DownloadManager.__customContextMenuRequested"></a> | 340 <a NAME="DownloadManager.__customContextMenuRequested" ID="DownloadManager.__customContextMenuRequested"></a> |
393 <p> | 393 <p> |
394 Private method to get a reference to the task bar button (Windows | 394 Private method to get a reference to the task bar button (Windows |
395 only). | 395 only). |
396 </p> | 396 </p> |
397 <dl> | 397 <dl> |
398 <dt>Returns:</dt> | 398 <dt>Return:</dt> |
399 <dd> | 399 <dd> |
400 reference to the task bar button | 400 reference to the task bar button |
401 </dd> | 401 </dd> |
402 </dl> | 402 </dl> |
403 <dl> | 403 <dl> |
423 <dd> | 423 <dd> |
424 URL to test against | 424 URL to test against |
425 </dd> | 425 </dd> |
426 </dl> | 426 </dl> |
427 <dl> | 427 <dl> |
428 <dt>Returns:</dt> | 428 <dt>Return:</dt> |
429 <dd> | 429 <dd> |
430 flag indicating, that the view is the one for the URL | 430 flag indicating, that the view is the one for the URL |
431 </dd> | 431 </dd> |
432 </dl> | 432 </dl> |
433 <dl> | 433 <dl> |
456 | 456 |
457 <p> | 457 <p> |
458 Public method to get the number of active downloads. | 458 Public method to get the number of active downloads. |
459 </p> | 459 </p> |
460 <dl> | 460 <dl> |
461 <dt>Returns:</dt> | 461 <dt>Return:</dt> |
462 <dd> | 462 <dd> |
463 number of active downloads (integer) | 463 number of active downloads (integer) |
464 </dd> | 464 </dd> |
465 </dl> | 465 </dl> |
466 <a NAME="DownloadManager.allowQuit" ID="DownloadManager.allowQuit"></a> | 466 <a NAME="DownloadManager.allowQuit" ID="DownloadManager.allowQuit"></a> |
469 | 469 |
470 <p> | 470 <p> |
471 Public method to check, if it is ok to quit. | 471 Public method to check, if it is ok to quit. |
472 </p> | 472 </p> |
473 <dl> | 473 <dl> |
474 <dt>Returns:</dt> | 474 <dt>Return:</dt> |
475 <dd> | 475 <dd> |
476 flag indicating allowance to quit (boolean) | 476 flag indicating allowance to quit (boolean) |
477 </dd> | 477 </dd> |
478 </dl> | 478 </dl> |
479 <a NAME="DownloadManager.changeOccurred" ID="DownloadManager.changeOccurred"></a> | 479 <a NAME="DownloadManager.changeOccurred" ID="DownloadManager.changeOccurred"></a> |
525 | 525 |
526 <p> | 526 <p> |
527 Public method to get the current download directory. | 527 Public method to get the current download directory. |
528 </p> | 528 </p> |
529 <dl> | 529 <dl> |
530 <dt>Returns:</dt> | 530 <dt>Return:</dt> |
531 <dd> | 531 <dd> |
532 current download directory (string) | 532 current download directory (string) |
533 </dd> | 533 </dd> |
534 </dl> | 534 </dl> |
535 <a NAME="DownloadManager.downloads" ID="DownloadManager.downloads"></a> | 535 <a NAME="DownloadManager.downloads" ID="DownloadManager.downloads"></a> |
538 | 538 |
539 <p> | 539 <p> |
540 Public method to get a reference to the downloads. | 540 Public method to get a reference to the downloads. |
541 </p> | 541 </p> |
542 <dl> | 542 <dl> |
543 <dt>Returns:</dt> | 543 <dt>Return:</dt> |
544 <dd> | 544 <dd> |
545 reference to the downloads (list of DownloadItem) | 545 reference to the downloads (list of DownloadItem) |
546 </dd> | 546 </dd> |
547 </dl> | 547 </dl> |
548 <a NAME="DownloadManager.downloadsCount" ID="DownloadManager.downloadsCount"></a> | 548 <a NAME="DownloadManager.downloadsCount" ID="DownloadManager.downloadsCount"></a> |
551 | 551 |
552 <p> | 552 <p> |
553 Public method to get the number of downloads. | 553 Public method to get the number of downloads. |
554 </p> | 554 </p> |
555 <dl> | 555 <dl> |
556 <dt>Returns:</dt> | 556 <dt>Return:</dt> |
557 <dd> | 557 <dd> |
558 number of downloads | 558 number of downloads |
559 </dd> | 559 </dd> |
560 </dl> | 560 </dl> |
561 <dl> | 561 <dl> |
577 | 577 |
578 <p> | 578 <p> |
579 Public method to get the remove policy. | 579 Public method to get the remove policy. |
580 </p> | 580 </p> |
581 <dl> | 581 <dl> |
582 <dt>Returns:</dt> | 582 <dt>Return:</dt> |
583 <dd> | 583 <dd> |
584 remove policy (integer) | 584 remove policy (integer) |
585 </dd> | 585 </dd> |
586 </dl> | 586 </dl> |
587 <a NAME="DownloadManager.save" ID="DownloadManager.save"></a> | 587 <a NAME="DownloadManager.save" ID="DownloadManager.save"></a> |