544 <td><a href="#HelpWindow.setPrivateMode">setPrivateMode</a></td> |
544 <td><a href="#HelpWindow.setPrivateMode">setPrivateMode</a></td> |
545 <td>Public method to set the privacy mode.</td> |
545 <td>Public method to set the privacy mode.</td> |
546 </tr><tr> |
546 </tr><tr> |
547 <td><a href="#HelpWindow.shutdown">shutdown</a></td> |
547 <td><a href="#HelpWindow.shutdown">shutdown</a></td> |
548 <td>Public method to shut down the web browser.</td> |
548 <td>Public method to shut down the web browser.</td> |
|
549 </tr><tr> |
|
550 <td><a href="#HelpWindow.urlHandler">urlHandler</a></td> |
|
551 <td>Private slot used as desktop URL handler.</td> |
549 </tr> |
552 </tr> |
550 </table> |
553 </table> |
551 <h3>Static Methods</h3> |
554 <h3>Static Methods</h3> |
552 <table> |
555 <table> |
553 <tr> |
556 <tr> |
1109 <h4>HelpWindow.__linkActivated</h4> |
1112 <h4>HelpWindow.__linkActivated</h4> |
1110 <b>__linkActivated</b>(<i>url</i>) |
1113 <b>__linkActivated</b>(<i>url</i>) |
1111 <p> |
1114 <p> |
1112 Private slot to handle the selection of a link in the TOC window. |
1115 Private slot to handle the selection of a link in the TOC window. |
1113 </p><dl> |
1116 </p><dl> |
1114 <dt><i>url</i></dt> |
1117 <dt><i>url</i> (QUrl)</dt> |
1115 <dd> |
1118 <dd> |
1116 URL to be shown (QUrl) |
1119 URL to be shown |
1117 </dd> |
1120 </dd> |
1118 </dl><a NAME="HelpWindow.__linksActivated" ID="HelpWindow.__linksActivated"></a> |
1121 </dl><a NAME="HelpWindow.__linksActivated" ID="HelpWindow.__linksActivated"></a> |
1119 <h4>HelpWindow.__linksActivated</h4> |
1122 <h4>HelpWindow.__linksActivated</h4> |
1120 <b>__linksActivated</b>(<i>links, keyword</i>) |
1123 <b>__linksActivated</b>(<i>links, keyword</i>) |
1121 <p> |
1124 <p> |
1865 </p><dl> |
1868 </p><dl> |
1866 <dt>Returns:</dt> |
1869 <dt>Returns:</dt> |
1867 <dd> |
1870 <dd> |
1868 flag indicating successful shutdown (boolean) |
1871 flag indicating successful shutdown (boolean) |
1869 </dd> |
1872 </dd> |
|
1873 </dl><a NAME="HelpWindow.urlHandler" ID="HelpWindow.urlHandler"></a> |
|
1874 <h4>HelpWindow.urlHandler</h4> |
|
1875 <b>urlHandler</b>(<i>url</i>) |
|
1876 <p> |
|
1877 Private slot used as desktop URL handler. |
|
1878 </p><dl> |
|
1879 <dt><i>url</i> (QUrl)</dt> |
|
1880 <dd> |
|
1881 URL to be handled |
|
1882 </dd> |
1870 </dl><a NAME="HelpWindow.__getWebIcon" ID="HelpWindow.__getWebIcon"></a> |
1883 </dl><a NAME="HelpWindow.__getWebIcon" ID="HelpWindow.__getWebIcon"></a> |
1871 <h4>HelpWindow.__getWebIcon (static)</h4> |
1884 <h4>HelpWindow.__getWebIcon (static)</h4> |
1872 <b>__getWebIcon</b>(<i></i>) |
1885 <b>__getWebIcon</b>(<i></i>) |
1873 <p> |
1886 <p> |
1874 Private static method to fetch the icon for a URL. |
1887 Private static method to fetch the icon for a URL. |