337 <tr> |
337 <tr> |
338 <td><a href="#WebBrowserWindow.__docsInstalled">__docsInstalled</a></td> |
338 <td><a href="#WebBrowserWindow.__docsInstalled">__docsInstalled</a></td> |
339 <td>Private slot handling the end of documentation installation.</td> |
339 <td>Private slot handling the end of documentation installation.</td> |
340 </tr> |
340 </tr> |
341 <tr> |
341 <tr> |
|
342 <td><a href="#WebBrowserWindow.__editorClosing">__editorClosing</a></td> |
|
343 <td>Private method called, when an editor is closing.</td> |
|
344 </tr> |
|
345 <tr> |
342 <td><a href="#WebBrowserWindow.__exportShortcuts">__exportShortcuts</a></td> |
346 <td><a href="#WebBrowserWindow.__exportShortcuts">__exportShortcuts</a></td> |
343 <td>Private slot to export the keyboard shortcuts.</td> |
347 <td>Private slot to export the keyboard shortcuts.</td> |
344 </tr> |
348 </tr> |
345 <tr> |
349 <tr> |
346 <td><a href="#WebBrowserWindow.__feedsManagerClosed">__feedsManagerClosed</a></td> |
350 <td><a href="#WebBrowserWindow.__feedsManagerClosed">__feedsManagerClosed</a></td> |
1878 <dt><i>_installed</i> (bool)</dt> |
1882 <dt><i>_installed</i> (bool)</dt> |
1879 <dd> |
1883 <dd> |
1880 flag indicating that documents were installed (unused) |
1884 flag indicating that documents were installed (unused) |
1881 </dd> |
1885 </dd> |
1882 </dl> |
1886 </dl> |
|
1887 <a NAME="WebBrowserWindow.__editorClosing" ID="WebBrowserWindow.__editorClosing"></a> |
|
1888 <h4>WebBrowserWindow.__editorClosing</h4> |
|
1889 <b>__editorClosing</b>(<i>editor</i>) |
|
1890 <p> |
|
1891 Private method called, when an editor is closing. |
|
1892 </p> |
|
1893 |
|
1894 <dl> |
|
1895 |
|
1896 <dt><i>editor</i> (MiniEditor)</dt> |
|
1897 <dd> |
|
1898 reference to the closing editor |
|
1899 </dd> |
|
1900 </dl> |
1883 <a NAME="WebBrowserWindow.__exportShortcuts" ID="WebBrowserWindow.__exportShortcuts"></a> |
1901 <a NAME="WebBrowserWindow.__exportShortcuts" ID="WebBrowserWindow.__exportShortcuts"></a> |
1884 <h4>WebBrowserWindow.__exportShortcuts</h4> |
1902 <h4>WebBrowserWindow.__exportShortcuts</h4> |
1885 <b>__exportShortcuts</b>(<i></i>) |
1903 <b>__exportShortcuts</b>(<i></i>) |
1886 <p> |
1904 <p> |
1887 Private slot to export the keyboard shortcuts. |
1905 Private slot to export the keyboard shortcuts. |