330 <dd> |
330 <dd> |
331 guessed URL (QUrl) |
331 guessed URL (QUrl) |
332 </dd> |
332 </dd> |
333 </dl><a NAME="WebBrowserTabWidget.__iconChanged" ID="WebBrowserTabWidget.__iconChanged"></a> |
333 </dl><a NAME="WebBrowserTabWidget.__iconChanged" ID="WebBrowserTabWidget.__iconChanged"></a> |
334 <h4>WebBrowserTabWidget.__iconChanged</h4> |
334 <h4>WebBrowserTabWidget.__iconChanged</h4> |
335 <b>__iconChanged</b>(<i></i>) |
335 <b>__iconChanged</b>(<i>browser</i>) |
336 <p> |
336 <p> |
337 Private slot to handle a change of the web site icon. |
337 Private slot to handle a change of the web site icon. |
338 </p><a NAME="WebBrowserTabWidget.__initTabContextMenu" ID="WebBrowserTabWidget.__initTabContextMenu"></a> |
338 </p><dl> |
|
339 <dt><i>browser</i> (WebBrowserView)</dt> |
|
340 <dd> |
|
341 reference to the web browser |
|
342 </dd> |
|
343 </dl><a NAME="WebBrowserTabWidget.__initTabContextMenu" ID="WebBrowserTabWidget.__initTabContextMenu"></a> |
339 <h4>WebBrowserTabWidget.__initTabContextMenu</h4> |
344 <h4>WebBrowserTabWidget.__initTabContextMenu</h4> |
340 <b>__initTabContextMenu</b>(<i></i>) |
345 <b>__initTabContextMenu</b>(<i></i>) |
341 <p> |
346 <p> |
342 Private method to create the tab context menu. |
347 Private method to create the tab context menu. |
343 </p><a NAME="WebBrowserTabWidget.__lineEditReturnPressed" ID="WebBrowserTabWidget.__lineEditReturnPressed"></a> |
348 </p><a NAME="WebBrowserTabWidget.__lineEditReturnPressed" ID="WebBrowserTabWidget.__lineEditReturnPressed"></a> |
344 <h4>WebBrowserTabWidget.__lineEditReturnPressed</h4> |
349 <h4>WebBrowserTabWidget.__lineEditReturnPressed</h4> |
345 <b>__lineEditReturnPressed</b>(<i></i>) |
350 <b>__lineEditReturnPressed</b>(<i>edit</i>) |
346 <p> |
351 <p> |
347 Private slot to handle the entering of an URL. |
352 Private slot to handle the entering of an URL. |
348 </p><a NAME="WebBrowserTabWidget.__loadFinished" ID="WebBrowserTabWidget.__loadFinished"></a> |
353 </p><dl> |
|
354 <dt><i>edit</i> (UrlBar)</dt> |
|
355 <dd> |
|
356 reference to the line edit |
|
357 </dd> |
|
358 </dl><a NAME="WebBrowserTabWidget.__loadFinished" ID="WebBrowserTabWidget.__loadFinished"></a> |
349 <h4>WebBrowserTabWidget.__loadFinished</h4> |
359 <h4>WebBrowserTabWidget.__loadFinished</h4> |
350 <b>__loadFinished</b>(<i>ok</i>) |
360 <b>__loadFinished</b>(<i>ok, browser</i>) |
351 <p> |
361 <p> |
352 Private method to handle the loadFinished signal. |
362 Private method to handle the loadFinished signal. |
353 </p><dl> |
363 </p><dl> |
354 <dt><i>ok</i></dt> |
364 <dt><i>ok</i> (bool)</dt> |
355 <dd> |
365 <dd> |
356 flag indicating the result (boolean) |
366 flag indicating the result |
|
367 </dd><dt><i>browser</i> (WebBrowserView)</dt> |
|
368 <dd> |
|
369 reference to the web browser |
357 </dd> |
370 </dd> |
358 </dl><a NAME="WebBrowserTabWidget.__loadStarted" ID="WebBrowserTabWidget.__loadStarted"></a> |
371 </dl><a NAME="WebBrowserTabWidget.__loadStarted" ID="WebBrowserTabWidget.__loadStarted"></a> |
359 <h4>WebBrowserTabWidget.__loadStarted</h4> |
372 <h4>WebBrowserTabWidget.__loadStarted</h4> |
360 <b>__loadStarted</b>(<i></i>) |
373 <b>__loadStarted</b>(<i>browser</i>) |
361 <p> |
374 <p> |
362 Private method to handle the loadStarted signal. |
375 Private method to handle the loadStarted signal. |
363 </p><a NAME="WebBrowserTabWidget.__navigationMenuTriggered" ID="WebBrowserTabWidget.__navigationMenuTriggered"></a> |
376 </p><dl> |
|
377 <dt><i>browser</i> (WebBrowserView)</dt> |
|
378 <dd> |
|
379 reference to the web browser |
|
380 </dd> |
|
381 </dl><a NAME="WebBrowserTabWidget.__navigationMenuTriggered" ID="WebBrowserTabWidget.__navigationMenuTriggered"></a> |
364 <h4>WebBrowserTabWidget.__navigationMenuTriggered</h4> |
382 <h4>WebBrowserTabWidget.__navigationMenuTriggered</h4> |
365 <b>__navigationMenuTriggered</b>(<i>act</i>) |
383 <b>__navigationMenuTriggered</b>(<i>act</i>) |
366 <p> |
384 <p> |
367 Private slot called to handle the navigation button menu selection. |
385 Private slot called to handle the navigation button menu selection. |
368 </p><dl> |
386 </p><dl> |
421 <dd> |
439 <dd> |
422 reference to the browser to be printed |
440 reference to the browser to be printed |
423 </dd> |
441 </dd> |
424 </dl><a NAME="WebBrowserTabWidget.__recentlyAudibleChanged" ID="WebBrowserTabWidget.__recentlyAudibleChanged"></a> |
442 </dl><a NAME="WebBrowserTabWidget.__recentlyAudibleChanged" ID="WebBrowserTabWidget.__recentlyAudibleChanged"></a> |
425 <h4>WebBrowserTabWidget.__recentlyAudibleChanged</h4> |
443 <h4>WebBrowserTabWidget.__recentlyAudibleChanged</h4> |
426 <b>__recentlyAudibleChanged</b>(<i>recentlyAudible</i>) |
444 <b>__recentlyAudibleChanged</b>(<i>recentlyAudible, page</i>) |
427 <p> |
445 <p> |
428 Private slot to react on the audible state of a page. |
446 Private slot to react on the audible state of a page. |
429 </p><dl> |
447 </p><dl> |
430 <dt><i>recentlyAudible</i> (bool)</dt> |
448 <dt><i>recentlyAudible</i> (bool)</dt> |
431 <dd> |
449 <dd> |
432 flag indicating the new audible state |
450 flag indicating the new audible state |
|
451 </dd><dt><i>page</i> (WebBrowserPage)</dt> |
|
452 <dd> |
|
453 reference to the web page |
433 </dd> |
454 </dd> |
434 </dl><a NAME="WebBrowserTabWidget.__showContextMenu" ID="WebBrowserTabWidget.__showContextMenu"></a> |
455 </dl><a NAME="WebBrowserTabWidget.__showContextMenu" ID="WebBrowserTabWidget.__showContextMenu"></a> |
435 <h4>WebBrowserTabWidget.__showContextMenu</h4> |
456 <h4>WebBrowserTabWidget.__showContextMenu</h4> |
436 <b>__showContextMenu</b>(<i>coord, index</i>) |
457 <b>__showContextMenu</b>(<i>coord, index</i>) |
437 <p> |
458 <p> |
449 <b>__showNavigationMenu</b>(<i></i>) |
470 <b>__showNavigationMenu</b>(<i></i>) |
450 <p> |
471 <p> |
451 Private slot to show the navigation button menu. |
472 Private slot to show the navigation button menu. |
452 </p><a NAME="WebBrowserTabWidget.__sourceChanged" ID="WebBrowserTabWidget.__sourceChanged"></a> |
473 </p><a NAME="WebBrowserTabWidget.__sourceChanged" ID="WebBrowserTabWidget.__sourceChanged"></a> |
453 <h4>WebBrowserTabWidget.__sourceChanged</h4> |
474 <h4>WebBrowserTabWidget.__sourceChanged</h4> |
454 <b>__sourceChanged</b>(<i>url</i>) |
475 <b>__sourceChanged</b>(<i>url, browser</i>) |
455 <p> |
476 <p> |
456 Private slot to handle a change of a browsers source. |
477 Private slot to handle a change of a browsers source. |
457 </p><dl> |
478 </p><dl> |
458 <dt><i>url</i></dt> |
479 <dt><i>url</i> (QUrl)</dt> |
459 <dd> |
480 <dd> |
460 URL of the new site (QUrl) |
481 URL of the new site |
|
482 </dd><dt><i>browser</i> (WebBrowserView)</dt> |
|
483 <dd> |
|
484 reference to the web browser |
461 </dd> |
485 </dd> |
462 </dl><a NAME="WebBrowserTabWidget.__tabContextMenuAudioMute" ID="WebBrowserTabWidget.__tabContextMenuAudioMute"></a> |
486 </dl><a NAME="WebBrowserTabWidget.__tabContextMenuAudioMute" ID="WebBrowserTabWidget.__tabContextMenuAudioMute"></a> |
463 <h4>WebBrowserTabWidget.__tabContextMenuAudioMute</h4> |
487 <h4>WebBrowserTabWidget.__tabContextMenuAudioMute</h4> |
464 <b>__tabContextMenuAudioMute</b>(<i></i>) |
488 <b>__tabContextMenuAudioMute</b>(<i></i>) |
465 <p> |
489 <p> |
504 <b>__tabContextMenuPrintPreview</b>(<i></i>) |
528 <b>__tabContextMenuPrintPreview</b>(<i></i>) |
505 <p> |
529 <p> |
506 Private method to show a print preview of the selected tab. |
530 Private method to show a print preview of the selected tab. |
507 </p><a NAME="WebBrowserTabWidget.__titleChanged" ID="WebBrowserTabWidget.__titleChanged"></a> |
531 </p><a NAME="WebBrowserTabWidget.__titleChanged" ID="WebBrowserTabWidget.__titleChanged"></a> |
508 <h4>WebBrowserTabWidget.__titleChanged</h4> |
532 <h4>WebBrowserTabWidget.__titleChanged</h4> |
509 <b>__titleChanged</b>(<i>title</i>) |
533 <b>__titleChanged</b>(<i>title, browser</i>) |
510 <p> |
534 <p> |
511 Private slot to handle a change of a browsers title. |
535 Private slot to handle a change of a browsers title. |
512 </p><dl> |
536 </p><dl> |
513 <dt><i>title</i></dt> |
537 <dt><i>title</i> (str)</dt> |
514 <dd> |
538 <dd> |
515 new title (string) |
539 new title |
|
540 </dd><dt><i>browser</i> (WebBrowserView)</dt> |
|
541 <dd> |
|
542 reference to the web browser |
516 </dd> |
543 </dd> |
517 </dl><a NAME="WebBrowserTabWidget.__windowCloseRequested" ID="WebBrowserTabWidget.__windowCloseRequested"></a> |
544 </dl><a NAME="WebBrowserTabWidget.__windowCloseRequested" ID="WebBrowserTabWidget.__windowCloseRequested"></a> |
518 <h4>WebBrowserTabWidget.__windowCloseRequested</h4> |
545 <h4>WebBrowserTabWidget.__windowCloseRequested</h4> |
519 <b>__windowCloseRequested</b>(<i></i>) |
546 <b>__windowCloseRequested</b>(<i>page</i>) |
520 <p> |
547 <p> |
521 Private slot to handle the windowCloseRequested signal of a browser. |
548 Private slot to handle the windowCloseRequested signal of a browser. |
522 </p><a NAME="WebBrowserTabWidget.browserAt" ID="WebBrowserTabWidget.browserAt"></a> |
549 </p><dl> |
|
550 <dt><i>page</i> (WebBrowserPage)</dt> |
|
551 <dd> |
|
552 reference to the web page |
|
553 </dd> |
|
554 </dl><a NAME="WebBrowserTabWidget.browserAt" ID="WebBrowserTabWidget.browserAt"></a> |
523 <h4>WebBrowserTabWidget.browserAt</h4> |
555 <h4>WebBrowserTabWidget.browserAt</h4> |
524 <b>browserAt</b>(<i>index</i>) |
556 <b>browserAt</b>(<i>index</i>) |
525 <p> |
557 <p> |
526 Public method to get a reference to the browser with the given index. |
558 Public method to get a reference to the browser with the given index. |
527 </p><dl> |
559 </p><dl> |
756 <b>restoreAllClosedTabs</b>(<i></i>) |
788 <b>restoreAllClosedTabs</b>(<i></i>) |
757 <p> |
789 <p> |
758 Public slot to restore all closed tabs. |
790 Public slot to restore all closed tabs. |
759 </p><a NAME="WebBrowserTabWidget.restoreClosedTab" ID="WebBrowserTabWidget.restoreClosedTab"></a> |
791 </p><a NAME="WebBrowserTabWidget.restoreClosedTab" ID="WebBrowserTabWidget.restoreClosedTab"></a> |
760 <h4>WebBrowserTabWidget.restoreClosedTab</h4> |
792 <h4>WebBrowserTabWidget.restoreClosedTab</h4> |
761 <b>restoreClosedTab</b>(<i></i>) |
793 <b>restoreClosedTab</b>(<i>act</i>) |
762 <p> |
794 <p> |
763 Public slot to restore the most recently closed tab. |
795 Public slot to restore the most recently closed tab. |
764 </p><a NAME="WebBrowserTabWidget.shallShutDown" ID="WebBrowserTabWidget.shallShutDown"></a> |
796 </p><dl> |
|
797 <dt><i>act</i> (QAction)</dt> |
|
798 <dd> |
|
799 reference to the action that triggered |
|
800 </dd> |
|
801 </dl><a NAME="WebBrowserTabWidget.shallShutDown" ID="WebBrowserTabWidget.shallShutDown"></a> |
765 <h4>WebBrowserTabWidget.shallShutDown</h4> |
802 <h4>WebBrowserTabWidget.shallShutDown</h4> |
766 <b>shallShutDown</b>(<i></i>) |
803 <b>shallShutDown</b>(<i></i>) |
767 <p> |
804 <p> |
768 Public method to check, if the application should be shut down. |
805 Public method to check, if the application should be shut down. |
769 </p><dl> |
806 </p><dl> |