eric6/Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyScript.html

changeset 7989
a21d673a8f99
parent 7273
391d6b7b1eff
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
353 353
354 <p> 354 <p>
355 Public method to get the description of the script. 355 Public method to get the description of the script.
356 </p> 356 </p>
357 <dl> 357 <dl>
358 <dt>Returns:</dt> 358 <dt>Return:</dt>
359 <dd> 359 <dd>
360 description of the script (string) 360 description of the script (string)
361 </dd> 361 </dd>
362 </dl> 362 </dl>
363 <a NAME="GreaseMonkeyScript.downloadUrl" ID="GreaseMonkeyScript.downloadUrl"></a> 363 <a NAME="GreaseMonkeyScript.downloadUrl" ID="GreaseMonkeyScript.downloadUrl"></a>
366 366
367 <p> 367 <p>
368 Public method to get the download URL of the script. 368 Public method to get the download URL of the script.
369 </p> 369 </p>
370 <dl> 370 <dl>
371 <dt>Returns:</dt> 371 <dt>Return:</dt>
372 <dd> 372 <dd>
373 download URL of the script (QUrl) 373 download URL of the script (QUrl)
374 </dd> 374 </dd>
375 </dl> 375 </dl>
376 <a NAME="GreaseMonkeyScript.exclude" ID="GreaseMonkeyScript.exclude"></a> 376 <a NAME="GreaseMonkeyScript.exclude" ID="GreaseMonkeyScript.exclude"></a>
379 379
380 <p> 380 <p>
381 Public method to get the list of excluded URLs. 381 Public method to get the list of excluded URLs.
382 </p> 382 </p>
383 <dl> 383 <dl>
384 <dt>Returns:</dt> 384 <dt>Return:</dt>
385 <dd> 385 <dd>
386 list of excluded URLs (list of strings) 386 list of excluded URLs (list of strings)
387 </dd> 387 </dd>
388 </dl> 388 </dl>
389 <a NAME="GreaseMonkeyScript.fileName" ID="GreaseMonkeyScript.fileName"></a> 389 <a NAME="GreaseMonkeyScript.fileName" ID="GreaseMonkeyScript.fileName"></a>
392 392
393 <p> 393 <p>
394 Public method to get the path of the Javascript file. 394 Public method to get the path of the Javascript file.
395 </p> 395 </p>
396 <dl> 396 <dl>
397 <dt>Returns:</dt> 397 <dt>Return:</dt>
398 <dd> 398 <dd>
399 path of the Javascript file (string) 399 path of the Javascript file (string)
400 </dd> 400 </dd>
401 </dl> 401 </dl>
402 <a NAME="GreaseMonkeyScript.fullName" ID="GreaseMonkeyScript.fullName"></a> 402 <a NAME="GreaseMonkeyScript.fullName" ID="GreaseMonkeyScript.fullName"></a>
405 405
406 <p> 406 <p>
407 Public method to get the full name of the script. 407 Public method to get the full name of the script.
408 </p> 408 </p>
409 <dl> 409 <dl>
410 <dt>Returns:</dt> 410 <dt>Return:</dt>
411 <dd> 411 <dd>
412 full name of the script (string) 412 full name of the script (string)
413 </dd> 413 </dd>
414 </dl> 414 </dl>
415 <a NAME="GreaseMonkeyScript.icon" ID="GreaseMonkeyScript.icon"></a> 415 <a NAME="GreaseMonkeyScript.icon" ID="GreaseMonkeyScript.icon"></a>
418 418
419 <p> 419 <p>
420 Public method to get the icon of the script. 420 Public method to get the icon of the script.
421 </p> 421 </p>
422 <dl> 422 <dl>
423 <dt>Returns:</dt> 423 <dt>Return:</dt>
424 <dd> 424 <dd>
425 script icon 425 script icon
426 </dd> 426 </dd>
427 </dl> 427 </dl>
428 <dl> 428 <dl>
437 437
438 <p> 438 <p>
439 Public method to get the icon URL of the script. 439 Public method to get the icon URL of the script.
440 </p> 440 </p>
441 <dl> 441 <dl>
442 <dt>Returns:</dt> 442 <dt>Return:</dt>
443 <dd> 443 <dd>
444 icon URL of the script (QUrl) 444 icon URL of the script (QUrl)
445 </dd> 445 </dd>
446 </dl> 446 </dl>
447 <a NAME="GreaseMonkeyScript.include" ID="GreaseMonkeyScript.include"></a> 447 <a NAME="GreaseMonkeyScript.include" ID="GreaseMonkeyScript.include"></a>
450 450
451 <p> 451 <p>
452 Public method to get the list of included URLs. 452 Public method to get the list of included URLs.
453 </p> 453 </p>
454 <dl> 454 <dl>
455 <dt>Returns:</dt> 455 <dt>Return:</dt>
456 <dd> 456 <dd>
457 list of included URLs (list of strings) 457 list of included URLs (list of strings)
458 </dd> 458 </dd>
459 </dl> 459 </dl>
460 <a NAME="GreaseMonkeyScript.isEnabled" ID="GreaseMonkeyScript.isEnabled"></a> 460 <a NAME="GreaseMonkeyScript.isEnabled" ID="GreaseMonkeyScript.isEnabled"></a>
463 463
464 <p> 464 <p>
465 Public method to check, if the script is enabled. 465 Public method to check, if the script is enabled.
466 </p> 466 </p>
467 <dl> 467 <dl>
468 <dt>Returns:</dt> 468 <dt>Return:</dt>
469 <dd> 469 <dd>
470 flag indicating an enabled state (boolean) 470 flag indicating an enabled state (boolean)
471 </dd> 471 </dd>
472 </dl> 472 </dl>
473 <a NAME="GreaseMonkeyScript.isUpdating" ID="GreaseMonkeyScript.isUpdating"></a> 473 <a NAME="GreaseMonkeyScript.isUpdating" ID="GreaseMonkeyScript.isUpdating"></a>
476 476
477 <p> 477 <p>
478 Public method to get the updating flag. 478 Public method to get the updating flag.
479 </p> 479 </p>
480 <dl> 480 <dl>
481 <dt>Returns:</dt> 481 <dt>Return:</dt>
482 <dd> 482 <dd>
483 updating flag 483 updating flag
484 </dd> 484 </dd>
485 </dl> 485 </dl>
486 <dl> 486 <dl>
495 495
496 <p> 496 <p>
497 Public method to check the validity of the script. 497 Public method to check the validity of the script.
498 </p> 498 </p>
499 <dl> 499 <dl>
500 <dt>Returns:</dt> 500 <dt>Return:</dt>
501 <dd> 501 <dd>
502 flag indicating a valid script (boolean) 502 flag indicating a valid script (boolean)
503 </dd> 503 </dd>
504 </dl> 504 </dl>
505 <a NAME="GreaseMonkeyScript.name" ID="GreaseMonkeyScript.name"></a> 505 <a NAME="GreaseMonkeyScript.name" ID="GreaseMonkeyScript.name"></a>
508 508
509 <p> 509 <p>
510 Public method to get the name of the script. 510 Public method to get the name of the script.
511 </p> 511 </p>
512 <dl> 512 <dl>
513 <dt>Returns:</dt> 513 <dt>Return:</dt>
514 <dd> 514 <dd>
515 name of the script (string) 515 name of the script (string)
516 </dd> 516 </dd>
517 </dl> 517 </dl>
518 <a NAME="GreaseMonkeyScript.nameSpace" ID="GreaseMonkeyScript.nameSpace"></a> 518 <a NAME="GreaseMonkeyScript.nameSpace" ID="GreaseMonkeyScript.nameSpace"></a>
521 521
522 <p> 522 <p>
523 Public method to get the name space of the script. 523 Public method to get the name space of the script.
524 </p> 524 </p>
525 <dl> 525 <dl>
526 <dt>Returns:</dt> 526 <dt>Return:</dt>
527 <dd> 527 <dd>
528 name space of the script (string) 528 name space of the script (string)
529 </dd> 529 </dd>
530 </dl> 530 </dl>
531 <a NAME="GreaseMonkeyScript.noFrames" ID="GreaseMonkeyScript.noFrames"></a> 531 <a NAME="GreaseMonkeyScript.noFrames" ID="GreaseMonkeyScript.noFrames"></a>
534 534
535 <p> 535 <p>
536 Public method to get the noFrames flag. 536 Public method to get the noFrames flag.
537 </p> 537 </p>
538 <dl> 538 <dl>
539 <dt>Returns:</dt> 539 <dt>Return:</dt>
540 <dd> 540 <dd>
541 flag indicating to not run on sub frames 541 flag indicating to not run on sub frames
542 </dd> 542 </dd>
543 </dl> 543 </dl>
544 <dl> 544 <dl>
553 553
554 <p> 554 <p>
555 Public method to get the list of required scripts. 555 Public method to get the list of required scripts.
556 </p> 556 </p>
557 <dl> 557 <dl>
558 <dt>Returns:</dt> 558 <dt>Return:</dt>
559 <dd> 559 <dd>
560 list of required scripts (list of strings) 560 list of required scripts (list of strings)
561 </dd> 561 </dd>
562 </dl> 562 </dl>
563 <a NAME="GreaseMonkeyScript.setEnabled" ID="GreaseMonkeyScript.setEnabled"></a> 563 <a NAME="GreaseMonkeyScript.setEnabled" ID="GreaseMonkeyScript.setEnabled"></a>
580 580
581 <p> 581 <p>
582 Public method to get the start point of the script. 582 Public method to get the start point of the script.
583 </p> 583 </p>
584 <dl> 584 <dl>
585 <dt>Returns:</dt> 585 <dt>Return:</dt>
586 <dd> 586 <dd>
587 start point of the script (DocumentStart or DocumentEnd) 587 start point of the script (DocumentStart or DocumentEnd)
588 </dd> 588 </dd>
589 </dl> 589 </dl>
590 <a NAME="GreaseMonkeyScript.updateScript" ID="GreaseMonkeyScript.updateScript"></a> 590 <a NAME="GreaseMonkeyScript.updateScript" ID="GreaseMonkeyScript.updateScript"></a>
600 600
601 <p> 601 <p>
602 Public method to get the update URL of the script. 602 Public method to get the update URL of the script.
603 </p> 603 </p>
604 <dl> 604 <dl>
605 <dt>Returns:</dt> 605 <dt>Return:</dt>
606 <dd> 606 <dd>
607 update URL of the script (QUrl) 607 update URL of the script (QUrl)
608 </dd> 608 </dd>
609 </dl> 609 </dl>
610 <a NAME="GreaseMonkeyScript.version" ID="GreaseMonkeyScript.version"></a> 610 <a NAME="GreaseMonkeyScript.version" ID="GreaseMonkeyScript.version"></a>
613 613
614 <p> 614 <p>
615 Public method to get the version of the script. 615 Public method to get the version of the script.
616 </p> 616 </p>
617 <dl> 617 <dl>
618 <dt>Returns:</dt> 618 <dt>Return:</dt>
619 <dd> 619 <dd>
620 version of the script (string) 620 version of the script (string)
621 </dd> 621 </dd>
622 </dl> 622 </dl>
623 <a NAME="GreaseMonkeyScript.webScript" ID="GreaseMonkeyScript.webScript"></a> 623 <a NAME="GreaseMonkeyScript.webScript" ID="GreaseMonkeyScript.webScript"></a>
626 626
627 <p> 627 <p>
628 Public method to create a script object. 628 Public method to create a script object.
629 </p> 629 </p>
630 <dl> 630 <dl>
631 <dt>Returns:</dt> 631 <dt>Return:</dt>
632 <dd> 632 <dd>
633 prepared script object 633 prepared script object
634 </dd> 634 </dd>
635 </dl> 635 </dl>
636 <dl> 636 <dl>

eric ide

mercurial